From fb59b1fe7395e4f9eec1d88c988098d8978b65fc Mon Sep 17 00:00:00 2001 From: Leonard de Ruijter Date: Fri, 6 Sep 2019 13:39:48 +0200 Subject: [PATCH 1/3] Update liblouis to commit 58d67e63 --- include/liblouis | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/liblouis b/include/liblouis index cc834a39b28..58d67e632aa 160000 --- a/include/liblouis +++ b/include/liblouis @@ -1 +1 @@ -Subproject commit cc834a39b28b22242d8546417afa1fda5a39440b +Subproject commit 58d67e632aa01de9e1c80fbf6b456701039f475d diff --git a/readme.md b/readme.md index bb7b2758ff2..4f0831c1b20 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 58d67e63 * [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) From 3b7aa35b7cb778da59510a3cd08f8f7cbdc302f1 Mon Sep 17 00:00:00 2001 From: Leonard de Ruijter Date: Fri, 6 Sep 2019 14:57:55 +0200 Subject: [PATCH 2/3] Use commit 146c0757 --- include/liblouis | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/liblouis b/include/liblouis index 58d67e632aa..146c0757b91 160000 --- a/include/liblouis +++ b/include/liblouis @@ -1 +1 @@ -Subproject commit 58d67e632aa01de9e1c80fbf6b456701039f475d +Subproject commit 146c0757b91c186742922b8e0f4e2f8f4a8350cc diff --git a/readme.md b/readme.md index 4f0831c1b20..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 commit 58d67e63 +* [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) From 0d2b7dbfc16343a2787336f7540730d233cf4785 Mon Sep 17 00:00:00 2001 From: Leonard de Ruijter Date: Mon, 2 Sep 2019 14:59:12 +0200 Subject: [PATCH 3/3] Rename Greek international braille --- source/brailleTables.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"))