mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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
This commit is contained in:
parent
23722040e9
commit
048c3fd429
@ -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/lyx-devel@lists.lyx.org/msg129417.html
|
||||
Language vietnamese
|
||||
GuiName "Vietnamese"
|
||||
BabelName vietnam
|
||||
BabelName vietnamese
|
||||
PolyglossiaName vietnamese
|
||||
QuoteStyle english
|
||||
Encoding utf8
|
||||
LangCode vi_VN
|
||||
AsBabelOptions true
|
||||
Requires vietnamese
|
||||
End
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user