Some comments: Guenter Milde wrote: > +Language ancientgreek > + GuiName "Greek (ancient)" > + PolyglossiaName greek > + PolyglossiaOpts variant=ancient > + LangCode grc > +End
Please do not add new languages now. This would be a file format change (needs lyx2lyx conversion etc.). For now, we'll stick with the currently supported languages. (you can add the new languages if you comment them out). > @@ -96,7 +115,7 @@ Language austrian > GuiName "German (Austria, old spelling)" > BabelName austrian > Encoding iso8859-15 > - LangCode de_AT > + LangCode de_AT_1901 > End This will break aspell > -# german does not use a country code (due to the variety) > Language german > GuiName "German (old spelling)" > BabelName german > + PolyglossiaName german > + PolyglossiaOpts spelling=old,babelshorthands=true > Encoding iso8859-15 > - LangCode de > - LangVariety alt > + LangCode de_DE_1901 > + # LangVariety alt > End Likewise. And please do not comment out the variety. This is a crucial feature (in order to spellcheck old and new German orthography within one document with aspell)! Jürgen