fix(localisation): consolidate host-specific settings into single module
This commit is contained in:
parent
ab95710e1f
commit
c9dc8d54ac
3 changed files with 3 additions and 6 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
i18n = {
|
||||
defaultLocale = "en_AU.UTF-8";
|
||||
supportedLocales = [
|
||||
extraLocales = [
|
||||
"en_GB.UTF-8/UTF-8"
|
||||
"en_US.UTF-8/UTF-8"
|
||||
"en_AU.UTF-8/UTF-8"
|
||||
];
|
||||
extraLocaleSettings.LC_ALL = "en_GB.UTF-8";
|
||||
};
|
||||
|
||||
time.timeZone = "Australia/Melbourne";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue