e107translations / Spanish

3 stars 4 forks source link

setlocale() ? #1

Open CaMer0n opened 7 years ago

CaMer0n commented 7 years ago

Since this is Mexican Spanish, I'm assuming that setlocale() should look more like this: ?

setlocale(LC_ALL,  'es_MX.UTF-8', 'es_MX.utf8', 'es.utf8', 'es');
define("CORE_LC", "es");
define("CORE_LC2", "mx");
Norwayman commented 7 years ago

@CaMer0n Looks good to me :)

CaMer0n commented 7 years ago

@Norwayman Cool!. Do you want to update it, or shall I?

Norwayman commented 7 years ago

@CaMer0n If you have time it would be great. I am at work :)