Skip to content

Commit dfc671f

Browse files
authored
Update Liblouis to 3.33.0 (#17768)
Summary of the issue: LibLouis 3.33.0 was released. Description of how this pull request fixes the issue: Update submodule and add new tables Testing strategy: Tested that NVDA starts and new tables are displayed
1 parent 90a3c8d commit dfc671f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

include/liblouis

Submodule liblouis updated 59 files

projectDocs/dev/createDevEnvironment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you aren't sure, run `git submodule update` after every git pull, merge or ch
8484
* [eSpeak NG](https://github.com/espeak-ng/espeak-ng), version 1.52.0
8585
* [Sonic](https://github.com/waywardgeek/sonic), commit `8694c596378c24e340c09ff2cd47c065494233f1`
8686
* [IAccessible2](https://wiki.linuxfoundation.org/accessibility/iaccessible2/start), commit `3d8c7f0b833453f761ded6b12d8be431507bfe0b`
87-
* [liblouis](http://www.liblouis.io/), version 3.31.0
87+
* [liblouis](http://www.liblouis.io/), version 3.33.0
8888
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/), version 46.0
8989
* NVDA images and sounds
9090
* [Adobe Acrobat accessibility interface, version XI](https://download.macromedia.com/pub/developer/acrobat/AcrobatAccess.zip)

source/brailleTables.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,15 @@ def listTables() -> list[BrailleTable]:
259259
addTable("cop-eg-comp8.utb", _("Coptic 8 dot computer braille"), input=False)
260260
# Translators: The name of a braille table displayed in the
261261
# braille settings dialog.
262+
addTable("cop.utb", _("Coptic grade 1"), input=False)
263+
# Translators: The name of a braille table displayed in the
264+
# braille settings dialog.
262265
addTable("cuneiform-transliterated.utb", _("Cuneiform (transliterated) grade 1"))
263266
# Translators: The name of a braille table displayed in the
264267
# braille settings dialog.
268+
addTable("cuneiform-transliterated-compact.utb", _("Cuneiform (transliterated, compact diacritics) grade 1"))
269+
# Translators: The name of a braille table displayed in the
270+
# braille settings dialog.
265271
addTable("cy-cy-g1.utb", _("Welsh grade 1"))
266272
# Translators: The name of a braille table displayed in the
267273
# braille settings dialog.
@@ -620,6 +626,9 @@ def listTables() -> list[BrailleTable]:
620626
addTable("Pl-Pl-g1.utb", _("Polish literary braille"))
621627
# Translators: The name of a braille table displayed in the
622628
# braille settings dialog.
629+
addTable("pt-comp6.utb", _("Portuguese 6 dot computer braille"))
630+
# Translators: The name of a braille table displayed in the
631+
# braille settings dialog.
623632
addTable("pt-pt-comp8.ctb", _("Portuguese 8 dot computer braille"))
624633
# Translators: The name of a braille table displayed in the
625634
# braille settings dialog.

user_docs/en/changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ If you suspect this option is negatively impacting your battery life, you're adv
6666
* The ability to opt out of using WASAPI for audio output has been removed. (#16080)
6767
* The NVDA installer no longer plays a sound when launched. (#14068)
6868
* Component updates:
69-
* Updated LibLouis Braille translator to [3.32.0](https://github.com/liblouis/liblouis/releases/tag/v3.32.0). (#17469, @LeonarddeR)
69+
* Updated LibLouis Braille translator to [3.33.0](https://github.com/liblouis/liblouis/releases/tag/v3.33.0). (#17469, #17768, @LeonarddeR, @codeofdusk)
70+
* Added new Coptic, compact Cuneiform, and Portuguese Computer Braille tables.
7071
* Updated CLDR to version 46.0. (#17484, @OzancanKaratas)
7172
* Short versions of the most commonly used command line options have been added: `-d` for `--disable-addons` and `-n` for `--lang`.
7273
Prefix matching on command line flags, e.g. using `--di` for `--disable-addons` is no longer supported. (#11644, @CyrilleB79)

0 commit comments

Comments
 (0)