reNixos/viola/i18n/locales.nix
s0me1newithhand7s c12e1edf28 viola: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-02-08 22:40:24 +03:00

9 lines
142 B
Nix

_: {
i18n = {
defaultLocale = "en_US.UTF-8";
supportedLocales = [
"en_US.UTF-8/UTF-8"
"ru_RU.UTF-8/UTF-8"
];
};
}