Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/liblouis
Submodule liblouis updated 319 files
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For reference, the following run time dependencies are included in Git submodule
* [IAccessible2](http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2), commit 21bbb176
* [ConfigObj](https://github.com/DiffSK/configobj), commit 5b5de48
* [Six](https://pypi.python.org/pypi/six), version 1.12.0, required by wxPython and ConfigObj
* [liblouis](http://www.liblouis.org/), version 3.10.0
* [liblouis](http://www.liblouis.org/), version 3.10.0 commit 146c0757
* [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) Emoji Annotations, version 35.0
* NVDA images and sounds
* [Adobe Acrobat accessibility interface, version XI](http://download.macromedia.com/pub/developer/acrobat/AcrobatAccess.zip)
Expand Down
12 changes: 6 additions & 6 deletions source/brailleTables.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#brailleTables.py
#A part of NonVisual Desktop Access (NVDA)
#This file is covered by the GNU General Public License.
#See the file COPYING for more details.
#Copyright (C) 2008-2019 NV Access Limited, Joseph Lee
# A part of NonVisual Desktop Access (NVDA)
# This file is covered by the GNU General Public License.
# See the file COPYING for more details.
# Copyright (C) 2008-2019 NV Access Limited, Joseph Lee, Babbage B.V.

"""Manages information about available braille translation tables.
"""
Expand Down Expand Up @@ -69,6 +68,7 @@ def listTables():
"en-us-comp8.ctb" : "en-us-comp8-ext.utb",
"fr-ca-g1.utb":"fr-bfu-comp6.utb",
"Fr-Ca-g2.ctb":"fr-bfu-g2.ctb",
"gr-bb.ctb": "grc-international-en.utb",
"gr-gr-g1.utb":"el.ctb",
"hr.ctb":"hr-comp8.utb",
"mn-MN.utb":"mn-MN-g1.utb",
Expand Down Expand Up @@ -226,7 +226,7 @@ def listTables():
addTable("gu-in-g1.utb", _("Gujarati grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("gr-bb.ctb", _("Koine Greek"))
addTable("grc-international-en.utb", _("Greek international braille"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("he.ctb", _("Hebrew 8 dot computer braille"))
Expand Down