Skip to content

Commit 50e3112

Browse files
authored
Merge a5780b1 into 64301ba
2 parents 64301ba + a5780b1 commit 50e3112

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

source/brailleTables.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,12 +524,13 @@ def listTables():
524524
# Translators: The name of a braille table displayed in the
525525
# braille settings dialog.
526526
addTable("xh-za-g2.ctb", _("Xhosa grade 2"), contracted=True)
527-
# Translators: The name of a braille table displayed in the
528527
# braille settings dialog.
529-
addTable("zhcn-g1.ctb", _("Chinese (China, Mandarin) grade 1"))
528+
addTable("zhcn-g1.ctb", _("Chinese (China, Mandarin) Current Braille System"))
529+
# This should be translated to "中文中国汉语现行盲文" in Mandarin.
530530
# Translators: The name of a braille table displayed in the
531531
# braille settings dialog.
532-
addTable("zhcn-g2.ctb", _("Chinese (China, Mandarin) grade 2"), contracted=True)
532+
addTable("zhcn-g2.ctb", _("Chinese (China, Mandarin) Double-phonic Braille System"), contracted=True)
533+
# This should be translated to "中文中国汉语双拼盲文" in Mandarin.
533534
# Translators: The name of a braille table displayed in the
534535
# braille settings dialog.
535536
addTable("zh-hk.ctb", _("Chinese (Hong Kong, Cantonese)"))

0 commit comments

Comments
 (0)