i18n: add catalan translations

This commit is contained in:
Francesc Arpi Roca
2025-03-20 21:19:50 +01:00
committed by Mitchell Hashimoto
parent 9233413126
commit a092d7ae42
3 changed files with 271 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ const log = std.log.scoped(.i18n);
/// we don't have a good way to determine this. We can always reorder
/// with some data.
pub const locales = [_][:0]const u8{
"ca_ES.UTF-8",
"zh_CN.UTF-8",
"de_DE.UTF-8",
"fr_FR.UTF-8",