@@ -341,6 +341,9 @@ def listTables():
341341addTable ("ks-in-g1.utb" , _ ("Kashmiri grade 1" ))
342342# Translators: The name of a braille table displayed in the
343343# braille settings dialog.
344+ addTable ("lg-ug-g1.utb" , _ ("Luganda literary braille" ))
345+ # Translators: The name of a braille table displayed in the
346+ # braille settings dialog.
344347addTable ("lt.ctb" , _ ("Lithuanian 8 dot" ))
345348# Translators: The name of a braille table displayed in the
346349# braille settings dialog.
@@ -440,6 +443,9 @@ def listTables():
440443addTable ("ru-ru-g1.ctb" , _ ("Russian contracted braille" ), contracted = True , input = False )
441444# Translators: The name of a braille table displayed in the
442445# braille settings dialog.
446+ addTable ("rw-rw-g1.utb" , _ ("Kinyarwanda literary braille" ))
447+ # Translators: The name of a braille table displayed in the
448+ # braille settings dialog.
443449addTable ("sa-in-g1.utb" , _ ("Sanskrit grade 1" ))
444450# Translators: The name of a braille table displayed in the
445451# braille settings dialog.
@@ -449,9 +455,6 @@ def listTables():
449455addTable ("Se-Se.ctb" , _ ("Swedish 8 dot computer braille" ))
450456# Translators: The name of a braille table displayed in the
451457# braille settings dialog.
452- addTable ("Se-Se-g1.utb" , _ ("Swedish grade 1" ))
453- # Translators: The name of a braille table displayed in the
454- # braille settings dialog.
455458addTable ("sk-g1.ctb" , _ ("Slovak grade 1" ))
456459# Translators: The name of a braille table displayed in the
457460# braille settings dialog.
@@ -468,6 +471,17 @@ def listTables():
468471# Translators: The name of a braille table displayed in the
469472# braille settings dialog.
470473addTable ("sr-g1.ctb" , _ ("Serbian grade 1" ))
474+
475+ # Translators: The name of a braille table displayed in the
476+ # braille settings dialog.
477+ addTable ("sv-g0.utb" , _ ("Swedish uncontracted braille" ), input = False )
478+ # Translators: The name of a braille table displayed in the
479+ # braille settings dialog.
480+ addTable ("sv-g1.ctb" , _ ("Swedish partially contracted braille" ), input = False )
481+ # Translators: The name of a braille table displayed in the
482+ # braille settings dialog.
483+ addTable ("sv-g2.ctb" , _ ("Swedish contracted braille" ), contracted = True , input = False )
484+
471485# Translators: The name of a braille table displayed in the
472486# braille settings dialog.
473487addTable ("ta-ta-g1.ctb" , _ ("Tamil grade 1" ))
@@ -542,6 +556,10 @@ def listTables():
542556# Translators: The name of a braille table displayed in the
543557# braille settings dialog.
544558addTable ("zh-tw.ctb" , _ ("Chinese (Taiwan, Mandarin)" ))
559+ # Translators: The name of a braille table displayed in the
560+ # braille settings dialog.
561+ addTable ("zhcn-cbs.ctb" , _ ("Chinese common braille (simplified Chinese characters)" ), input = False )
562+
545563# Translators: The name of a braille table displayed in the
546564# braille settings dialog.
547565addTable ("zu-za-g1.utb" , _ ("Zulu grade 1" ))
0 commit comments