feat: add de_DE locale
This commit is contained in:
parent
7b9b4c6f3d
commit
c47bef985a
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,10 @@
|
|||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
supportedLocales = [ "en_US.UTF-8/UTF-8" "de_DE.UTF-8/UTF-8" ];
|
||||
};
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "us";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue