Skip to content

Commit

Permalink
Add support for de-CH and de-AT when using babel
Browse files Browse the repository at this point in the history
  • Loading branch information
casenull committed Jan 10, 2023
1 parent 1a58976 commit 66e020a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@ class LatexFragmentizer(codeLanguageId: String) : CodeFragmentizer(codeLanguageI
map["danish"] = "da-DK"
map["german"] = "de-DE"
map["ngerman"] = "de-DE"
map["swissgerman"] = "de-CH"
map["nswissgerman"] = "de-CH"
map["austrian"] = "de-AT"
map["naustrian"] = "de-AT"
map["greek"] = "el-GR"
map["british"] = "en-GB"
map["UKenglish"] = "en-GB"
Expand Down

0 comments on commit 66e020a

Please sign in to comment.