fix: added locale to il8n.zig

This commit is contained in:
RubenRME
2025-03-31 12:51:19 +02:00
parent 62bbad96b1
commit a92e761c09

View File

@@ -29,6 +29,7 @@ pub const locales = [_][:0]const u8{
"nb_NO.UTF-8",
"uk_UA.UTF-8",
"pl_PL.UTF-8",
"ko_KR.UTF-8",
};
/// Set for faster membership lookup of locales.