mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-28 03:26:28 +00:00
i18n: Add French translation
This commit is contained in:
committed by
Mitchell Hashimoto
parent
8d1a57cde3
commit
e2a8a3243c
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user