mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Update i18n.zig
This commit is contained in:
@ -30,21 +30,22 @@ const log = std.log.scoped(.i18n);
|
|||||||
/// we don't have a good way to determine this. We can always reorder
|
/// we don't have a good way to determine this. We can always reorder
|
||||||
/// with some data.
|
/// with some data.
|
||||||
pub const locales = [_][:0]const u8{
|
pub const locales = [_][:0]const u8{
|
||||||
"zh_CN.UTF-8",
|
|
||||||
"de_DE.UTF-8",
|
|
||||||
"fr_FR.UTF-8",
|
|
||||||
"ja_JP.UTF-8",
|
|
||||||
"nl_NL.UTF-8",
|
|
||||||
"nb_NO.UTF-8",
|
|
||||||
"ru_RU.UTF-8",
|
|
||||||
"uk_UA.UTF-8",
|
|
||||||
"pl_PL.UTF-8",
|
|
||||||
"mk_MK.UTF-8",
|
|
||||||
"tr_TR.UTF-8",
|
|
||||||
"id_ID.UTF-8",
|
|
||||||
"es_BO.UTF-8",
|
|
||||||
"pt_BR.UTF-8",
|
|
||||||
"ca_ES.UTF-8",
|
"ca_ES.UTF-8",
|
||||||
|
"de_DE.UTF-8",
|
||||||
|
"es_BO.UTF-8",
|
||||||
|
"fr_FR.UTF-8",
|
||||||
|
"id_ID.UTF-8",
|
||||||
|
"ja_JP.UTF-8",
|
||||||
|
"mk_MK.UTF-8",
|
||||||
|
"nb_NO.UTF-8",
|
||||||
|
"nl_NL.UTF-8",
|
||||||
|
"pl_PL.UTF-8",
|
||||||
|
"pt_BR.UTF-8",
|
||||||
|
"ru_RU.UTF-8",
|
||||||
|
"tr_TR.UTF-8",
|
||||||
|
"uk_UA.UTF-8",
|
||||||
|
"zh_CN.UTF-8",
|
||||||
|
"zh_TW.UTF-8",
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Set for faster membership lookup of locales.
|
/// Set for faster membership lookup of locales.
|
||||||
|
Reference in New Issue
Block a user