feat: add de_DE locale

This commit is contained in:
Jacob Bachmann 2024-04-01 12:29:25 +02:00
parent 7b9b4c6f3d
commit c47bef985a
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -3,7 +3,10 @@
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
# Select internationalisation properties. # 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 = { console = {
font = "Lat2-Terminus16"; font = "Lat2-Terminus16";
keyMap = "us"; keyMap = "us";