]> git.lyx.org Git - lyx.git/blobdiff - lib/languages
Dont use invalid tag '<pre></pre>' in xhtml export
[lyx.git] / lib / languages
index 350bc533b91528149d8c3016865768cf68dd47d4..d56d03029396cc6e78f7f7fe6e5be0e5f8c3145b 100644 (file)
@@ -6,10 +6,13 @@
 #
 # Language <lyxname>
 #      GuiName            "<Gui Name>"
 #
 # Language <lyxname>
 #      GuiName            "<Gui Name>"
+#      HasGuiSupport      <true|false>
 #      BabelName          <babelname>
 #      PolyglossiaName    <polyglossianame>
 #      PolyglossiaOpts    "<language-specific options>"
 #      Encoding           <encoding>
 #      BabelName          <babelname>
 #      PolyglossiaName    <polyglossianame>
 #      PolyglossiaOpts    "<language-specific options>"
 #      Encoding           <encoding>
+#      FontEncoding       <font encoding>
+#      QuoteStyle         <danish|english|french|german|polish|swedish>
 #      InternalEncoding   <true|false>
 #      RTL                <true|false>
 #      AsBabelOptions     <true|false>
 #      InternalEncoding   <true|false>
 #      RTL                <true|false>
 #      AsBabelOptions     <true|false>
 #      PostBabelPreamble
 #        <extra latex code inserted after babel>
 #      EndPostBabelPreamble
 #      PostBabelPreamble
 #        <extra latex code inserted after babel>
 #      EndPostBabelPreamble
+#      Requires           <requirement>
 # End
 #
 #
 # End
 #
 #
-# NOTE:
+# NOTES:
 #
 # * Omitted elements will be treated as empty (if string) or "false"
 #   (if boolean).
 #
 # * Omitted elements will be treated as empty (if string) or "false"
 #   (if boolean).
-# * Encoding is not relevant for XeTeX (which is utf8 always), and if
-#   Document > Settings > Language > Encoding is not set to "Language
-#   Default"
-# * InternalEncoding is used to tell LyX that babel internally sets a font
-#   encoding (such as hebrew to LHE). See bug #5091.
+# * When HasGuiSupport is true, the language is candidate to appear in
+#   the list of possible GUI languages in the Preferences dialog. It
+#   will actually appear there only if a corresponding .mo file can be
+#   found among the translations. When several languages correspond to
+#   the same translation -- like English, English (US) and English
+#   (UK) -- try to select the entry that is most generic -- here
+#   English.
+# * The QuoteStyle arguments correspond to the following styles:
+#   - danish:  >>text<<  >text<   (inward guillemets)
+#   - english: ``text''  `text'   (66_99)
+#   - french:  <<text>>  <text>   (outward guillemets)
+#   - german:  ,,text``  ,text`   (99/66)
+#   - polish:  ,,text''  ,text'   (99/99)
+#   - swedish: ''text''  'text'   (99_99)
+#   Note that the option names have been selected (rather arbitrarily)
+#   because the respective styles are common in the respective countries.
+#   Of course this does not imply any fixed relation to those countries.
+# * Encoding is the default encoding used with TeX fonts.
+#   It is only used if Document > Settings > Language > Encoding
+#   is set to "Language Default" and "use non-TeX fonts" is FALSE.
+# * InternalEncoding is used to tell LyX that babel internally sets a
+#   non-standard font encoding (such as hebrew to LHE or greek to LGR).
+#   If True, LyX cares for characters/macros that do not exist in
+#   some font encodings ("<", ">", "|" and straight quote).
+#   It is not required for standard encodings like T2A. See bug #5091.
+# * "FontEncoding none" tells LyX that fontenc should not be loaded with this
+#   language.
 # * AsBabelOptions advices LyX to pass the languages locally to babel, not
 #   globally to the class. Some languages (basically those not directly
 #   supported by babel) need this.
 #   FIXME: in this case, we might still need to pass the other languages
 #          globally, for the use of other packages (such as varioref).
 # * LangCode is also used for spellchecking and thesaurus, where the
 # * AsBabelOptions advices LyX to pass the languages locally to babel, not
 #   globally to the class. Some languages (basically those not directly
 #   supported by babel) need this.
 #   FIXME: in this case, we might still need to pass the other languages
 #          globally, for the use of other packages (such as varioref).
 # * LangCode is also used for spellchecking and thesaurus, where the
-#   dictionaries are named accordingly. Thus, check this when intoducing/
+#   dictionaries are named accordingly. Thus, check this when introducing/
 #   changing language codes (especially aspell, thesaurus).
 #   TODO: maybe use Best Current Practice (BCP 47) codes for LangCode
 #         http://www.rfc-editor.org/rfc/bcp/bcp47.txt
 #   changing language codes (especially aspell, thesaurus).
 #   TODO: maybe use Best Current Practice (BCP 47) codes for LangCode
 #         http://www.rfc-editor.org/rfc/bcp/bcp47.txt
@@ -75,9 +101,11 @@ End
 # Real languages
 #
 
 # Real languages
 #
 
+# not yet supported by polyglossia
 Language afrikaans
        GuiName          "Afrikaans"
        BabelName        afrikaans
 Language afrikaans
        GuiName          "Afrikaans"
        BabelName        afrikaans
+       QuoteStyle       polish
        Encoding         iso8859-15
        LangCode         af_ZA
 End
        Encoding         iso8859-15
        LangCode         af_ZA
 End
@@ -86,6 +114,7 @@ Language albanian
        GuiName          "Albanian"
        BabelName        albanian
        PolyglossiaName  albanian
        GuiName          "Albanian"
        BabelName        albanian
        PolyglossiaName  albanian
+       QuoteStyle       french
        Encoding         iso8859-2
        LangCode         sq_AL
 End
        Encoding         iso8859-2
        LangCode         sq_AL
 End
@@ -95,23 +124,35 @@ Language american
        BabelName        american
        PolyglossiaName  english
        PolyglossiaOpts  "variant=american"
        BabelName        american
        PolyglossiaName  english
        PolyglossiaOpts  "variant=american"
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         en_US
 End
 
        Encoding         iso8859-15
        LangCode         en_US
 End
 
-# Currently not supported (file format change!)
-# Language ancientgreek
-#      GuiName          "Greek (ancient)"
-#      PolyglossiaName  greek
-#      PolyglossiaOpts  variant=ancient
-#      LangCode         grc
-# End
+# In Babel, this is supported since v. 1.8a of babel-greek (2013-12-03)
+# We introduce it with LyX 2.2 to give the support time to settle.
+Language ancientgreek
+       GuiName           "Greek (ancient)"
+       BabelName         greek
+       PostBabelPreamble
+       \languageattribute{greek}{ancient}
+       EndPostBabelPreamble
+       PolyglossiaName   greek
+       PolyglossiaOpts   variant=ancient
+       QuoteStyle        french
+       Encoding          iso8859-7
+       InternalEncoding  true
+       FontEncoding      LGR
+       LangCode          grc_GR
+End
 
 # FIXME: dummy babel language for arabic_arabtex to be able
 # to switch the language the way of the ArabTeX-package
 Language arabic_arabtex
        GuiName          "Arabic (ArabTeX)"
 
 # FIXME: dummy babel language for arabic_arabtex to be able
 # to switch the language the way of the ArabTeX-package
 Language arabic_arabtex
        GuiName          "Arabic (ArabTeX)"
+       HasGuiSupport    true
        BabelName        arabtex
        BabelName        arabtex
+       QuoteStyle       french
        Encoding         cp1256
        RTL              true
        LangCode         ar_SA
        Encoding         cp1256
        RTL              true
        LangCode         ar_SA
@@ -122,15 +163,20 @@ Language arabic_arabi
        GuiName          "Arabic (Arabi)"
        BabelName        arabic
        PolyglossiaName  arabic
        GuiName          "Arabic (Arabi)"
        BabelName        arabic
        PolyglossiaName  arabic
+       QuoteStyle       french
        Encoding         cp1256
        Encoding         cp1256
+       FontEncoding     "LFE,LAE"
        RTL              true
        RTL              true
+       AsBabelOptions   true
        LangCode         ar_SA
 End
 
        LangCode         ar_SA
 End
 
+# not supported by babel
 Language armenian
        GuiName          "Armenian"
        PolyglossiaName  armenian
 Language armenian
        GuiName          "Armenian"
        PolyglossiaName  armenian
-       Encoding         armscii8
+       QuoteStyle       french
+       Encoding         utf8
        LangCode         hy_AM
 End
 
        LangCode         hy_AM
 End
 
@@ -140,27 +186,40 @@ Language australian
        PolyglossiaName  english
        PolyglossiaOpts  "variant=australian"
        Encoding         iso8859-15
        PolyglossiaName  english
        PolyglossiaOpts  "variant=australian"
        Encoding         iso8859-15
+       QuoteStyle       english
        LangCode         en_AU
 End
 
        LangCode         en_AU
 End
 
+# In polyglossia, this is supported since release 1.33.4 (May 2014)
+# We introduce it with LyX 2.2 to give the support time to settle.
 Language austrian
        GuiName          "German (Austria, old spelling)"
        BabelName        austrian
 Language austrian
        GuiName          "German (Austria, old spelling)"
        BabelName        austrian
+       PolyglossiaName  german
+       PolyglossiaOpts  "variant=austrian,spelling=old,babelshorthands=true"
+       QuoteStyle       german
        Encoding         iso8859-15
        LangCode         de_AT
 End
 
        Encoding         iso8859-15
        LangCode         de_AT
 End
 
+# In polyglossia, this is supported since release 1.33.4 (May 2014)
+# We introduce it with LyX 2.2 to give the support time to settle.
 Language naustrian
        GuiName          "German (Austria)"
        BabelName        naustrian
 Language naustrian
        GuiName          "German (Austria)"
        BabelName        naustrian
+       PolyglossiaName  german
+       PolyglossiaOpts  "variant=austrian,babelshorthands=true"
+       QuoteStyle       german
        Encoding         iso8859-15
        LangCode         de_AT
 End
 
 Language bahasa
        GuiName          "Indonesian"
        Encoding         iso8859-15
        LangCode         de_AT
 End
 
 Language bahasa
        GuiName          "Indonesian"
+       HasGuiSupport    true
        BabelName        bahasa
        PolyglossiaName  bahasai
        BabelName        bahasa
        PolyglossiaName  bahasai
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         id_ID
 End
        Encoding         iso8859-15
        LangCode         id_ID
 End
@@ -169,29 +228,40 @@ Language bahasam
        GuiName          "Malay"
        BabelName        bahasam
        PolyglossiaName  bahasam
        GuiName          "Malay"
        BabelName        bahasam
        PolyglossiaName  bahasam
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         ms_MY
 End
 
 Language basque
        GuiName          "Basque"
        Encoding         iso8859-15
        LangCode         ms_MY
 End
 
 Language basque
        GuiName          "Basque"
+       HasGuiSupport    true
        BabelName        basque
        PolyglossiaName  basque
        BabelName        basque
        PolyglossiaName  basque
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         eu_ES
        Encoding         iso8859-15
        LangCode         eu_ES
+       PostBabelPreamble
+       \addto\extrasbasque{\bbl@deactivate{~}}
+       EndPostBabelPreamble
 End
 
 End
 
+# not yet supported by polyglossia
 Language belarusian
        GuiName          "Belarusian"
        BabelName        belarusian
 Language belarusian
        GuiName          "Belarusian"
        BabelName        belarusian
+       QuoteStyle       french
        Encoding         cp1251
        LangCode         be_BY
        Encoding         cp1251
        LangCode         be_BY
+       AsBabelOptions   true
 End
 
 Language brazilian
        GuiName          "Portuguese (Brazil)"
 End
 
 Language brazilian
        GuiName          "Portuguese (Brazil)"
+       HasGuiSupport    true
        BabelName        brazil
        PolyglossiaName  brazil
        BabelName        brazil
        PolyglossiaName  brazil
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         pt_BR
 End
        Encoding         iso8859-15
        LangCode         pt_BR
 End
@@ -200,6 +270,7 @@ Language breton
        GuiName          "Breton"
        BabelName        breton
        PolyglossiaName  breton
        GuiName          "Breton"
        BabelName        breton
        PolyglossiaName  breton
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         br_FR
 End
        Encoding         iso8859-15
        LangCode         br_FR
 End
@@ -209,6 +280,7 @@ Language british
        BabelName        british
        PolyglossiaName  english
        PolyglossiaOpts  "variant=british"
        BabelName        british
        PolyglossiaName  english
        PolyglossiaOpts  "variant=british"
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         en_GB
 End
        Encoding         iso8859-15
        LangCode         en_GB
 End
@@ -217,7 +289,9 @@ Language bulgarian
        GuiName          "Bulgarian"
        BabelName        bulgarian
        PolyglossiaName  bulgarian
        GuiName          "Bulgarian"
        BabelName        bulgarian
        PolyglossiaName  bulgarian
+       QuoteStyle       german
        Encoding         cp1251
        Encoding         cp1251
+       FontEncoding     T2A
        LangCode         bg_BG
 End
 
        LangCode         bg_BG
 End
 
@@ -227,6 +301,7 @@ Language canadian
        BabelName        canadian
 #      PolyglossiaName  english
 #      PolyglossiaOpts  "variant=canadian"
        BabelName        canadian
 #      PolyglossiaName  english
 #      PolyglossiaOpts  "variant=canadian"
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         en_CA
 End
        Encoding         iso8859-15
        LangCode         en_CA
 End
@@ -237,15 +312,18 @@ Language canadien
        BabelName        canadien
 #      PolyglossiaName  french
 #      PolyglossiaOpts  "variant=canadien"
        BabelName        canadien
 #      PolyglossiaName  french
 #      PolyglossiaOpts  "variant=canadien"
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         fr_CA
 End
 
 Language catalan
        GuiName          "Catalan"
        Encoding         iso8859-15
        LangCode         fr_CA
 End
 
 Language catalan
        GuiName          "Catalan"
+       HasGuiSupport    true
        BabelName        catalan
        PolyglossiaName  catalan
        PolyglossiaOpts  "babelshorthands=true"
        BabelName        catalan
        PolyglossiaName  catalan
        PolyglossiaOpts  "babelshorthands=true"
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         ca_ES
 End
        Encoding         iso8859-15
        LangCode         ca_ES
 End
@@ -253,99 +331,122 @@ End
 # uses CJK package
 Language chinese-simplified
        GuiName          "Chinese (simplified)"
 # uses CJK package
 Language chinese-simplified
        GuiName          "Chinese (simplified)"
+       HasGuiSupport    true
        Encoding         euc-cn
        Encoding         euc-cn
+       QuoteStyle       english
        LangCode         zh_CN
        LangCode         zh_CN
+       Requires         CJK
 End
 
 # uses CJK package
 Language chinese-traditional
        GuiName         "Chinese (traditional)"
 End
 
 # uses CJK package
 Language chinese-traditional
        GuiName         "Chinese (traditional)"
+       HasGuiSupport    true
+       QuoteStyle       english
        Encoding        utf8-cjk
        Encoding        utf8-cjk
-       LangCode        zh_CN
+       LangCode        zh_TW
+       Requires         CJK
 End
 
 End
 
-# Currently not supported (file format change!)
-# Language coptic
-#      GuiName          "Coptic"
-#      PolyglossiaName  coptic
-#      LangCode         cop
-# End
+# not supported by babel
+Language coptic
+       GuiName          "Coptic"
+       PolyglossiaName  coptic
+       Encoding         utf8
+       LangCode         cop_EG
+End
 
 Language croatian
        GuiName          "Croatian"
        BabelName        croatian
        PolyglossiaName  croatian
 
 Language croatian
        GuiName          "Croatian"
        BabelName        croatian
        PolyglossiaName  croatian
+       QuoteStyle       polish
        Encoding         iso8859-2
        LangCode         hr_HR
 End
 
 Language czech
        GuiName          "Czech"
        Encoding         iso8859-2
        LangCode         hr_HR
 End
 
 Language czech
        GuiName          "Czech"
+       HasGuiSupport    true
        BabelName        czech
        PolyglossiaName  czech
        BabelName        czech
        PolyglossiaName  czech
+       QuoteStyle       german
        Encoding         iso8859-2
        LangCode         cs_CZ
 End
 
 Language danish
        GuiName          "Danish"
        Encoding         iso8859-2
        LangCode         cs_CZ
 End
 
 Language danish
        GuiName          "Danish"
+       HasGuiSupport    true
        BabelName        danish
        PolyglossiaName  danish
        BabelName        danish
        PolyglossiaName  danish
+       QuoteStyle       danish
        Encoding         iso8859-15
        LangCode         da_DK
 End
 
        Encoding         iso8859-15
        LangCode         da_DK
 End
 
-# Currently not supported (file format change!)
-# Language divehi
-#      GuiName          "Divehi (Maldivian)"
-#      PolyglossiaName  divehi
-#      LangCode         dv
-# End
+# not supported by babel
+Language divehi
+       GuiName          "Divehi (Maldivian)"
+       PolyglossiaName  divehi
+       Encoding         utf8
+       LangCode         dv_MV
+End
 
 Language dutch
        GuiName          "Dutch"
 
 Language dutch
        GuiName          "Dutch"
+       HasGuiSupport    true
        BabelName        dutch
        PolyglossiaName  dutch
        PolyglossiaOpts  "babelshorthands=true"
        BabelName        dutch
        PolyglossiaName  dutch
        PolyglossiaOpts  "babelshorthands=true"
+       QuoteStyle       polish
        Encoding         iso8859-15
        LangCode         nl_NL
 End
 
 Language english
        GuiName          "English"
        Encoding         iso8859-15
        LangCode         nl_NL
 End
 
 Language english
        GuiName          "English"
+       HasGuiSupport    true
        BabelName        english
        PolyglossiaName  english
        BabelName        english
        PolyglossiaName  english
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         en_US
 End
 
        Encoding         iso8859-15
        LangCode         en_US
 End
 
-# Esperanto has no country code because it is an auxiliary language
+# Esperanto has no country code because it is an auxiliary language.
+# We therefore the name of its hunspell dictionary.
 Language esperanto
        GuiName          "Esperanto"
        BabelName        esperanto
        PolyglossiaName  esperanto
 Language esperanto
        GuiName          "Esperanto"
        BabelName        esperanto
        PolyglossiaName  esperanto
+       QuoteStyle       english
        Encoding         iso8859-3
        Encoding         iso8859-3
-       LangCode         eo
+       LangCode         eo_EO
 End
 
 Language estonian
        GuiName          "Estonian"
        BabelName        estonian
        PolyglossiaName  estonian
 End
 
 Language estonian
        GuiName          "Estonian"
        BabelName        estonian
        PolyglossiaName  estonian
+       QuoteStyle       polish
        Encoding         iso8859-15
        LangCode         et_EE
        Encoding         iso8859-15
        LangCode         et_EE
+       PostBabelPreamble
+       \addto\extrasestonian{\bbl@deactivate{~}}
+       EndPostBabelPreamble
 End
 
 # the preamble definitions are only used due to bugs in the
 # arabi-package -- remove them if they become unnecessary!
 End
 
 # the preamble definitions are only used due to bugs in the
 # arabi-package -- remove them if they become unnecessary!
-# The country code is omitted because of the aspell dic naming.
 Language farsi
        GuiName          "Farsi"
        BabelName        farsi
        PolyglossiaName  farsi
        Encoding         utf8
 Language farsi
        GuiName          "Farsi"
        BabelName        farsi
        PolyglossiaName  farsi
        Encoding         utf8
+       FontEncoding     "LFE,LAE"
        RTL              true
        RTL              true
-       LangCode         fa
+       LangCode         fa_IR
        PostBabelPreamble
        \DeclareTextSymbol{\guillemotright}{LFE}{62}
        \DeclareTextSymbol{\guillemotleft}{LFE}{60}
        PostBabelPreamble
        \DeclareTextSymbol{\guillemotright}{LFE}{62}
        \DeclareTextSymbol{\guillemotleft}{LFE}{60}
@@ -354,8 +455,10 @@ End
 
 Language finnish
        GuiName          "Finnish"
 
 Language finnish
        GuiName          "Finnish"
+       HasGuiSupport    true
        BabelName        finnish
        PolyglossiaName  finnish
        BabelName        finnish
        PolyglossiaName  finnish
+       QuoteStyle       swedish
        Encoding         iso8859-15
        LangCode         fi_FI
 End
        Encoding         iso8859-15
        LangCode         fi_FI
 End
@@ -363,8 +466,10 @@ End
 # We redefine \og and \fg (guillemets) for older french language definitions
 Language french
        GuiName          "French"
 # We redefine \og and \fg (guillemets) for older french language definitions
 Language french
        GuiName          "French"
+       HasGuiSupport    true
        BabelName        french
        PolyglossiaName  french
        BabelName        french
        PolyglossiaName  french
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         fr_FR
        PostBabelPreamble
        Encoding         iso8859-15
        LangCode         fr_FR
        PostBabelPreamble
@@ -377,10 +482,24 @@ End
 
 Language galician
        GuiName          "Galician"
 
 Language galician
        GuiName          "Galician"
+       HasGuiSupport    true
        BabelName        galician
        PolyglossiaName  galician
        BabelName        galician
        PolyglossiaName  galician
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         gl_ES
        Encoding         iso8859-15
        LangCode         gl_ES
+       PostBabelPreamble
+       \addto\shorthandsgalician{\galiciandeactivate{~}}
+       EndPostBabelPreamble
+End
+
+Language georgian
+       GuiName          "Georgian"
+       BabelName        georgian
+       QuoteStyle       german
+       Encoding         utf8
+       FontEncoding     T8M
+       LangCode         ka_GE
 End
 
 # german does not use a country code (due to the variety)
 End
 
 # german does not use a country code (due to the variety)
@@ -389,6 +508,7 @@ Language german
        BabelName        german
        PolyglossiaName  german
        PolyglossiaOpts  "spelling=old,babelshorthands=true"
        BabelName        german
        PolyglossiaName  german
        PolyglossiaOpts  "spelling=old,babelshorthands=true"
+       QuoteStyle       german
        Encoding         iso8859-15
        LangCode         de
        LangVariety      alt
        Encoding         iso8859-15
        LangCode         de
        LangVariety      alt
@@ -396,30 +516,53 @@ End
 
 Language ngerman
        GuiName          "German"
 
 Language ngerman
        GuiName          "German"
+       HasGuiSupport    true
        BabelName        ngerman
        PolyglossiaName  german
        PolyglossiaOpts  "babelshorthands=true"
        BabelName        ngerman
        PolyglossiaName  german
        PolyglossiaOpts  "babelshorthands=true"
+       QuoteStyle       german
        Encoding         iso8859-15
        LangCode         de_DE
 End
 
        Encoding         iso8859-15
        LangCode         de_DE
 End
 
-# Swiss German is not supported by babel and polyglossia yet
-# We use ngerman for now (spellchecking is supported though!)
+# In Babel, this is supported since release 2.7 of babel-german (Dec 2013)
+# We introduce it with LyX 2.2 to give the support time to settle.
+# In polyglossia, this is supported since release 1.33.6 (May 2015)
+# We use german until TL 2015 is out, though.
 Language german-ch
        GuiName          "German (Switzerland)"
 Language german-ch
        GuiName          "German (Switzerland)"
-       BabelName        ngerman
+       BabelName        nswissgerman
        PolyglossiaName  german
        PolyglossiaOpts  "babelshorthands=true"
        PolyglossiaName  german
        PolyglossiaOpts  "babelshorthands=true"
+#      PolyglossiaOpts  "variant=swiss,babelshorthands=true"
+       QuoteStyle       danish
        Encoding         iso8859-15
        LangCode         de_CH
 End
 
        Encoding         iso8859-15
        LangCode         de_CH
 End
 
+# In Babel, this is supported since release 2.7 of babel-german (Dec 2013)
+# In polyglossia, this is supported since release 1.33.6 (May 2015)
+# We use ngerman until TL 2015 is out, though.
+Language german-ch-old
+       GuiName          "German (Switzerland, old spelling)"
+       BabelName        swissgerman
+       PolyglossiaName  german
+       PolyglossiaOpts  "spelling=old,babelshorthands=true"
+#      PolyglossiaOpts  "variant=swiss,spelling=old,babelshorthands=true"
+       QuoteStyle       danish
+       Encoding         iso8859-15
+       LangCode         de_CH
+End
+
 Language greek
        GuiName           "Greek"
 Language greek
        GuiName           "Greek"
+       HasGuiSupport     true
        BabelName         greek
        PolyglossiaName   greek
        BabelName         greek
        PolyglossiaName   greek
+       QuoteStyle        french
        Encoding          iso8859-7
        InternalEncoding  true
        Encoding          iso8859-7
        InternalEncoding  true
+       FontEncoding      LGR
        LangCode          el_GR
 End
 
        LangCode          el_GR
 End
 
@@ -428,27 +571,35 @@ Language polutonikogreek
        BabelName         polutonikogreek
        PolyglossiaName   greek
        PolyglossiaOpts   "variant=polytonic"
        BabelName         polutonikogreek
        PolyglossiaName   greek
        PolyglossiaOpts   "variant=polytonic"
+       QuoteStyle        french
        Encoding          iso8859-7
        InternalEncoding  true
        Encoding          iso8859-7
        InternalEncoding  true
+       FontEncoding      LGR
        LangCode          el_GR
 End
 
 Language hebrew
        GuiName           "Hebrew"
        LangCode          el_GR
 End
 
 Language hebrew
        GuiName           "Hebrew"
+       HasGuiSupport     true
        BabelName         hebrew
        PolyglossiaName   hebrew
        Encoding          cp1255
        BabelName         hebrew
        PolyglossiaName   hebrew
        Encoding          cp1255
+       QuoteStyle        english
        InternalEncoding  true
        InternalEncoding  true
+# Hebrew babel loads the font encodings
+# itself in the appropriate order
+#      FontEncoding      LHE
        RTL               true
        LangCode          he_IL
 End
 
        RTL               true
        LangCode          he_IL
 End
 
-# Currently not supported (file format change!)
-# Language hindi
-#      GuiName          "Hindi"
-#      PolyglossiaName  hindi
-#      LangCode         hi
-# End
+# not supported by babel
+Language hindi
+       GuiName          "Hindi"
+       PolyglossiaName  hindi
+       Encoding         utf8
+       LangCode         hi_IN
+End
 
 # Currently not supported (file format change!)
 # "hungarian" is a synonym for the "magyar" babel language option
 
 # Currently not supported (file format change!)
 # "hungarian" is a synonym for the "magyar" babel language option
@@ -465,31 +616,37 @@ Language icelandic
        GuiName          "Icelandic"
        BabelName        icelandic
        PolyglossiaName  icelandic
        GuiName          "Icelandic"
        BabelName        icelandic
        PolyglossiaName  icelandic
+       QuoteStyle       german
        Encoding         iso8859-15
        LangCode         is_IS
 End
 
        Encoding         iso8859-15
        LangCode         is_IS
 End
 
-# Interlingua has no country code because it is an auxiliary language
+# Interlingua has no official country code because it is an auxiliary
+# language. We therefore the name of its hunspell dictionary.
 Language interlingua
        GuiName          "Interlingua"
 Language interlingua
        GuiName          "Interlingua"
+       HasGuiSupport    true
        BabelName        interlingua
        PolyglossiaName  interlingua
        Encoding         iso8859-15
        BabelName        interlingua
        PolyglossiaName  interlingua
        Encoding         iso8859-15
-       LangCode         ia
+       LangCode         ia_IA
 End
 
 Language irish
        GuiName          "Irish"
        BabelName        irish
        PolyglossiaName  irish
 End
 
 Language irish
        GuiName          "Irish"
        BabelName        irish
        PolyglossiaName  irish
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         ga_IE
 End
 
 Language italian
        GuiName          "Italian"
        Encoding         iso8859-15
        LangCode         ga_IE
 End
 
 Language italian
        GuiName          "Italian"
+       HasGuiSupport    true
        BabelName        italian
        PolyglossiaName  italian
        BabelName        italian
        PolyglossiaName  italian
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         it_IT
 End
        Encoding         iso8859-15
        LangCode         it_IT
 End
@@ -497,12 +654,18 @@ End
 # japanese must be loaded locally with babel options,
 # not globally via class options
 # http://www.lyx.org/trac/ticket/4597#c4
 # japanese must be loaded locally with babel options,
 # not globally via class options
 # http://www.lyx.org/trac/ticket/4597#c4
+# Since japanese does not load fontenc, we set
+# InternalEncoding to true.
 Language japanese
        GuiName          "Japanese"
 Language japanese
        GuiName          "Japanese"
+       HasGuiSupport    true
        BabelName        japanese
        BabelName        japanese
-       Encoding         jis-plain
+       Encoding         jis-platex
        LangCode         ja_JP
        AsBabelOptions   true
        LangCode         ja_JP
        AsBabelOptions   true
+       Requires         japanese
+       InternalEncoding true
+       FontEncoding     None
 End
 
 # uses CJK package
 End
 
 # uses CJK package
@@ -510,43 +673,54 @@ Language japanese-cjk
        GuiName         "Japanese (CJK)"
        Encoding        euc-jp
        LangCode        ja_JP
        GuiName         "Japanese (CJK)"
        Encoding        euc-jp
        LangCode        ja_JP
+       Requires        CJK
 End
 
 End
 
+# not yet supported by polyglossia
+# not supported by babel
 Language kazakh
        GuiName         "Kazakh"
 Language kazakh
        GuiName         "Kazakh"
-       BabelName       kazakh
-       Encoding        pt154
+       Encoding        ascii
        LangCode        kk_KZ
        LangCode        kk_KZ
+       PostBabelPreamble
+       \input{t2aenc.def}
+       \AtBeginDocument{\fontencoding{T2A}\selectfont}
+       EndPostBabelPreamble
 End
 
 End
 
-# there is no country code for Korean because ko_KR is the same as ko_KI
 Language korean
        GuiName         "Korean"
        Encoding        euc-kr
 Language korean
        GuiName         "Korean"
        Encoding        euc-kr
-       LangCode        ko
+       QuoteStyle      english
+       LangCode        ko_KR
+       Requires        CJK
 End
 
 End
 
-# Currently not supported (file format change!)
-# Language kurmanji
-#      GuiName          "Kurmanji"
-#      BabelName        kurmanji
-#      LangCode         kmr
-# End
+# not yet supported by polyglossia
+Language kurmanji
+       GuiName          "Kurmanji"
+       BabelName        kurmanji
+       Encoding         utf8
+       LangCode         kmr
+       AsBabelOptions   true
+End
 
 
-# Currently not supported (file format change!)
-# Language lao
-#      GuiName          "Lao"
-#      PolyglossiaName  lao
-#      LangCode         lo
-# End
+# not supported by babel
+Language lao
+       GuiName          "Lao"
+       PolyglossiaName  lao
+       Encoding         utf8
+       LangCode         lo_LA
+End
 
 
-# there is no country code for Latin because it is a dead language
+# There is no country code for Latin because it is a dead language.
+# We therefore the name of its hunspell dictionary.
 Language latin
        GuiName          "Latin"
        BabelName        latin
        PolyglossiaName  latin
        Encoding         iso8859-15
 Language latin
        GuiName          "Latin"
        BabelName        latin
        PolyglossiaName  latin
        Encoding         iso8859-15
-       LangCode         la
+       LangCode         la_LA
 End
 
 # latvian must be loaded locally with babel options,
 End
 
 # latvian must be loaded locally with babel options,
@@ -555,7 +729,9 @@ Language latvian
        GuiName          "Latvian"
        BabelName        latvian
        PolyglossiaName  latvian
        GuiName          "Latvian"
        BabelName        latvian
        PolyglossiaName  latvian
+       QuoteStyle       danish
        Encoding         iso8859-4
        Encoding         iso8859-4
+#      FontEncoding     L7x # (required for hyphenation but not set by babel)
        LangCode         lv_LV
        AsBabelOptions   true
 End
        LangCode         lv_LV
        AsBabelOptions   true
 End
@@ -566,7 +742,9 @@ Language lithuanian
        GuiName          "Lithuanian"
        BabelName        lithuanian
        PolyglossiaName  lithuanian
        GuiName          "Lithuanian"
        BabelName        lithuanian
        PolyglossiaName  lithuanian
+       QuoteStyle       german
        Encoding         iso8859-13
        Encoding         iso8859-13
+       FontEncoding     L7x
        LangCode         lt_LT
        AsBabelOptions   true
 End
        LangCode         lt_LT
        AsBabelOptions   true
 End
@@ -575,31 +753,37 @@ Language lowersorbian
        GuiName          "Lower Sorbian"
        BabelName        lowersorbian
        PolyglossiaName  lsorbian
        GuiName          "Lower Sorbian"
        BabelName        lowersorbian
        PolyglossiaName  lsorbian
+       QuoteStyle       german
        Encoding         iso8859-2
        LangCode         dsb_DE
 End
 
 Language magyar
        GuiName          "Hungarian"
        Encoding         iso8859-2
        LangCode         dsb_DE
 End
 
 Language magyar
        GuiName          "Hungarian"
+       HasGuiSupport    true
        BabelName        magyar
        PolyglossiaName  magyar
        BabelName        magyar
        PolyglossiaName  magyar
+       QuoteStyle       polish
        Encoding         iso8859-2
        LangCode         hu_HU
 End
 
        Encoding         iso8859-2
        LangCode         hu_HU
 End
 
-# Currently not supported (file format change!)
-# Language marathi
-#      GuiName          "Marathi"
-#      PolyglossiaName  marathi
-#      LangCode         mr
-# End
+# not supported by babel
+Language marathi
+       GuiName          "Marathi"
+       PolyglossiaName  marathi
+       Encoding         utf8
+       LangCode         mr_IN
+End
 
 # mongolian must be loaded locally with babel options,
 # not globally via class options
 
 # mongolian must be loaded locally with babel options,
 # not globally via class options
+# not yet supported by polyglossia
 Language mongolian
        GuiName          "Mongolian"
        BabelName        mongolian
        Encoding         utf8
 Language mongolian
        GuiName          "Mongolian"
        BabelName        mongolian
        Encoding         utf8
+       FontEncoding     T2A
        LangCode         mn_MN
        AsBabelOptions   true
 End
        LangCode         mn_MN
        AsBabelOptions   true
 End
@@ -609,32 +793,39 @@ Language newzealand
        BabelName        newzealand
        PolyglossiaName  english
        PolyglossiaOpts  "variant=newzealand"
        BabelName        newzealand
        PolyglossiaName  english
        PolyglossiaOpts  "variant=newzealand"
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         en_NZ
 End
 
 Language norsk
        GuiName          "Norwegian (Bokmaal)"
        Encoding         iso8859-15
        LangCode         en_NZ
 End
 
 Language norsk
        GuiName          "Norwegian (Bokmaal)"
+       HasGuiSupport    true
        BabelName        norsk
        PolyglossiaName  norsk
        BabelName        norsk
        PolyglossiaName  norsk
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         nb_NO
 End
 
 Language nynorsk
        GuiName          "Norwegian (Nynorsk)"
        Encoding         iso8859-15
        LangCode         nb_NO
 End
 
 Language nynorsk
        GuiName          "Norwegian (Nynorsk)"
+       HasGuiSupport    true
        BabelName        nynorsk
        PolyglossiaName  nynorsk
        BabelName        nynorsk
        PolyglossiaName  nynorsk
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         nn_NO
 End
 
        Encoding         iso8859-15
        LangCode         nn_NO
 End
 
-# Currently not supported (file format change!)
-# Language occitan
-#      GuiName          "Occitan"
-#      PolyglossiaName  occitan
-#      LangCode         oc
-# End
+# not supported by babel
+Language occitan
+       GuiName          "Occitan"
+       PolyglossiaName  occitan
+       QuoteStyle       french
+       Encoding         utf8
+       LangCode         oc_FR
+End
 
 # Currently not supported (file format change!)
 # Russian orthography from the Petrine orthographic reforms of
 
 # Currently not supported (file format change!)
 # Russian orthography from the Petrine orthographic reforms of
@@ -648,33 +839,43 @@ End
 
 Language polish
        GuiName          "Polish"
 
 Language polish
        GuiName          "Polish"
+       HasGuiSupport    true
        BabelName        polish
        PolyglossiaName  polish
        BabelName        polish
        PolyglossiaName  polish
+       QuoteStyle       polish
        Encoding         iso8859-2
        Encoding         iso8859-2
+#      FontEncoding     QX # (required for hyphenation but not set by babel)
        LangCode         pl_PL
 End
 
 Language portuguese
        GuiName          "Portuguese"
        LangCode         pl_PL
 End
 
 Language portuguese
        GuiName          "Portuguese"
+       HasGuiSupport    true
        BabelName        portuges
        PolyglossiaName  portuges
        BabelName        portuges
        PolyglossiaName  portuges
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         pt_PT
 End
 
 Language romanian
        GuiName          "Romanian"
        Encoding         iso8859-15
        LangCode         pt_PT
 End
 
 Language romanian
        GuiName          "Romanian"
+       HasGuiSupport    true
        BabelName        romanian
        PolyglossiaName  romanian
        BabelName        romanian
        PolyglossiaName  romanian
-       Encoding         iso8859-2
+       QuoteStyle       polish
+       Encoding         iso8859-16
        LangCode         ro_RO
 End
 
 Language russian
        GuiName          "Russian"
        LangCode         ro_RO
 End
 
 Language russian
        GuiName          "Russian"
+       HasGuiSupport    true
        BabelName        russian
        PolyglossiaName  russian
        BabelName        russian
        PolyglossiaName  russian
-       Encoding         koi8
+       QuoteStyle       french
+       Encoding         koi8-r
+       FontEncoding     T2A
        LangCode         ru_RU
 End
 
        LangCode         ru_RU
 End
 
@@ -686,42 +887,51 @@ Language samin
        LangCode         se_NO
 End
 
        LangCode         se_NO
 End
 
-# Currently not supported (file format change!)
-# Language sanskrit
-#      GuiName          "Sanskrit"
-#      PolyglossiaName  sanskrit
-#      LangCode         sa
-# End
+# not supported by babel
+Language sanskrit
+       GuiName          "Sanskrit"
+       PolyglossiaName  sanskrit
+       Encoding         utf8
+       LangCode         sa_IN
+End
 
 Language scottish
        GuiName          "Scottish"
        BabelName        scottish
        PolyglossiaName  scottish
 
 Language scottish
        GuiName          "Scottish"
        BabelName        scottish
        PolyglossiaName  scottish
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         gd_GB
 End
 
 Language serbian
        GuiName          "Serbian"
        Encoding         iso8859-15
        LangCode         gd_GB
 End
 
 Language serbian
        GuiName          "Serbian"
-       BabelName        serbian
+       HasGuiSupport    true
+       BabelName        serbianc
        PolyglossiaName  serbian
        PolyglossiaName  serbian
-       Encoding         iso8859-5
+       QuoteStyle       german
+       Encoding         utf8
+       FontEncoding     T2A
        LangCode         sr_RS
        LangCode         sr_RS
+       AsBabelOptions   true
 End
 
 Language serbian-latin
        GuiName          "Serbian (Latin)"
        BabelName        serbian
        PolyglossiaName  serbian
 End
 
 Language serbian-latin
        GuiName          "Serbian (Latin)"
        BabelName        serbian
        PolyglossiaName  serbian
-       PolyglossiaOpts  "script=latin"
+       PolyglossiaOpts  "script=Latin"
+       QuoteStyle       german
        Encoding         iso8859-2
        Encoding         iso8859-2
-       LangCode         sr_RS
+       LangCode         sr_RS-Latin
 End
 
 Language slovak
        GuiName          "Slovak"
 End
 
 Language slovak
        GuiName          "Slovak"
+       HasGuiSupport    true
        BabelName        slovak
        PolyglossiaName  slovak
        BabelName        slovak
        PolyglossiaName  slovak
+       QuoteStyle       german
        Encoding         iso8859-2
        LangCode         sk_SK
 End
        Encoding         iso8859-2
        LangCode         sk_SK
 End
@@ -730,14 +940,17 @@ Language slovene
        GuiName          "Slovene"
        BabelName        slovene
        PolyglossiaName  slovenian
        GuiName          "Slovene"
        BabelName        slovene
        PolyglossiaName  slovenian
+       QuoteStyle       german
        Encoding         iso8859-2
        LangCode         sl_SI
 End
 
 Language spanish
        GuiName          "Spanish"
        Encoding         iso8859-2
        LangCode         sl_SI
 End
 
 Language spanish
        GuiName          "Spanish"
+       HasGuiSupport    true
        BabelName        spanish
        PolyglossiaName  spanish
        BabelName        spanish
        PolyglossiaName  spanish
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         es_ES
        PostBabelPreamble
        Encoding         iso8859-15
        LangCode         es_ES
        PostBabelPreamble
@@ -750,6 +963,7 @@ Language spanish-mexico
        GuiName          "Spanish (Mexico)"
        BabelName        spanish
        PolyglossiaName  spanish
        GuiName          "Spanish (Mexico)"
        BabelName        spanish
        PolyglossiaName  spanish
+       QuoteStyle       french
        Encoding         iso8859-15
        LangCode         es_MX
        PostBabelPreamble
        Encoding         iso8859-15
        LangCode         es_MX
        PostBabelPreamble
@@ -759,48 +973,66 @@ End
 
 Language swedish
        GuiName          "Swedish"
 
 Language swedish
        GuiName          "Swedish"
+       HasGuiSupport    true
        BabelName        swedish
        PolyglossiaName  swedish
        BabelName        swedish
        PolyglossiaName  swedish
+       QuoteStyle       swedish
        Encoding         iso8859-15
        LangCode         sv_SE
 End
 
        Encoding         iso8859-15
        LangCode         sv_SE
 End
 
-# Currently not supported (file format change!)
-# Language syriac
-#      GuiName          "Syriac"
-#      PolyglossiaName  syriac
-#      LangCode         syr
-# End
+# not supported by babel
+#Language syriac
+#      GuiName          "Syriac"
+#      PolyglossiaName  syriac
+#      Encoding         utf8
+#      RTL              true
+#      LangCode         syr_SY
+#End
 
 
-# Currently not supported (file format change!)
-# Language tamil
-#      GuiName          "Tamil"
-#      PolyglossiaName  tamil
-#      LangCode         Taml
-# End
+# not supported by babel
+Language tamil
+       GuiName          "Tamil"
+       PolyglossiaName  tamil
+       Encoding         utf8
+       LangCode         ta_IN
+End
 
 
-# Currently not supported (file format change!)
-# Language telugu
-#      GuiName          "Telugu"
-#      PolyglossiaName  telugu
-#      LangCode         te
-# End
+# not supported by babel
+Language telugu
+       GuiName          "Telugu"
+       PolyglossiaName  telugu
+       Encoding         utf8
+       LangCode         te_IN
+End
 
 Language thai
        GuiName          "Thai"
        BabelName        thai
        PolyglossiaName  thai
 
 Language thai
        GuiName          "Thai"
        BabelName        thai
        PolyglossiaName  thai
+       QuoteStyle       english
        Encoding         tis620-0
        Encoding         tis620-0
+#      FontEncoding     LTH
        LangCode         th_TH
        PostBabelPreamble
        \usepackage{thswitch}
        EndPostBabelPreamble
 End
 
        LangCode         th_TH
        PostBabelPreamble
        \usepackage{thswitch}
        EndPostBabelPreamble
 End
 
+# not supported by babel
+Language tibetan
+       GuiName          "Tibetan"
+       PolyglossiaName  tibetan
+       Encoding         utf8
+       LangCode         bo_CN
+End
+
 Language turkish
        GuiName          "Turkish"
 Language turkish
        GuiName          "Turkish"
+       HasGuiSupport    true
        BabelName        turkish
        PolyglossiaName  turkish
        BabelName        turkish
        PolyglossiaName  turkish
+       QuoteStyle       french
        Encoding         iso8859-9
        LangCode         tr_TR
        PostBabelPreamble
        Encoding         iso8859-9
        LangCode         tr_TR
        PostBabelPreamble
@@ -814,6 +1046,7 @@ Language turkmen
        GuiName          "Turkmen"
        BabelName        turkmen
        PolyglossiaName  turkmen
        GuiName          "Turkmen"
        BabelName        turkmen
        PolyglossiaName  turkmen
+       QuoteStyle       french
        Encoding         utf8
        LangCode         tk_TM
        AsBabelOptions   true
        Encoding         utf8
        LangCode         tk_TM
        AsBabelOptions   true
@@ -821,9 +1054,12 @@ End
 
 Language ukrainian
        GuiName          "Ukrainian"
 
 Language ukrainian
        GuiName          "Ukrainian"
+       HasGuiSupport    true
        BabelName        ukrainian
        PolyglossiaName  ukrainian
        BabelName        ukrainian
        PolyglossiaName  ukrainian
+       QuoteStyle       french
        Encoding         koi8-u
        Encoding         koi8-u
+       FontEncoding     T2A
        LangCode         uk_UA
 End
 
        LangCode         uk_UA
 End
 
@@ -831,16 +1067,19 @@ Language uppersorbian
        GuiName          "Upper Sorbian"
        BabelName        uppersorbian
        PolyglossiaName  usorbian
        GuiName          "Upper Sorbian"
        BabelName        uppersorbian
        PolyglossiaName  usorbian
+       QuoteStyle       german
        Encoding         iso8859-2
        LangCode         hsb_DE
 End
 
        Encoding         iso8859-2
        LangCode         hsb_DE
 End
 
-# Currently not supported (file format change!)
-# Language urdu
-#      GuiName          "Urdu"
-#      PolyglossiaName  urdu
-#      LangCode         ur
-# End
+# not supported by babel
+#Language urdu
+#      GuiName          "Urdu"
+#      PolyglossiaName  urdu
+#      Encoding         utf8
+#      RTL              true
+#      LangCode         ur_PK
+#End
 
 # vietnam must be loaded locally with babel options,
 # not globally via class options, see
 
 # vietnam must be loaded locally with babel options,
 # not globally via class options, see
@@ -849,15 +1088,18 @@ Language vietnamese
        GuiName          "Vietnamese"
        BabelName        vietnam
        PolyglossiaName  vietnamese
        GuiName          "Vietnamese"
        BabelName        vietnam
        PolyglossiaName  vietnamese
+       QuoteStyle       french
        Encoding         utf8
        LangCode         vi_VN
        AsBabelOptions   true
        Encoding         utf8
        LangCode         vi_VN
        AsBabelOptions   true
+       Requires         vietnamese
 End
 
 Language welsh
        GuiName          "Welsh"
        BabelName        welsh
        PolyglossiaName  welsh
 End
 
 Language welsh
        GuiName          "Welsh"
        BabelName        welsh
        PolyglossiaName  welsh
+       QuoteStyle       english
        Encoding         iso8859-15
        LangCode         cy_GB
 End
        Encoding         iso8859-15
        LangCode         cy_GB
 End