Skip to content

Commit 9afe3b2

Browse files
authored
Merge 3211b2a into a34da14
2 parents a34da14 + 3211b2a commit 9afe3b2

4 files changed

Lines changed: 44 additions & 7 deletions

File tree

include/liblouis

Submodule liblouis updated 144 files

nvdaHelper/liblouis/sconscript

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ env['CC'] = 'clang-cl'
5959
if 'analyze' in env['nvdaHelperDebugFlags']:
6060
env.Append(CCFLAGS='/analyze-')
6161

62-
# Starting from Clang 15, the -Wint-conversion warning diagnostic for implicit int <-> pointer conversions
63-
# now defaults to an error in all C language modes.
64-
# Downgrade this to a warning so we can still build.
65-
env.Append(CCFLAGS='-Wno-error=int-conversion')
66-
6762
env.Append(CPPDEFINES=[
6863
# The Visual C++ C Runtime deprecates standard POSIX APIs that conflict with
6964
# reserved ISO C names (like strdup) in favour of non-portable conforming

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 `a51235aa`
9292
* [Sonic](https://github.com/waywardgeek/sonic), commit 1d705135
9393
* [IAccessible2](https://wiki.linuxfoundation.org/accessibility/iaccessible2/start), commit cbc1f29631780
94-
* [liblouis](http://www.liblouis.org/), version 3.23.0
94+
* [liblouis](http://www.liblouis.org/), version 3.24.0
9595
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/), version 42.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: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,21 +151,38 @@ def listTables():
151151
# Translators: The name of a braille table displayed in the
152152
# braille settings dialog.
153153
addTable("cs-g1.ctb", _("Czech grade 1"))
154+
154155
# Translators: The name of a braille table displayed in the
155156
# braille settings dialog.
156157
addTable("da-dk-g08.ctb", _("Danish 8 dot computer braille"))
157158
# Translators: The name of a braille table displayed in the
158159
# braille settings dialog.
160+
addTable("da-dk-g08_1993.ctb", _("Danish 8 dot computer braille (1993)"))
161+
# Translators: The name of a braille table displayed in the
162+
# braille settings dialog.
159163
addTable("da-dk-g16.ctb", _("Danish 6 dot grade 1"))
160164
# Translators: The name of a braille table displayed in the
161165
# braille settings dialog.
166+
addTable("da-dk-g16_1993.ctb", _("Danish 6 dot grade 1 (1993)"))
167+
# Translators: The name of a braille table displayed in the
168+
# braille settings dialog.
162169
addTable("da-dk-g18.ctb", _("Danish 8 dot grade 1"))
163170
# Translators: The name of a braille table displayed in the
164171
# braille settings dialog.
172+
addTable("da-dk-g18_1993.ctb", _("Danish 8 dot grade 1 (1993)"))
173+
# Translators: The name of a braille table displayed in the
174+
# braille settings dialog.
165175
addTable("da-dk-g26.ctb", _("Danish 6 dot grade 2"), contracted=True)
166176
# Translators: The name of a braille table displayed in the
167177
# braille settings dialog.
178+
addTable("da-dk-g26_1993.ctb", _("Danish 6 dot grade 2 (1993)"), contracted=True)
179+
# Translators: The name of a braille table displayed in the
180+
# braille settings dialog.
168181
addTable("da-dk-g28.ctb", _("Danish 8 dot grade 2"), contracted=True)
182+
# Translators: The name of a braille table displayed in the
183+
# braille settings dialog.
184+
addTable("da-dk-g28_1993.ctb", _("Danish 8 dot grade 2 (1993)"), contracted=True)
185+
169186
# Translators: The name of a braille table displayed in the
170187
# braille settings dialog.
171188
addTable("de-comp6.utb", _("German 6 dot computer braille"))
@@ -318,6 +335,9 @@ def listTables():
318335
addTable("ka-in-g1.utb", _("Kannada grade 1"))
319336
# Translators: The name of a braille table displayed in the
320337
# braille settings dialog.
338+
addTable("ka.utb", _("Georgian literary braille"))
339+
# Translators: The name of a braille table displayed in the
340+
# braille settings dialog.
321341
addTable("kk.utb", _("Kazakh grade 1"), input=False)
322342
# Translators: The name of a braille table displayed in the
323343
# braille settings dialog.
@@ -408,6 +428,9 @@ def listTables():
408428
addTable("nso-za-g2.ctb", _("Sepedi grade 2"), contracted=True)
409429
# Translators: The name of a braille table displayed in the
410430
# braille settings dialog.
431+
addTable("ny-mw.utb", _("Chichewa (Malawi) literary braille"))
432+
# Translators: The name of a braille table displayed in the
433+
# braille settings dialog.
411434
addTable("or-in-g1.utb", _("Oriya grade 1"))
412435
# Translators: The name of a braille table displayed in the
413436
# braille settings dialog.
@@ -483,6 +506,25 @@ def listTables():
483506
# braille settings dialog.
484507
addTable("sv-g2.ctb", _("Swedish contracted braille"), contracted=True, input=False)
485508

509+
# Translators: The name of a braille table displayed in the
510+
# braille settings dialog.
511+
addTable("sw-ke-g1.utb", _("Swahili (Kenya) grade 1"))
512+
# Translators: The name of a braille table displayed in the
513+
# braille settings dialog.
514+
addTable("sw-ke-g1-2.ctb", _("Swahili (Kenya) grade 1.2"), contracted=True)
515+
# Translators: The name of a braille table displayed in the
516+
# braille settings dialog.
517+
addTable("sw-ke-g1-3.ctb", _("Swahili (Kenya) grade 1.3"), contracted=True)
518+
# Translators: The name of a braille table displayed in the
519+
# braille settings dialog.
520+
addTable("sw-ke-g1-4.ctb", _("Swahili (Kenya) grade 1.4"), contracted=True)
521+
# Translators: The name of a braille table displayed in the
522+
# braille settings dialog.
523+
addTable("sw-ke-g1-5.ctb", _("Swahili (Kenya) grade 1.5"), contracted=True)
524+
# Translators: The name of a braille table displayed in the
525+
# braille settings dialog.
526+
addTable("sw-ke-g2.ctb", _("Swahili (Kenya) Grade 2"), contracted=True)
527+
486528
# Translators: The name of a braille table displayed in the
487529
# braille settings dialog.
488530
addTable("ta-ta-g1.ctb", _("Tamil grade 1"))

0 commit comments

Comments
 (0)