1
0
Fork 0
This commit is contained in:
ibizaman 2024-04-17 09:19:43 -07:00
parent 3e41a4f25b
commit c7f7f18ee9

View file

@ -39,7 +39,7 @@ in
culture = lib.mkOption {
type = lib.types.enum [ "de" "en" "da" "en_GB" "es" "fr" "hu" "it" "nl" "no" "pl" "pt_BR" "ru" "sk_SK" "sv_SE" "tr" ];
default = "en";
description = lib.mdDoc ''
description = ''
Display language of the frontend.
'';
};