Skip to content

Commit de8da94

Browse files
Merge pull request #35 from Mohamed00/personal
Locale fixes
2 parents de8f493 + a59a026 commit de8da94

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

addon/synthDrivers/_ibmeci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ECICallbackReturn:
5959

6060
langs={
6161
'esp': (131072, _('Castilian Spanish'), 'es_ES', 'es'),
62-
'esm': (131073, _('Latin American Spanish'), 'es_ME', 'es_CO'),
62+
'esm': (131073, _('Latin American Spanish'), 'es_MX', 'es_CO'),
6363
'ptb': (458752, _('Brazilian Portuguese'), 'pt_BR', 'pt'),
6464
'fra': (196608, _('French'), 'fr_FR', 'fr'),
6565
'frc': (196609, _('French Canadian'), 'fr_CA', ''),

addon/synthDrivers/ibmeci.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def unicode(s): return s
8686
"en_GB":b"`l1.1",
8787
"es":b"`l2",
8888
"es_ES":b"`l2.0",
89-
"es_ME":b"`l2.1",
89+
"es_MX":b"`l2.1",
9090
"fr":b"`l3",
9191
"fr_FR":b"`l3.0",
9292
"fr_CA":b"`l3.1",
@@ -98,7 +98,6 @@ def unicode(s): return s
9898
"zh_CN":b"`l6.0",
9999
"pt":b"`l7",
100100
"pt_BR":b"`l7.0",
101-
"pt_PT":b"`l7.1",
102101
"ja":b"`l8",
103102
"ja_JP":b"`l8.0",
104103
"ko":b"`l10",

0 commit comments

Comments
 (0)