6 lines
96 B
Nix
6 lines
96 B
Nix
{ ... }: {
|
|
# Select internationalisation properties.
|
|
i18n.defaultLocale = "en_CA.UTF-8";
|
|
}
|
|
|