feat: adds i18n to its own module

This commit is contained in:
ahwx 2026-02-21 23:22:09 +01:00
parent 3774d867e3
commit 80f525cdb6

7
modules/core/i18n.nix Normal file
View file

@ -0,0 +1,7 @@
{
i18n.defaultLocale = "en_US.UTF-8";
i18n.supportedLocales = [
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
];
}