Skip to content

Commit 56fdd13

Browse files
authored
Merge 42a8d77 into db664be
2 parents db664be + 42a8d77 commit 56fdd13

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

include/liblouis

Submodule liblouis updated 141 files

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For reference, the following run time dependencies are included in Git submodule
8989
* [IAccessible2](https://wiki.linuxfoundation.org/accessibility/iaccessible2/start), commit cbc1f29631780
9090
* [ConfigObj](https://github.com/DiffSK/configobj), commit f9a265c
9191
* [Six](https://pypi.python.org/pypi/six), version 1.12.0, required by wxPython and ConfigObj
92-
* [liblouis](http://www.liblouis.org/), version 3.16.1
92+
* [liblouis](http://www.liblouis.org/), version 3.17.0
9393
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/), version 38.1
9494
* NVDA images and sounds
9595
* [Adobe Acrobat accessibility interface, version XI](https://download.macromedia.com/pub/developer/acrobat/AcrobatAccess.zip)

source/brailleTables.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ def listTables():
114114
addTable("be-in-g1.utb", _("Bengali grade 1"))
115115
# Translators: The name of a braille table displayed in the
116116
# braille settings dialog.
117+
addTable("bel-comp.utb", _("Belarusian computer braille"))
118+
# Translators: The name of a braille table displayed in the
119+
# braille settings dialog.
120+
addTable("bel.utb", _("Belarusian literary braille"), input=False)
121+
# Translators: The name of a braille table displayed in the
122+
# braille settings dialog.
117123
addTable("bg.ctb", _("Bulgarian 8 dot computer braille"))
118124
# Translators: The name of a braille table displayed in the
119125
# braille settings dialog.

0 commit comments

Comments
 (0)