fix doc
This commit is contained in:
parent
3e41a4f25b
commit
c7f7f18ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ in
|
||||||
culture = lib.mkOption {
|
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" ];
|
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";
|
default = "en";
|
||||||
description = lib.mdDoc ''
|
description = ''
|
||||||
Display language of the frontend.
|
Display language of the frontend.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue