From 5b8598b48d516d777591da88d498325b8721ef0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sun, 14 Nov 2010 13:41:38 +0000 Subject: [PATCH] * languages: add some comments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36296 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/languages | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lib/languages b/lib/languages index f4c41fdf52..ff8703300d 100644 --- a/lib/languages +++ b/lib/languages @@ -374,6 +374,9 @@ Language italian LangCode it_IT End +# japanese must be loaded locally with babel options, +# not globally via class options +# http://www.lyx.org/trac/ticket/4597#c4 Language japanese GuiName "Japanese" BabelName japanese @@ -410,6 +413,8 @@ Language latin LangCode la End +# latvian must be loaded locally with babel options, +# not globally via class options Language latvian GuiName "Latvian" BabelName latvian @@ -418,6 +423,8 @@ Language latvian AsBabelOptions true End +# lithuanian must be loaded locally with babel options, +# not globally via class options Language lithuanian GuiName "Lithuanian" BabelName lithuanian @@ -440,6 +447,8 @@ Language magyar LangCode hu_HU End +# mongolian must be loaded locally with babel options, +# not globally via class options Language mongolian GuiName "Mongolian" BabelName mongolian @@ -576,6 +585,8 @@ Language turkish LangCode tr_TR End +# turkmen must be loaded locally with babel options, +# not globally via class options Language turkmen GuiName "Turkmen" BabelName turkmen @@ -598,6 +609,9 @@ Language uppersorbian LangCode hsb_DE 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 -- 2.39.2