Skip to content

Commit

Permalink
New braille translation tables: Danish 8 dot computer braille, Englis…
Browse files Browse the repository at this point in the history
…h (U.S.) 8 dot extended computer braille, Lithuanian, Persian 8 dot computer braille, Persian grade 1, Slovenian 8 dot computer braille. Incubates #7364 (issues #6188, #6550, #6773, #6836, #7367).
  • Loading branch information
jcsteh committed Jul 10, 2017
2 parents 6c5979e + 678a1ce commit 89fcff9
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions source/brailleTables.py
Expand Up @@ -62,6 +62,7 @@ def listTables():

#: Maps old table names to new table names for tables renamed in newer versions of liblouis.
RENAMED_TABLES = {
"ar-fa.utb" : "fa-ir-g1.utb",
"da-dk-g16.utb":"da-dk-g16.ctb",
"da-dk-g18.utb":"da-dk-g18.ctb",
"gr-gr-g1.utb":"el.ctb",
Expand All @@ -79,9 +80,6 @@ def listTables():
addTable("ar-ar-g1.utb", _("Arabic grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("ar-fa.utb", _("Farsi grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("as-in-g1.utb", _("Assamese grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
Expand All @@ -100,6 +98,9 @@ def listTables():
addTable("cz-cz-g1.utb", _("Czech grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("da-dk-g08.ctb", _("Danish 8 dot computer braille"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("da-dk-g16.ctb", _("Danish 6 dot grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
Expand Down Expand Up @@ -148,6 +149,9 @@ def listTables():
addTable("en-us-comp8.ctb", _("English (U.S.) 8 dot computer braille"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("en-us-comp8-ext.utb", _("English (U.S.) 8 dot extended computer braille"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("en-us-g1.ctb", _("English (U.S.) grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
Expand All @@ -166,6 +170,12 @@ def listTables():
addTable("ethio-g1.ctb", _("Ethiopic grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("fa-ir-comp8.ctb", _("Persian 8 dot computer braille"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("fa-ir-g1.utb", _("Persian grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("fi.utb", _("Finnish 6 dot"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
Expand Down Expand Up @@ -241,6 +251,9 @@ def listTables():
addTable("ks-in-g1.utb", _("Kashmiri grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("lt.ctb", _("Lithuanian"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("Lv-Lv-g1.utb", _("Latvian grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
Expand Down Expand Up @@ -316,7 +329,10 @@ def listTables():
addTable("sk-g1.ctb", _("Slovak grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("sl-si-g1.utb", _("Slovene grade 1"))
addTable("sl-si-comp8.ctb", _("Slovenian 8 dot computer braille"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("sl-si-g1.utb", _("Slovenian grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("sr-g1.ctb", _("Serbian grade 1"))
Expand Down

0 comments on commit 89fcff9

Please sign in to comment.