add cs_CZ locale to i18n.zig

This commit is contained in:
luna
2025-03-20 20:23:32 +01:00
committed by GitHub
parent 0b9b32ec25
commit f194637d22

View File

@ -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.