Locales: Difference between revisions

add more contect for supportedLocales
Improve extraLocaleSettings code
Line 13: Line 13:
# Optionally
# Optionally
i18n.extraLocaleSettings = {
i18n.extraLocaleSettings = {
     LC_ALL = "en_US.UTF-8";
     # LC_ALL = "en_US.UTF-8"; # This overrides all other LC_* settings.
     LC_CTYPE = "en_US.UTF8";
     LC_CTYPE = "en_US.UTF8";
     LC_ADDRESS = "es_VE.UTF-8";
     LC_ADDRESS = "es_VE.UTF-8";
    LC_IDENTIFICATION = "es_VE.UTF-8";
     LC_MEASUREMENT = "es_VE.UTF-8";
     LC_MEASUREMENT = "es_VE.UTF-8";
     LC_MESSAGES = "en_US.UTF-8";
     LC_MESSAGES = "en_US.UTF-8";