Skip to content

Commit 1016d55

Browse files
authored
Merge 79f3cd0 into 2d3e267
2 parents 2d3e267 + 79f3cd0 commit 1016d55

3 files changed

Lines changed: 23 additions & 5 deletions

File tree

include/liblouis

Submodule liblouis updated 63 files

readme.md

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

source/brailleTables.py

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ def listTables():
341341
addTable("ks-in-g1.utb", _("Kashmiri grade 1"))
342342
# Translators: The name of a braille table displayed in the
343343
# braille settings dialog.
344+
addTable("lg-ug-g1.utb", _("Luganda literary braille"))
345+
# Translators: The name of a braille table displayed in the
346+
# braille settings dialog.
344347
addTable("lt.ctb", _("Lithuanian 8 dot"))
345348
# Translators: The name of a braille table displayed in the
346349
# braille settings dialog.
@@ -440,6 +443,9 @@ def listTables():
440443
addTable("ru-ru-g1.ctb", _("Russian contracted braille"), contracted=True, input=False)
441444
# Translators: The name of a braille table displayed in the
442445
# braille settings dialog.
446+
addTable("rw-rw-g1.utb", _("Kinyarwanda literary braille"))
447+
# Translators: The name of a braille table displayed in the
448+
# braille settings dialog.
443449
addTable("sa-in-g1.utb", _("Sanskrit grade 1"))
444450
# Translators: The name of a braille table displayed in the
445451
# braille settings dialog.
@@ -449,9 +455,6 @@ def listTables():
449455
addTable("Se-Se.ctb", _("Swedish 8 dot computer braille"))
450456
# Translators: The name of a braille table displayed in the
451457
# braille settings dialog.
452-
addTable("Se-Se-g1.utb", _("Swedish grade 1"))
453-
# Translators: The name of a braille table displayed in the
454-
# braille settings dialog.
455458
addTable("sk-g1.ctb", _("Slovak grade 1"))
456459
# Translators: The name of a braille table displayed in the
457460
# braille settings dialog.
@@ -468,6 +471,17 @@ def listTables():
468471
# Translators: The name of a braille table displayed in the
469472
# braille settings dialog.
470473
addTable("sr-g1.ctb", _("Serbian grade 1"))
474+
475+
# Translators: The name of a braille table displayed in the
476+
# braille settings dialog.
477+
addTable("sv-g0.utb", _("Swedish uncontracted braille"), input=False)
478+
# Translators: The name of a braille table displayed in the
479+
# braille settings dialog.
480+
addTable("sv-g1.ctb", _("Swedish partially contracted braille"), input=False)
481+
# Translators: The name of a braille table displayed in the
482+
# braille settings dialog.
483+
addTable("sv-g2.ctb", _("Swedish contracted braille"), contracted=True, input=False)
484+
471485
# Translators: The name of a braille table displayed in the
472486
# braille settings dialog.
473487
addTable("ta-ta-g1.ctb", _("Tamil grade 1"))
@@ -542,6 +556,10 @@ def listTables():
542556
# Translators: The name of a braille table displayed in the
543557
# braille settings dialog.
544558
addTable("zh-tw.ctb", _("Chinese (Taiwan, Mandarin)"))
559+
# Translators: The name of a braille table displayed in the
560+
# braille settings dialog.
561+
addTable("zhcn-cbs.ctb", _("Chinese common braille (simplified Chinese characters)"), input=False)
562+
545563
# Translators: The name of a braille table displayed in the
546564
# braille settings dialog.
547565
addTable("zu-za-g1.utb", _("Zulu grade 1"))

0 commit comments

Comments
 (0)