mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
translations: add de_DE
to locales
This commit is contained in:
@ -24,6 +24,7 @@ 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",
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user