1
0
Fork 0

Add Japanese to supported system locales

This commit is contained in:
Avery 2024-10-11 21:12:25 +02:00
parent 5bb84919a1
commit 868cedec52
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -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;