Common: add missing locales
This commit is contained in:
parent
bda9abff87
commit
789c84fc3f
1 changed files with 5 additions and 0 deletions
|
|
@ -48,6 +48,11 @@
|
|||
# Set up localisation
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
supportedLocales = [
|
||||
"es_US.UTF-8/UTF-8"
|
||||
"es_ES.UTF-8/UTF-8"
|
||||
"en_US.UTF-8/UTF-8"
|
||||
];
|
||||
extraLocaleSettings = {
|
||||
LC_NUMERIC = "es_ES.UTF-8";
|
||||
# am/pm is nice but mm/dd/yy is yucky
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue