Skip to content

Commit cb4e06e

Browse files
authored
Merge 22d03b4 into 041609e
2 parents 041609e + 22d03b4 commit cb4e06e

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

source/brailleTables.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,15 @@ def listTables():
543543
# Translators: The name of a braille table displayed in the
544544
# braille settings dialog.
545545
addTable("xh-za-g2.ctb", _("Xhosa grade 2"), contracted=True)
546+
547+
# Translators: The name of a braille table displayed in the
548+
# braille settings dialog.
549+
# This should be translated to '中文中国汉语通用盲文' in Mandarin.
550+
addTable("zhcn-cbs.ctb", _("Chinese common braille (simplified Chinese characters)"), input=False)
551+
# Translators: The name of a braille table displayed in the
552+
# braille settings dialog.
553+
# This should be translated to '中文中国汉语现行盲文(无声调)' in Mandarin.
554+
addTable("zh-chn.ctb", _("Chinese (China, Mandarin) Current Braille System (no tones)"))
546555
# Translators: The name of a braille table displayed in the
547556
# braille settings dialog.
548557
# This should be translated to '中文中国汉语现行盲文' in Mandarin.
@@ -557,9 +566,6 @@ def listTables():
557566
# Translators: The name of a braille table displayed in the
558567
# braille settings dialog.
559568
addTable("zh-tw.ctb", _("Chinese (Taiwan, Mandarin)"))
560-
# Translators: The name of a braille table displayed in the
561-
# braille settings dialog.
562-
addTable("zhcn-cbs.ctb", _("Chinese common braille (simplified Chinese characters)"), input=False)
563569

564570
# Translators: The name of a braille table displayed in the
565571
# braille settings dialog.

user_docs/en/changes.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ What's New in NVDA
4242
- Swedish uncontracted braille
4343
- Swedish partially contracted braille
4444
- Swedish contracted braille
45-
-
45+
- Chinese (China, Mandarin) Current Braille System (no tones) (#14138)
4646
- NVDA now includes the architecture of the operating system as part of user statistics tracking. (#14019)
4747
- Reporting power state changes and using the script to report battery status now report the same message consistently. (#14035)
4848
-

0 commit comments

Comments
 (0)