Skip to content

Commit

Permalink
Change braille tables for Hebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Sep 29, 2024
1 parent 4fcd266 commit c186a17
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions source/brailleTables.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,15 @@ def listTables() -> list[BrailleTable]:
addTable("hbo.utb", _("Hebrew (Biblical) grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("he-IL.utb", _("Israeli grade 1"), inputForLangs={"he"}, translationForLangs={"he"})
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("he-IL-comp8.utb", _("Hebrew computer braille"))
addTable("he-IL.utb", _("Israeli grade 1"))
addTable(
"he-IL-comp8.utb",
# Translators: The name of a braille table displayed in the
# braille settings dialog.
_("Hebrew computer braille"),
inputForLangs={"he"},
translationForLangs={"he"},
)
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("hi-in-g1.utb", _("Hindi grade 1"), inputForLangs={"hi"}, translationForLangs={"hi"})
Expand Down

0 comments on commit c186a17

Please sign in to comment.