i18n: Add French translation

This commit is contained in:
Kirwiisp
2025-03-22 09:23:01 +01:00
committed by Mitchell Hashimoto
parent 8d1a57cde3
commit e2a8a3243c
3 changed files with 270 additions and 1 deletions

View File

@@ -24,8 +24,9 @@ const log = std.log.scoped(.i18n);
/// 3. Most preferred locale for a language without a country code.
///
pub const locales = [_][:0]const u8{
"de_DE.UTF-8",
"zh_CN.UTF-8",
"de_DE.UTF-8",
"fr_FR.UTF-8",
"nb_NO.UTF-8",
"uk_UA.UTF-8",
"pl_PL.UTF-8",