Added en_CA locale

This commit is contained in:
2024-05-16 11:19:00 -03:00
parent 8b011d7d06
commit b8a207d855

View File

@@ -13,6 +13,14 @@
];
};
# Locales
i18n.supportedLocales = [
"C.UTF-8/UTF-8"
"en_CA.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8"
"fr_CA.UTF-8/UTF-8"
];
# Enable CUPS to print documents.
services.printing.enable = true;