Skip to content

Commit 2e3a741

Browse files
committed
Changed Latin American Spanish to its proper locale name
1 parent 449b875 commit 2e3a741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
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",

0 commit comments

Comments
 (0)