From a2bd55ac6315e4def2a8252d866a0bfdb67fbac4 Mon Sep 17 00:00:00 2001 From: Leonard de Ruijter Date: Mon, 4 Jun 2018 18:56:55 +0200 Subject: [PATCH 1/2] Update Liblouis to version 3.6.0 --- include/liblouis | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/liblouis b/include/liblouis index 0dee1fcc102..8923b3a3b8b 160000 --- a/include/liblouis +++ b/include/liblouis @@ -1 +1 @@ -Subproject commit 0dee1fcc102678e8a57f59ba53f0a9784b93b4ae +Subproject commit 8923b3a3b8beb3021b7076465fcd7145fd9afcda diff --git a/readme.md b/readme.md index ab00abe4458..88bb09edd03 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,7 @@ For reference, the following dependencies are included in Git submodules: * [Sonic](https://github.com/waywardgeek/sonic), commit 4f8c1d11 * [IAccessible2](http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2), version 1.3 * [ConfigObj](http://www.voidspace.org.uk/python/configobj.html), version 4.6.0 -* [liblouis](http://www.liblouis.org/), version 3.5.0 +* [liblouis](http://www.liblouis.org/), version 3.6.0 * NVDA images and sounds * System dlls not present on many systems: mfc90.dll, msvcp90.dll, msvcr90.dll, Microsoft.VC90.CRT.manifest * [Adobe Acrobat accessibility interface, version XI](http://download.macromedia.com/pub/developer/acrobat/AcrobatAccess.zip) From 5029eb5dc01874734991b8083fa9b5a42ee9ab51 Mon Sep 17 00:00:00 2001 From: Michael Curran Date: Tue, 5 Jun 2018 14:23:53 +1000 Subject: [PATCH 2/2] Liblouis: cz-g1 is now cs-g1 --- source/brailleTables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/brailleTables.py b/source/brailleTables.py index 351f50c10d8..a4d2aec75b0 100644 --- a/source/brailleTables.py +++ b/source/brailleTables.py @@ -100,7 +100,7 @@ def listTables(): addTable("cy-cy-g2.ctb", _("Welsh grade 2"), contracted=True) # Translators: The name of a braille table displayed in the # braille settings dialog. -addTable("cz-cz-g1.utb", _("Czech grade 1")) +addTable("cs-g1.ctb", _("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"))