X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flanguages;h=76652f965465f8f6331afb738c216049b9b98639;hb=edaf28fdd6a64ce277a1c5f39d99a6568485887f;hp=20b3a7415e78343041f342ae05e1a3d57c8f28fa;hpb=1361f1a45f23576a8c88688020e5da719ef9789e;p=lyx.git diff --git a/lib/languages b/lib/languages index 20b3a7415e..76652f9654 100644 --- a/lib/languages +++ b/lib/languages @@ -10,6 +10,8 @@ # BabelName # PolyglossiaName # PolyglossiaOpts "" +# XindyName +# ActiveChars # QuoteStyle # DateFormats "||" @@ -17,7 +19,7 @@ # FontEncoding # InternalEncoding # RTL -# AsBabelOptions +# WordWrap # LangCode # LangVariety # PreBabelPreamble @@ -55,6 +57,7 @@ # - french: <> ``text'' (outward guillemets -- 66_99) # - frenchin: <> <> (French Imprimerie Nationale style) # - german: ,,text`` ,text` (99/66 -- 9/6) +# - hungarian: ,,text'' >>text<< (99/99 -- double inward guillemets) # - polish: ,,text'' ,text' (99/99 -- 9/9) # - russian: <> ,,text`` (outward guillemets -- 99/66) # - swedish: ''text'' 'text' (99_99 -- 9_9) @@ -81,7 +84,8 @@ # * yyyy the year as four digit number # * 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. +# is set to "Language Default" or "Language Default (no inputenc)" +# and "use non-TeX fonts" is FALSE. # Encoding "inherit" means: keep encoding of the context (used by # latex_language). # * FontEncoding is a bar-separated list of font encodings. @@ -100,11 +104,9 @@ # If True, LyX takes care 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. -# * AsBabelOptions advices LyX to pass the languages locally to babel, not -# globally to the class. In the old days, some languages (basically those -# not natively supported by babel) needed this. -# FIXME: in this case, we might still need to pass the other languages -# globally, for the use of other packages (such as varioref). +# * WordWrap is only used for on-screen display: when is is true (the default), rows are broken +# at word boundary; otherwise, they can be ended at arbitrary position. This +# setting is useful for CJK languages. # * LangCode is also used for spellchecking and thesaurus, where the # dictionaries are named accordingly. Thus, check this when introducing/ # changing language codes (especially aspell, thesaurus). @@ -120,6 +122,11 @@ # * Provides lists features that are provided by specific Babel languages, # but are available globally if this language is used (not only for this # language. Examples are \textgreek (Greek) and \textcyrillic (Russian). +# * ActiveChars provides a string of the characters that are made active +# by the language. We record particularly those characters that have to +# be de-activated in some contexts (such as - or =). +# * XindyName holds the value to the (te)xindy -L option. We only give it +# if a corresponding language module exists. # ########################################################################## @@ -145,10 +152,10 @@ End # Real languages # -# not yet supported by polyglossia Language afrikaans GuiName "Afrikaans" BabelName afrikaans + PolyglossiaName afrikaans QuoteStyle polish Encoding iso8859-15 FontEncoding T1|OT1 @@ -160,7 +167,16 @@ End Language albanian GuiName "Albanian" BabelName albanian + # babel-albanian (albanian.ldf) (re-)defines the functions + # \sh \ch \th \cth \arsh \arch \arth \arcth \tg \ctg \arctg + # as math operators. This clashes with \th == letter thorn + # in font encoding T1 + PostBabelPreamble + % fix albanian: restore \th as LATIN LETTER THORN + \@ifl@aded{def}{t1enc}{\DeclareTextSymbol{\th}{T1}{254}}{} + EndPostBabelPreamble PolyglossiaName albanian + XindyName albanian QuoteStyle swiss Encoding iso8859-2 FontEncoding T1|OT1 @@ -173,6 +189,7 @@ Language american BabelName american PolyglossiaName english PolyglossiaOpts "variant=american" + XindyName english QuoteStyle english Encoding iso8859-15 FontEncoding ASCII @@ -192,20 +209,21 @@ 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 + GuiName "Greek (ancient)" + BabelName greek PostBabelPreamble \languageattribute{greek}{ancient} EndPostBabelPreamble - PolyglossiaName greek - PolyglossiaOpts "variant=ancient" - QuoteStyle french - Encoding iso8859-7 - InternalEncoding true - FontEncoding LGR + PolyglossiaName greek + PolyglossiaOpts "variant=ancient" + XindyName greek + QuoteStyle french + Encoding iso8859-7 + InternalEncoding true + FontEncoding LGR DateFormats "dd MMMM yyyy|dd MMM yyyy|dd/MM/yyyy" - LangCode grc_GR - Provides textgreek + LangCode grc_GR + Provides textgreek End # FIXME: dummy babel language for arabic_arabtex to be able @@ -231,6 +249,26 @@ Language arabic_arabi FontEncoding LAE DateFormats "d MMMM، yyyy|dd/MM/yyyy|d/M/yyyy" RTL true + PostBabelPreamble + % arabic + hyperref redefines \noboundary as local textcommand + \let\orig@noboundary\noboundary + \DeclareTextCommandDefault{\noboundary}{\orig@noboundary} + % work around too simple test for article-like classes in arabicore.sty + \ifdefined\chapter\else + \def\thesection{\protect\if@rl\protect\I{\number\c@section}% + \protect\else\protect\textLR{\number\c@section}% + \protect\fi} + \def\thesubsection{\protect\if@rl\protect\I{\number\c@subsection.\number\c@section}% + \protect\else\protect\textLR{\number\c@section.\number\c@subsection}% + \protect\fi}% + \def\thetable{\protect\if@rl\protect\I{\number\c@table}% + \protect\else\protect\textLR{\number\c@table}% + \protect\fi}% + \def\thefigure{\protect\if@rl\protect\I{\number\c@figure}% + \protect\else\protect\textLR{\number\c@figure}% + \protect\fi}% + \fi + EndPostBabelPreamble LangCode ar_SA End @@ -260,6 +298,7 @@ Language australian BabelName australian PolyglossiaName english PolyglossiaOpts "variant=australian" + XindyName english Encoding iso8859-15 FontEncoding ASCII DateFormats "d MMMM yyyy|d MMM yyyy|dd/MM/yyyy" @@ -268,13 +307,13 @@ Language australian 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. # Due to the variety, we use no country code. Language austrian GuiName "German (Austria, old spelling)" BabelName austrian PolyglossiaName german PolyglossiaOpts "variant=austrian,spelling=old,babelshorthands=true" + XindyName german-duden QuoteStyle german Encoding iso8859-15 FontEncoding T1|OT1 @@ -284,12 +323,12 @@ Language austrian 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 PolyglossiaName german PolyglossiaOpts "variant=austrian,spelling=new,babelshorthands=true" + XindyName german-duden QuoteStyle german Encoding iso8859-15 FontEncoding T1|OT1 @@ -297,6 +336,22 @@ Language naustrian LangCode de_AT End +Language azerbaijani + GuiName "Azerbaijani" + BabelName azerbaijani + QuoteStyle russian + Encoding iso8859-9 + FontEncoding T2A,T1 + DateFormats "d MMMM yyyy|dd.MMM.yyyy|dd.MM.yyyy" + LangCode az_AZ + Requires textschwa + # use \cyrschwa in T1, allow hyphenation in remainder of word + PostBabelPreamble + \DeclareTextCommand{\textschwa}{T1}{\cyrschwa\bbl@allowhyphens} + \DeclareTextCommand{\textSchwa}{T1}{\CYRSCHWA\bbl@allowhyphens} + EndPostBabelPreamble +End + Language bahasa GuiName "Indonesian" HasGuiSupport true @@ -334,10 +389,13 @@ Language basque EndPostBabelPreamble End -# not yet supported by polyglossia +# Up to 2018-08-25 (babel-belarusian 1.4), the babel option is "belarusianb" +# but the language name "belarusian" (without trailing "b"). Language belarusian GuiName "Belarusian" BabelName belarusian + PolyglossiaName belarusian + XindyName belarusian QuoteStyle french Encoding cp1251 FontEncoding T2A @@ -345,10 +403,21 @@ Language belarusian LangCode be_BY End -# not yet supported by polyglossia +# supported by polyglossia but not babel: +Language bengali + GuiName "Bengali" + PolyglossiaName bengali + QuoteStyle english + Encoding utf8 + LangCode be_IN +End + + +# The (rarely used) Cyrillic script is not supported (try serbian). Language bosnian GuiName "Bosnian" BabelName bosnian + PolyglossiaName bosnian QuoteStyle polish Encoding iso8859-2 FontEncoding T1|OT1 @@ -361,6 +430,7 @@ Language brazilian HasGuiSupport true BabelName brazil PolyglossiaName brazil + XindyName portuguese QuoteStyle english Encoding iso8859-15 FontEncoding T1|OT1 @@ -385,6 +455,7 @@ Language british BabelName british PolyglossiaName english PolyglossiaOpts "variant=british" + XindyName english QuoteStyle british Encoding iso8859-15 FontEncoding ASCII @@ -394,8 +465,10 @@ End Language bulgarian GuiName "Bulgarian" + HasGuiSupport true BabelName bulgarian PolyglossiaName bulgarian + XindyName bulgarian QuoteStyle german Encoding cp1251 FontEncoding T2A @@ -404,27 +477,25 @@ Language bulgarian Provides textcyrillic End -# not yet supported by polyglossia Language canadian GuiName "English (Canada)" BabelName canadian -# PolyglossiaName english -# PolyglossiaOpts "variant=canadian" + PolyglossiaName english + PolyglossiaOpts "variant=canadian" + XindyName english QuoteStyle english Encoding iso8859-15 - FontEncoding ASCII + FontEncoding ASCII DateFormats "MMMM d, yyyy|d MMM yyyy|yyyy-MM-dd" LangCode en_CA End -# not yet supported by polyglossia -# Note: If polyglossia support gets implemented, french needs -# PolyglossiaOpts "variant=french" Language canadien GuiName "French (Canada)" - BabelName canadien -# PolyglossiaName french -# PolyglossiaOpts "variant=canadien" + BabelName acadian + PolyglossiaName french + PolyglossiaOpts "variant=canadian" + XindyName french QuoteStyle french Encoding iso8859-15 FontEncoding T1|OT1 @@ -451,6 +522,7 @@ Language chinese-simplified HasGuiSupport true Encoding euc-cn QuoteStyle english + WordWrap false LangCode zh_CN DateFormats "yyyy年M月d日|yyyy-M-d|yy-M-d" Requires CJK @@ -462,11 +534,24 @@ Language chinese-traditional HasGuiSupport true QuoteStyle cjk Encoding utf8-cjk + WordWrap false LangCode zh_TW DateFormats "yyyy年M月d日|yyyy年M月d日|yy年M月d日" Requires CJK End +# supported by polyglossia but not LyX: +Language churchslavonic + GuiName "Church Slavonic" + PolyglossiaName churchslavonic + QuoteStyle swiss + Encoding utf8 + FontEncoding T2A + DateFormats "d MMMM yyyy 'л'.|d MMM yyyy 'л'.|dd.MM.yyyy" + LangCode cu + Provides textcyrillic +End + # not supported by babel # FIXME DateFormats Language coptic @@ -480,6 +565,7 @@ Language croatian GuiName "Croatian" BabelName croatian PolyglossiaName croatian + XindyName croatian QuoteStyle polish Encoding iso8859-2 FontEncoding T1|OT1 @@ -492,7 +578,9 @@ Language czech HasGuiSupport true BabelName czech PolyglossiaName czech + XindyName czech QuoteStyle german + ActiveChars - Encoding iso8859-2 FontEncoding T1|OT1 DateFormats "d. MMMM yyyy|d. MMM. yyyy|d.M.yyyy" @@ -504,6 +592,7 @@ Language danish HasGuiSupport true BabelName danish PolyglossiaName danish + XindyName danish QuoteStyle danish Encoding iso8859-15 FontEncoding T1|OT1 @@ -526,6 +615,7 @@ Language dutch BabelName dutch PolyglossiaName dutch PolyglossiaOpts "babelshorthands=true" + XindyName dutch QuoteStyle polish Encoding iso8859-15 FontEncoding T1|OT1 @@ -539,6 +629,7 @@ Language english BabelName english PolyglossiaName english PolyglossiaOpts "variant=american" + XindyName english QuoteStyle english DateFormats "MMMM dd, yyyy|MMM dd, yyyy|M/d/yyyy" Encoding iso8859-15 @@ -552,6 +643,7 @@ Language esperanto GuiName "Esperanto" BabelName esperanto PolyglossiaName esperanto + XindyName esperanto QuoteStyle english Encoding iso8859-3 FontEncoding IL3|T1|OT1 @@ -563,6 +655,7 @@ Language estonian GuiName "Estonian" BabelName estonian PolyglossiaName estonian + XindyName estonian QuoteStyle german Encoding iso8859-15 FontEncoding T1|OT1 @@ -579,6 +672,7 @@ Language farsi GuiName "Farsi" BabelName farsi PolyglossiaName farsi + XindyName persian Encoding utf8 FontEncoding LAE,LFE DateFormats "d MMMM yyyy|d MMM yyyy|yyyy/M/d" @@ -596,6 +690,7 @@ Language finnish HasGuiSupport true BabelName finnish PolyglossiaName finnish + XindyName finnish QuoteStyle swedish Encoding iso8859-15 FontEncoding T1|OT1 @@ -603,23 +698,17 @@ Language finnish LangCode fi_FI End -# We redefine \og and \fg (guillemets) for older french language definitions Language french GuiName "French" HasGuiSupport true BabelName french PolyglossiaName french + XindyName french QuoteStyle french Encoding iso8859-15 FontEncoding T1|OT1 DateFormats "d MMMM yyyy|d MMM yyyy|dd/MM/yyyy" LangCode fr_FR - PostBabelPreamble - \addto\extrasfrench{% - \providecommand{\og}{\leavevmode\flqq~}% - \providecommand{\fg}{\ifdim\lastskip>\z@\unskip\fi~\frqq}% - } - EndPostBabelPreamble End Language friulan @@ -653,6 +742,8 @@ End Language georgian GuiName "Georgian" BabelName georgian + PolyglossiaName georgian + XindyName georgian QuoteStyle german Encoding utf8 FontEncoding T8M @@ -665,6 +756,7 @@ Language german BabelName german PolyglossiaName german PolyglossiaOpts "variant=german,spelling=old,babelshorthands=true" + XindyName german-duden QuoteStyle german Encoding iso8859-15 FontEncoding T1|OT1 @@ -679,6 +771,7 @@ Language ngerman BabelName ngerman PolyglossiaName german PolyglossiaOpts "variant=german,spelling=new,babelshorthands=true" + XindyName german-duden QuoteStyle german Encoding iso8859-15 FontEncoding T1|OT1 @@ -695,6 +788,7 @@ Language german-ch BabelName nswissgerman PolyglossiaName german PolyglossiaOpts "variant=swiss,spelling=new,babelshorthands=true" + XindyName german-duden QuoteStyle swiss Encoding iso8859-15 FontEncoding T1|OT1 @@ -710,6 +804,7 @@ Language german-ch-old BabelName swissgerman PolyglossiaName german PolyglossiaOpts "variant=swiss,spelling=old,babelshorthands=true" + XindyName german-duden QuoteStyle swiss Encoding iso8859-15 FontEncoding T1|OT1 @@ -718,48 +813,59 @@ Language german-ch-old End Language greek - GuiName "Greek" - HasGuiSupport true - BabelName greek - PolyglossiaName greek - PolyglossiaOpts "variant=monotonic" - QuoteStyle french - Encoding iso8859-7 - InternalEncoding true - FontEncoding LGR + GuiName "Greek" + HasGuiSupport true + BabelName greek + PolyglossiaName greek + PolyglossiaOpts "variant=monotonic" + XindyName greek + QuoteStyle french + Encoding iso8859-7 + InternalEncoding true + FontEncoding LGR DateFormats "dd MMMM yyyy|dd MMM yyyy|dd/MM/yyyy" - LangCode el_GR - Provides textgreek + LangCode el_GR + Provides textgreek End Language polutonikogreek - GuiName "Greek (polytonic)" - BabelName polutonikogreek - PolyglossiaName greek - PolyglossiaOpts "variant=polytonic" - QuoteStyle french - Encoding iso8859-7 - InternalEncoding true - FontEncoding LGR + GuiName "Greek (polytonic)" + BabelName polutonikogreek + PolyglossiaName greek + PolyglossiaOpts "variant=polytonic" + XindyName greek + QuoteStyle french + Encoding iso8859-7 + InternalEncoding true + FontEncoding LGR DateFormats "dd MMMM yyyy|dd MMM yyyy|dd/MM/yyyy" - LangCode el_GR - Provides textgreek + LangCode el_GR + Provides textgreek End Language hebrew - GuiName "Hebrew" - HasGuiSupport true - BabelName hebrew - PolyglossiaName hebrew - Encoding cp1255 - QuoteStyle english - InternalEncoding true -# Hebrew babel loads the font encodings -# itself in the appropriate order -# FontEncoding LHE + GuiName "Hebrew" + HasGuiSupport true + BabelName hebrew + PolyglossiaName hebrew + XindyName hebrew + Encoding cp1255 + QuoteStyle english + InternalEncoding true + # babel-hebrew expects the encoding for *other* languages last: + FontEncoding HE8,T1|LHE,T1 + ## Use font encoding HE8 if the Culmus fonts are installed and + # work around too simple test for article-like classes in rlbabel.def. + PreBabelPreamble + \IfFileExists{he8david.fd}{% + \providecommand{\HeblatexEncoding}{HE8} + \providecommand{\HeblatexEncodingFile}{he8enc}% + }{} + \providecommand{\l@chapter}{\relax} + EndPreBabelPreamble DateFormats "d MMMM yyyy|d MMM yyyy|dd/MM/yyyy" - RTL true - LangCode he_IL + RTL true + LangCode he_IL End # not supported by babel @@ -788,6 +894,7 @@ Language icelandic GuiName "Icelandic" BabelName icelandic PolyglossiaName icelandic + XindyName icelandic QuoteStyle german Encoding iso8859-15 FontEncoding T1 @@ -796,7 +903,7 @@ Language icelandic End # Interlingua has no official country code because it is an auxiliary -# language. We therefore the name of its hunspell dictionary. +# language. We use the name of its hunspell dictionary. Language interlingua GuiName "Interlingua" HasGuiSupport true @@ -825,6 +932,7 @@ Language italian HasGuiSupport true BabelName italian PolyglossiaName italian + XindyName italian QuoteStyle french Encoding iso8859-15 FontEncoding ASCII @@ -832,20 +940,17 @@ 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 -# Since japanese does not load fontenc, we set -# InternalEncoding to true. +# Since 2016-12-18, babel-japanese works with non-TeX fonts (Xe/LuaTeX), too +# (use with "Japanese (bxjs)" or standard document classes) Language japanese GuiName "Japanese" HasGuiSupport true BabelName japanese Encoding jis-platex + WordWrap false LangCode ja_JP Requires japanese - InternalEncoding true - FontEncoding None + FontEncoding ASCII DateFormats "yyyy年M月d日|yyyy/MM/dd|yy/MM/dd" QuoteStyle cjk End @@ -854,7 +959,8 @@ End Language japanese-cjk GuiName "Japanese (CJK)" Encoding euc-jp - DateFormats "yyyy年M月d日|yyyy/MM/dd|yy/MM/dd" + DateFormats "yyyy年M月d日|yyyy/MM/dd|yy/MM/dd" + WordWrap false LangCode ja_JP Requires CJK QuoteStyle cjk @@ -874,13 +980,9 @@ End Language kazakh GuiName "Kazakh" Encoding ascii - FontEncoding T2A + # FontEncoding T2A # not set (no Babel support) DateFormats "dd MMMM yyyy|dd MMMM yyyy|yyyy-dd-MM" LangCode kk_KZ - PostBabelPreamble - \input{t2aenc.def} - \AtBeginDocument{\fontencoding{T2A}\selectfont} - EndPostBabelPreamble End # not supported by babel @@ -894,17 +996,31 @@ End Language korean GuiName "Korean" + PolyglossiaName korean + XindyName korean Encoding euc-kr QuoteStyle cjkangle DateFormats "yyyy년 M월 d일|yyyy. M. d.|yy. M. d." + WordWrap false LangCode ko_KR Requires CJK End -# not yet supported by polyglossia +# Language korean-kotex +# GuiName "Korean (koTeX)" +# Encoding utf8 +# QuoteStyle cjkangle +# DateFormats "yyyy년 M월 d일|yyyy. M. d.|yy. M. d." +# LangCode ko_KR +# Requires kotex +# End + Language kurmanji - GuiName "Kurmanji" + GuiName "Kurdish (Kurmanji)" BabelName kurmanji + PolyglossiaName kurdish + XindyName kurdish-bedirxan + PolyglossiaOpts "variant=kurmanji" Encoding utf8 FontEncoding T1|OT1 DateFormats "d. MMMM yyyy|d. M. yyyy|yyyy-MM-dd" @@ -927,6 +1043,8 @@ Language latin GuiName "Latin" BabelName latin PolyglossiaName latin + XindyName latin + ActiveChars ^= Encoding iso8859-15 FontEncoding T1|OT1 LangCode la_LA @@ -939,6 +1057,7 @@ Language latvian GuiName "Latvian" BabelName latvian PolyglossiaName latvian + XindyName latvian QuoteStyle german Encoding iso8859-4 FontEncoding L7x|T1|OT1 @@ -946,16 +1065,36 @@ Language latvian LangCode lv_LV End -# lithuanian must be loaded locally with babel options, -# not globally via class options -# FontEncoding: L7x set by Babel +# FontEncoding: L7x required for hyphenation but no longer set by Babel +# (since 2017-12-06) Language lithuanian GuiName "Lithuanian" BabelName lithuanian PolyglossiaName lithuanian + XindyName lithuanian QuoteStyle german Encoding iso8859-13 FontEncoding L7x + # L7x defines \copyright as TextSymbol which leads to an endless loop + # when it is used in other font encodings. + PostBabelPreamble + \@ifl@aded{def}{l7xenc}{ + % restore corrupted \coyright definition + \DeclareRobustCommand{\copyright}{% + \ifmmode{\nfss@text{\textcopyright}}\else\textcopyright\fi + } + % Switch to L7x and back + \addto\extraslithuanian{ + \let\bbl@lithuanian@cfencoding\cf@encoding + \fontencoding{L7x}\selectfont + \def\encodingdefault{L7x} + } + \addto\noextraslithuanian{ + \def\encodingdefault{\bbl@lithuanian@cfencoding} + \fontencoding{\encodingdefault}\selectfont + } + }{} + EndPostBabelPreamble DateFormats "yyyy 'm.' MMMM d 'd.'|yyyy 'm.' MMMM d 'd.'|yyyy-MM-dd" LangCode lt_LT End @@ -964,6 +1103,7 @@ Language lowersorbian GuiName "Lower Sorbian" BabelName lowersorbian PolyglossiaName lsorbian + XindyName lower-sorbian QuoteStyle german Encoding iso8859-2 FontEncoding T1|OT1 @@ -976,17 +1116,19 @@ Language magyar HasGuiSupport true BabelName magyar PolyglossiaName magyar - QuoteStyle polish + XindyName hungarian + QuoteStyle hungarian Encoding iso8859-2 FontEncoding T1|OT1 DateFormats "yyyy. MMMM d.|yyyy. MMM d.|yyyy.MM.dd." LangCode hu_HU End -# not yet supported by polyglossia Language macedonian GuiName "Macedonian" BabelName macedonian + PolyglossiaName macedonian + XindyName macedonian QuoteStyle german Encoding cp1251 FontEncoding T2A @@ -995,7 +1137,7 @@ Language macedonian Provides textcyrillic End -# not yet supported by babel +# not supported by babel Language malayalam GuiName "Malayalam" PolyglossiaName malayalam @@ -1016,10 +1158,11 @@ End # mongolian must be loaded locally with babel options, # not globally via class options -# not yet supported by polyglossia Language mongolian GuiName "Mongolian" BabelName mongolian + PolyglossiaName mongolian + XindyName mongolian Encoding utf8 FontEncoding T2A DateFormats "yyyy оны M сарын d|d-M-yyyy|dd-MM-yyyy" @@ -1032,6 +1175,7 @@ Language newzealand BabelName newzealand PolyglossiaName english PolyglossiaOpts "variant=newzealand" + XindyName english QuoteStyle english Encoding iso8859-15 FontEncoding ASCII @@ -1044,18 +1188,36 @@ Language norsk HasGuiSupport true BabelName norsk PolyglossiaName norsk + XindyName norwegian QuoteStyle swiss Encoding iso8859-15 FontEncoding T1|OT1 - DateFormats "d. MMMM yyyy|d. MMM yyyy|dd.MM.yyyy" + DateFormats "d. MMMM yyyy|d. MMM yyyy|dd./MM./yyyy" LangCode nb_NO End +# supported by polyglossia but not LyX: +# Language nko +# GuiName "N’Ko" +# PolyglossiaName nko +# QuoteStyle swiss +# Encoding utf8 +# FIXME: DateFormats "d MMMM، yyyy|dd/MM/yyyy|d/M/yyyy" +# gloss-nko.ldf says: +# In n'ko, this is an example of date : +# ߂߀߁߃ ߞߏ߲ߞߏߜߍ ߕߟߋ߬ ߁߈ (RTL) +# ( 18 February 2013 ) +# The word "ߕߟߋ߬" is mandatory between month name and day number. +# RTL true +# LangCode nqo +# End + Language nynorsk GuiName "Norwegian (Nynorsk)" HasGuiSupport true BabelName nynorsk PolyglossiaName nynorsk + XindyName norwegian QuoteStyle swiss Encoding iso8859-15 FontEncoding T1|OT1 @@ -1076,15 +1238,14 @@ End # Currently not supported (file format change!) # Russian orthography from the Petrine orthographic reforms of # 1708 to the 1917 orthographic reform -# Note: If this is enabled, russian needs to get -# PolyglossiaOpts "spelling=modern" -# Language oldrussian -# GuiName "Russian (Petrine orthography)" -# PolyglossiaName russian -# PolyglossiaOpts "spelling=old" -# LangCode ru_petr1708 -# QuoteStyle russian -# End +Language oldrussian + GuiName "Russian (Petrine orthography)" + PolyglossiaName russian + PolyglossiaOpts "spelling=old" + XindyName russian + QuoteStyle russian + LangCode ru_petr1708 +End # FIXME DateFormats Language piedmontese @@ -1104,6 +1265,7 @@ Language polish HasGuiSupport true BabelName polish PolyglossiaName polish + XindyName polish QuoteStyle polish Encoding iso8859-2 FontEncoding QX|T1|OT1 @@ -1116,6 +1278,7 @@ Language portuguese HasGuiSupport true BabelName portuges PolyglossiaName portuges + XindyName portuguese QuoteStyle french Encoding iso8859-15 FontEncoding T1|OT1 @@ -1128,6 +1291,7 @@ Language romanian HasGuiSupport true BabelName romanian PolyglossiaName romanian + XindyName romanian QuoteStyle polish Encoding iso8859-16 FontEncoding T1|OT1 @@ -1152,6 +1316,8 @@ Language russian HasGuiSupport true BabelName russian PolyglossiaName russian + PolyglossiaOpts "spelling=modern" + XindyName russian QuoteStyle russian Encoding koi8-r FontEncoding T2A @@ -1193,14 +1359,20 @@ Language scottish LangCode gd_GB End -# Note: script option is uppercase, even if the polyglossia -# manual states otherwise. +# Serbian with Cyrillic script. +# Up to Version 3.0 (2019-01-12), input encoding and +# font encoding were set document-wide to "utf8x" and "T2A" respectively +# by "babel-serbianc", overriding LyX settings and leading to errors +# in mulit-lingual documents. Language serbian GuiName "Serbian" HasGuiSupport true BabelName serbianc PolyglossiaName serbian PolyglossiaOpts "script=Cyrillic" + XindyName serbian + # Note: script option is uppercase, even if the polyglossia + # manual states otherwise. QuoteStyle polish Encoding utf8 FontEncoding T2A @@ -1208,13 +1380,13 @@ Language serbian LangCode sr_RS End -# Note: script option is uppercase, even if the polyglossia -# manual states otherwise. +# We use croatian for Latin Serbian index ordering Language serbian-latin GuiName "Serbian (Latin)" BabelName serbian PolyglossiaName serbian PolyglossiaOpts "script=Latin" + XindyName croatian QuoteStyle polish Encoding iso8859-2 FontEncoding T1|OT1 @@ -1227,7 +1399,9 @@ Language slovak HasGuiSupport true BabelName slovak PolyglossiaName slovak + XindyName slovak-large QuoteStyle german + ActiveChars -^ Encoding iso8859-2 FontEncoding T1|OT1 DateFormats "d. MMMM yyyy|d. MMM yyyy|d.M.yyyy" @@ -1238,6 +1412,7 @@ Language slovene GuiName "Slovene" BabelName slovene PolyglossiaName slovenian + XindyName slovenian QuoteStyle german Encoding iso8859-2 FontEncoding T1|OT1 @@ -1250,6 +1425,7 @@ Language spanish HasGuiSupport true BabelName spanish PolyglossiaName spanish + XindyName spanish-modern QuoteStyle french Encoding iso8859-15 FontEncoding T1|OT1 @@ -1265,6 +1441,7 @@ Language spanish-mexico GuiName "Spanish (Mexico)" BabelName spanish PolyglossiaName spanish + XindyName spanish-modern QuoteStyle french Encoding iso8859-15 FontEncoding T1|OT1 @@ -1280,6 +1457,7 @@ Language swedish HasGuiSupport true BabelName swedish PolyglossiaName swedish + XindyName swedish QuoteStyle swedish Encoding iso8859-15 FontEncoding T1|OT1 @@ -1315,6 +1493,8 @@ Language telugu LangCode te_IN End +# There is an alternative support with CJK package and Babel name "thaicjk". + Language thai GuiName "Thai" BabelName thai @@ -1324,8 +1504,24 @@ Language thai FontEncoding LTH DateFormats "dd MMMM yyyy|d MMM yyyy|dd/MM/yyyy" LangCode th_TH + # The first workaround requires loading inputenc after babel + # (cf. BufferParams.cpp): PostBabelPreamble - \usepackage{thswitch} + % Restore catcodes changed by thai.ldf (active characters required for inputenc) + \@tempcnta=161% + \@whilenum\@tempcnta<252\do{% + \catcode\@tempcnta=13 + \advance\@tempcnta\@ne + }% + % Restore \coyright definition corrupted by lthenc.def + \DeclareRobustCommand{\copyright}{% + \ifmmode{\nfss@text{\textcopyright}}\else\textcopyright\fi} + \DeclareTextSymbol{\textcopyright}{LTH}{8} + % set up Thai fonts as substitue for the default families + \usepackage{substitutefont} + \substitutefont{LTH}{\rmdefault}{norasi} + \substitutefont{LTH}{\sfdefault}{garuda} + \substitutefont{LTH}{\ttdefault}{ttypist} EndPostBabelPreamble End @@ -1343,14 +1539,13 @@ Language turkish HasGuiSupport true BabelName turkish PolyglossiaName turkish + XindyName turkish QuoteStyle english + ActiveChars = Encoding iso8859-9 FontEncoding T1|OT1 LangCode tr_TR DateFormats "d MMMM yyyy|dd.MMM.yyyy|dd.MM.yyyy" - PostBabelPreamble - \usepackage{xkeyval} - EndPostBabelPreamble End # turkmen must be loaded locally with babel options, @@ -1371,6 +1566,7 @@ Language ukrainian HasGuiSupport true BabelName ukrainian PolyglossiaName ukrainian + XindyName ukrainian QuoteStyle russian Encoding koi8-u FontEncoding T2A @@ -1383,6 +1579,7 @@ Language uppersorbian GuiName "Upper Sorbian" BabelName uppersorbian PolyglossiaName usorbian + XindyName upper-sorbian QuoteStyle german Encoding iso8859-2 FontEncoding T1|OT1 @@ -1404,6 +1601,7 @@ Language vietnamese GuiName "Vietnamese" BabelName vietnamese PolyglossiaName vietnamese + XindyName vietnamese QuoteStyle english Encoding utf8 DateFormats "dd 'tháng' MMMM yyyy|dd-MM-yyyy|dd/MM/yyyy"