Skip to content

Commit

Permalink
Liblouis 3.16.1: add Afrikaans grade 2 to braille input/output tables…
Browse files Browse the repository at this point in the history
… interface (PR #11946)
  • Loading branch information
josephsl committed Dec 22, 2020
1 parent 4a451d0 commit 971c044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion source/brailleTables.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.
# Copyright (C) 2008-2020 NV Access Limited, Joseph Lee, Babbage B.V.

"""Manages information about available braille translation tables.
"""
Expand Down Expand Up @@ -93,6 +93,9 @@ def listTables():
addTable("afr-za-g1.ctb", _("Afrikaans grade 1"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("afr-za-g2.ctb", _("Afrikaans grade 2"), contracted=True)
# Translators: The name of a braille table displayed in the
# braille settings dialog.
addTable("ar-ar-comp8.utb", _("Arabic 8 dot computer braille"))
# Translators: The name of a braille table displayed in the
# braille settings dialog.
Expand Down
5 changes: 3 additions & 2 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ Plus many other important bug fixes and improvements.
- Updated liblouis braille translator to version 3.16.1:
- Addresses multiple crashes
- Adds Bashkir grade 1 Braille table
- adds Coptic 8 dot computer braille table
- Adds Russian literary braille and Russian literary braille (detailed) tables.
- Adds Coptic 8 dot computer braille table
- Adds Russian literary braille and Russian literary braille (detailed) tables
- Adds Added Afrikaans grade 2 braille table
- Removes the Russian grade 1 Braille table
- When reading with say all in browse mode, the find next and find previous commands do not stop reading anymore if Allow skim reading option is enabled; say all rather resumes from after the next or previous found term. (#11563)
- For HIMS braille displays F3 has been remapped to Space + dots 148. (#11710)
Expand Down

0 comments on commit 971c044

Please sign in to comment.