Update i18n.zig

This commit is contained in:
Abdul Hannan Ahmed
2025-07-07 15:37:22 +05:00
committed by GitHub
parent 7f9aaa181e
commit e271310e4c

View File

@ -50,6 +50,7 @@ pub const locales = [_][:0]const u8{
"bg_BG.UTF-8", "bg_BG.UTF-8",
"ga_IE.UTF-8", "ga_IE.UTF-8",
"he_IL.UTF-8", "he_IL.UTF-8",
"ur_PK.UTF-8",
}; };
/// Set for faster membership lookup of locales. /// Set for faster membership lookup of locales.