commit 048c3fd4291cfc71064c182e93e693b29e6ede34
Author: Juergen Spitzmueller <[email protected]>
Date: Sun Aug 13 11:47:21 2017 +0200
Babel option for Vietnamese is called "vietnamese"
The renaming happened in 2013. Contrary to what is stated in the
babel-vietnamese manual, option "vietnam" does not work anymore.
Also, the special care is note needed anymore, since language options
are not hardcoded anymore in babel.
Fixes: #10743
---
lib/languages | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/lib/languages b/lib/languages
index 1c07a32..2828130 100644
--- a/lib/languages
+++ b/lib/languages
@@ -1191,17 +1191,13 @@ Language urdu
LangCode ur_PK
End
-# vietnam must be loaded locally with babel options,
-# not globally via class options, see
-# http://www.mail-archive.com/[email protected]/msg129417.html
Language vietnamese
GuiName "Vietnamese"
- BabelName vietnam
+ BabelName vietnamese
PolyglossiaName vietnamese
QuoteStyle english
Encoding utf8
LangCode vi_VN
- AsBabelOptions true
Requires vietnamese
End