Skip to content

Commit 7acfb76

Browse files
Merge branch 'personal' into viavoice
2 parents 94a575d + de8da94 commit 7acfb76

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
@@ -60,7 +60,7 @@ class ECICallbackReturn:
6060

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

addon/synthDrivers/ibmeci.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def unicode(s): return s
108108
"en_GB":b"`l1.1",
109109
"es":b"`l2",
110110
"es_ES":b"`l2.0",
111-
"es_ME":b"`l2.1",
111+
"es_MX":b"`l2.1",
112112
"fr":b"`l3",
113113
"fr_FR":b"`l3.0",
114114
"fr_CA":b"`l3.1",
@@ -120,7 +120,6 @@ def unicode(s): return s
120120
"zh_CN":b"`l6.0",
121121
"pt":b"`l7",
122122
"pt_BR":b"`l7.0",
123-
"pt_PT":b"`l7.1",
124123
"ja":b"`l8",
125124
"ja_JP":b"`l8.0",
126125
"fi":b"`l9",

0 commit comments

Comments
 (0)