]> git.lyx.org Git - features.git/commitdiff
Babel option for Vietnamese is called "vietnamese"
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 13 Aug 2017 09:47:21 +0000 (11:47 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 13 Aug 2017 16:43:26 +0000 (18:43 +0200)
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 not needed anymore, since language options
are not hardcoded anymore in babel.

Fixes: #10743
lib/languages
status.22x

index 93dc83caca5ef8d023be59400e85e23c2a681db5..e3274c8c8da5c2bf57aa9f795172d60b2da17e48 100644 (file)
@@ -1095,17 +1095,13 @@ End
 #      LangCode         ur_PK
 #End
 
-# vietnam must be loaded locally with babel options,
-# not globally via class options, see
-# http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg129417.html
 Language vietnamese
        GuiName          "Vietnamese"
-       BabelName        vietnam
+       BabelName        vietnamese
        PolyglossiaName  vietnamese
        QuoteStyle       french
        Encoding         utf8
        LangCode         vi_VN
-       AsBabelOptions   true
        Requires         vietnamese
 End
 
index 8aeb5be3deae1ab2af6a6e23bb14acda8aa6d1f3..78c6a0e128c851a5891432ec70c2108d7dbad960 100644 (file)
@@ -60,6 +60,10 @@ What's new
 - Assure the color package is loaded before polyglossia in preview snippets
   This fixes preview image generation with polyglossia and bidi (bug 10716).
 
+- Fix babel name of Vietnamese language. This requires now babel-vietnamese
+  (2013ff.) instead of vietnam.ldf that was shipped with vntex previously
+  (bug 10743).
+
 
 * LYX2LYX