Add Japanese to supported system locales
This commit is contained in:
parent
5bb84919a1
commit
868cedec52
1 changed files with 9 additions and 0 deletions
|
@ -43,6 +43,15 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.defaultLocale = "es_ES.UTF-8";
|
i18n.defaultLocale = "es_ES.UTF-8";
|
||||||
|
i18n = {
|
||||||
|
defaultLocale = "es_ES.UTF-8";
|
||||||
|
supportedLocales = [
|
||||||
|
"C.UTF-8/UTF-8"
|
||||||
|
"en_US.UTF-8/UTF-8"
|
||||||
|
"es_ES.UTF-8/UTF-8"
|
||||||
|
"ja_JP.UTF-8/UTF-8" # Monster Hunter Frontier Z Zenith
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue