mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
add cs_CZ locale to i18n.zig
This commit is contained in:
@ -27,6 +27,7 @@ pub const locales = [_][:0]const u8{
|
||||
"de_DE.UTF-8",
|
||||
"nb_NO.UTF-8",
|
||||
"zh_CN.UTF-8",
|
||||
"cs_CZ.UTF-8",
|
||||
};
|
||||
|
||||
/// Set for faster membership lookup of locales.
|
||||
|
Reference in New Issue
Block a user