add all locales we use
This commit is contained in:
parent
a3f6a5cef1
commit
a67eeb302c
1 changed files with 2 additions and 2 deletions
|
@ -298,8 +298,8 @@ in
|
||||||
LC_TIME = "de_DE.UTF-8";
|
LC_TIME = "de_DE.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
# allow to have all locales
|
# add all locales we use
|
||||||
i18n.supportedLocales = [ "all" ];
|
i18n.supportedLocales = ["de_DE.UTF-8/UTF-8" "en_US.UTF-8/UTF-8"];
|
||||||
|
|
||||||
# use X11/wayland layout for console, too
|
# use X11/wayland layout for console, too
|
||||||
console.useXkbConfig = true;
|
console.useXkbConfig = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue