feat: add Ukrainian translations and locale support

This commit is contained in:
Danylo Zalizchuk
2025-03-16 22:23:07 +02:00
committed by Mitchell Hashimoto
parent 7200c87326
commit c1bf301bc7
2 changed files with 248 additions and 0 deletions

View File

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