Skip to content

Commit

Permalink
fix lang codes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Sep 28, 2024
1 parent de5b6cd commit 8b2b3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/brailleTables.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def listTables() -> list[BrailleTable]:
)
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("ka-in-g1.utb", _("Kannada grade 1"), inputForLangs={"ka"}, translationForLangs={"ka"})
addTable("ka-in-g1.utb", _("Kannada grade 1"), inputForLangs={"kn"}, translationForLangs={"kn"})
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("ka.utb", _("Georgian literary braille"))
Expand All @@ -482,7 +482,7 @@ def listTables() -> list[BrailleTable]:
addTable("kk.utb", _("Kazakh grade 1"), input=False)
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("km-g1.utb", _("Khmer grade 1"), inputForLangs={"kmr"}, translationForLangs={"kmr"})
addTable("km-g1.utb", _("Khmer grade 1"), inputForLangs={"km"}, translationForLangs={"km"})
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("kmr.tbl", _("Northern Kurdish grade 0"))
Expand Down

0 comments on commit 8b2b3f1

Please sign in to comment.