From 11edb8072eba89517f3ea23b138a96d6c677538c Mon Sep 17 00:00:00 2001 From: Mesar Hameed Date: Tue, 11 Sep 2012 08:32:28 +0100 Subject: [PATCH] Add Estonian grade 0, Portuguese 8 computer braille tables. Switch to using the new Ethiopic table. --- source/braille.py | 12 +++++++++--- user_docs/en/changes.t2t | 1 + 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/source/braille.py b/source/braille.py index 8e7cb4ff4..9dac880df 100644 --- a/source/braille.py +++ b/source/braille.py @@ -83,6 +83,12 @@ TABLES = ( ("es-g1.ctb", _("Spanish grade 1")), # Translators: The name of a braille table displayed in the # braille settings dialog. + ("et-g0.utb", _("Estonian grade 0")), + # Translators: The name of a braille table displayed in the + # braille settings dialog. + ("ethio-g1.ctb", _("Ethiopic grade 1")), + # braille settings dialog. + # Translators: The name of a braille table displayed in the ("fi-fi-8dot.ctb", _("Finnish 8 dot computer braille")), # Translators: The name of a braille table displayed in the # braille settings dialog. @@ -104,9 +110,6 @@ TABLES = ( ("gr-gr-g1.utb", _("Greek (Greece) grade 1")), # Translators: The name of a braille table displayed in the # braille settings dialog. - ("gez-g1.ctb", _("Ethiopic grade 1")), - # Translators: The name of a braille table displayed in the - # braille settings dialog. ("he.ctb", _("Hebrew 8 dot computer braille")), # Translators: The name of a braille table displayed in the # braille settings dialog. @@ -155,6 +158,9 @@ TABLES = ( ("Pl-Pl-g1.utb", _("Polish grade 1")), # Translators: The name of a braille table displayed in the # braille settings dialog. + ("pt-pt-comp8.ctb", _("Portuguese 8 dot computer braille")), + # Translators: The name of a braille table displayed in the + # braille settings dialog. ("Pt-Pt-g1.utb", _("Portuguese grade 1")), # Translators: The name of a braille table displayed in the # braille settings dialog. diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index 3ef435c64..a1ae67dc2 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -32,6 +32,7 @@ - Preliminary support for the document control in Microsoft Word 2013. (#2543) - Text alignment can now be reported in applications using IAccessible2 such as Mozilla applications. (#2612) - When a table row or standard Windows list-view control with multiple columns is focused, you can now use the table navigation commands to access individual cells. (#828) +- New braille translation tables: Estonian grade 0, Portuguese 8 dot computer braille. == Changes == -- 2.11.0