diff --git a/include/liblouis b/include/liblouis index cc834a39b28..146c0757b91 160000 --- a/include/liblouis +++ b/include/liblouis @@ -1 +1 @@ -Subproject commit cc834a39b28b22242d8546417afa1fda5a39440b +Subproject commit 146c0757b91c186742922b8e0f4e2f8f4a8350cc diff --git a/readme.md b/readme.md index bb7b2758ff2..3235af71fcc 100644 --- a/readme.md +++ b/readme.md @@ -67,7 +67,7 @@ For reference, the following run time dependencies are included in Git submodule * [IAccessible2](http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2), commit 21bbb176 * [ConfigObj](https://github.com/DiffSK/configobj), commit 5b5de48 * [Six](https://pypi.python.org/pypi/six), version 1.12.0, required by wxPython and ConfigObj -* [liblouis](http://www.liblouis.org/), version 3.10.0 +* [liblouis](http://www.liblouis.org/), version 3.10.0 commit 146c0757 * [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) Emoji Annotations, version 35.0 * NVDA images and sounds * [Adobe Acrobat accessibility interface, version XI](http://download.macromedia.com/pub/developer/acrobat/AcrobatAccess.zip) diff --git a/source/brailleTables.py b/source/brailleTables.py index 49d8830eb3a..e03ec297fa2 100644 --- a/source/brailleTables.py +++ b/source/brailleTables.py @@ -1,8 +1,7 @@ -#brailleTables.py -#A part of NonVisual Desktop Access (NVDA) -#This file is covered by the GNU General Public License. -#See the file COPYING for more details. -#Copyright (C) 2008-2019 NV Access Limited, Joseph Lee +# A part of NonVisual Desktop Access (NVDA) +# This file is covered by the GNU General Public License. +# See the file COPYING for more details. +# Copyright (C) 2008-2019 NV Access Limited, Joseph Lee, Babbage B.V. """Manages information about available braille translation tables. """ @@ -69,6 +68,7 @@ def listTables(): "en-us-comp8.ctb" : "en-us-comp8-ext.utb", "fr-ca-g1.utb":"fr-bfu-comp6.utb", "Fr-Ca-g2.ctb":"fr-bfu-g2.ctb", + "gr-bb.ctb": "grc-international-en.utb", "gr-gr-g1.utb":"el.ctb", "hr.ctb":"hr-comp8.utb", "mn-MN.utb":"mn-MN-g1.utb", @@ -226,7 +226,7 @@ def listTables(): addTable("gu-in-g1.utb", _("Gujarati grade 1")) # Translators: The name of a braille table displayed in the # braille settings dialog. -addTable("gr-bb.ctb", _("Koine Greek")) +addTable("grc-international-en.utb", _("Greek international braille")) # Translators: The name of a braille table displayed in the # braille settings dialog. addTable("he.ctb", _("Hebrew 8 dot computer braille"))