Skip to content

Commit be76e20

Browse files
authored
Merge a212b09 into 0ab3234
2 parents 0ab3234 + a212b09 commit be76e20

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

include/liblouis

Submodule liblouis updated 49 files

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For reference, the following run time dependencies are included in Git submodule
8787
* [eSpeak NG](https://github.com/espeak-ng/espeak-ng), version 1.51-dev commit 74068b91bcd578b
8888
* [Sonic](https://github.com/waywardgeek/sonic), commit 4f8c1d11
8989
* [IAccessible2](https://wiki.linuxfoundation.org/accessibility/iaccessible2/start), commit cbc1f29631780
90-
* [liblouis](http://www.liblouis.org/), version 3.18.0
90+
* [liblouis](http://www.liblouis.org/), version 3.19.0
9191
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/), version 39.0
9292
* NVDA images and sounds
9393
* [Adobe Acrobat accessibility interface, version XI](https://download.macromedia.com/pub/developer/acrobat/AcrobatAccess.zip)

source/brailleTables.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,13 @@ def listTables():
419419
addTable("ru.ctb", _("Russian computer braille"))
420420
# Translators: The name of a braille table displayed in the
421421
# braille settings dialog.
422-
addTable("ru-litbrl.ctb", _("Russian literary braille"), input=False)
422+
addTable("ru-litbrl.ctb", _("Russian literary braille"))
423423
# Translators: The name of a braille table displayed in the
424424
# braille settings dialog.
425-
addTable("ru-litbrl-detailed.utb", _("Russian literary braille (detailed)"), input=False)
425+
addTable("ru-litbrl-detailed.utb", _("Russian literary braille (detailed)"))
426+
# Translators: The name of a braille table displayed in the
427+
# braille settings dialog.
428+
addTable("ru-ru-g1.ctb", _("Russian contracted braille"), contracted=True, input=False)
426429
# Translators: The name of a braille table displayed in the
427430
# braille settings dialog.
428431
addTable("sa-in-g1.utb", _("Sanskrit grade 1"))
@@ -494,6 +497,12 @@ def listTables():
494497
addTable("vi-vn-g0.utb", _("Vietnamese grade 0"))
495498
# Translators: The name of a braille table displayed in the
496499
# braille settings dialog.
500+
addTable("ve-za-g1.utb", _("Tshivenda grade 1"))
501+
# Translators: The name of a braille table displayed in the
502+
# braille settings dialog.
503+
addTable("ve-za-g2.ctb", _("Tshivenda grade 2"), contracted=True)
504+
# Translators: The name of a braille table displayed in the
505+
# braille settings dialog.
497506
addTable("vi-vn-g1.ctb", _("Vietnamese grade 1"), input=False)
498507
# Translators: The name of a braille table displayed in the
499508
# braille settings dialog.

user_docs/en/changes.t2t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ What's New in NVDA
2424
If you need this functionality please assign a gesture to the appropriate script in the Object Navigation category in the Input Gestures dialog. (#8600)
2525
- When opening a settings dialog which is already open, NVDA sets focus on the existing dialog rather than raise an error. (#5383)
2626
- For builds of Microsoft Office 2016/365 greater than 13900, NVDA will now always use UI Automation to access Microsoft Word document controls, no matter whether the user has toggled the Use UI Automation to access Microsoft word document controls advanced setting on or off. (#12770)
27+
- Updated liblouis braille translator to [3.19.0 https://github.com/liblouis/liblouis/releases/tag/v3.19.0]. (#12810)
28+
- New braille tables: Russian grade 1, Tshivenda grade 1, Tshivenda grade 2
29+
-
2730
-
2831

2932

0 commit comments

Comments
 (0)