mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Babel now supports Swiss German
This commit is contained in:
parent
4ab4cfa690
commit
ac2d4dd7ba
@ -473,18 +473,30 @@ Language ngerman
|
||||
LangCode de_DE
|
||||
End
|
||||
|
||||
# Swiss German is not supported by babel and polyglossia yet
|
||||
# We use ngerman for now (spellchecking is supported though!)
|
||||
# Polyglossia does not yet support Swiss German. We use ngerman for now.
|
||||
Language german-ch
|
||||
GuiName "German (Switzerland)"
|
||||
BabelName ngerman
|
||||
BabelName nswissgerman
|
||||
PolyglossiaName german
|
||||
PolyglossiaOpts "babelshorthands=true"
|
||||
# PolyglossiaOpts "variant=swiss,babelshorthands=true"
|
||||
QuoteStyle danish
|
||||
Encoding iso8859-15
|
||||
LangCode de_CH
|
||||
End
|
||||
|
||||
# This is now supported, but requires a file format change
|
||||
# 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"
|
||||
BabelName greek
|
||||
|
Loading…
Reference in New Issue
Block a user