Locales: Difference between revisions

Improve extraLocaleSettings code
m `supportedLocales` is supposed to be declared within a single i18n layer, as can be seen here:
Line 9: Line 9:


# Optionally (BEWARE: requires a different format with the added /UTF-8)
# Optionally (BEWARE: requires a different format with the added /UTF-8)
i18n.i18n.supportedLocales = ["en_US.UTF-8/UTF-8" "es_VE.UTF-8/UTF-8"];
i18n.supportedLocales = ["en_US.UTF-8/UTF-8" "es_VE.UTF-8/UTF-8"];


# Optionally
# Optionally