Upate locale configuration avoid perl warning
This commit is contained in:
parent
05741a00fe
commit
e6f78ce085
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
i18n = {
|
||||
# defaultLocale = "en_US.UTF-8";
|
||||
extraLocaleSettings = {
|
||||
LANGUAGE = "en_US.UTF-8";
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
LANG = "en_US.UTF-8";
|
||||
LC_TIME = "en_DK.UTF-8";
|
||||
LC_DATE = "en_DK.UTF-8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue