mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-17 07:16:12 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -25,9 +25,9 @@ const log = std.log.scoped(.i18n);
|
|||||||
///
|
///
|
||||||
pub const locales = [_][:0]const u8{
|
pub const locales = [_][:0]const u8{
|
||||||
"de_DE.UTF-8",
|
"de_DE.UTF-8",
|
||||||
|
"zh_CN.UTF-8",
|
||||||
"nb_NO.UTF-8",
|
"nb_NO.UTF-8",
|
||||||
"uk_UA.UTF-8",
|
"uk_UA.UTF-8",
|
||||||
"zh_CN.UTF-8",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Set for faster membership lookup of locales.
|
/// Set for faster membership lookup of locales.
|
||||||
|
Reference in New Issue
Block a user