fix: reorder locales to ensure they follow ASCII ordering

This commit is contained in:
Danylo Zalizchuk
2025-03-16 22:59:10 +02:00
committed by Mitchell Hashimoto
parent c1bf301bc7
commit 90a3719275

View File

@@ -26,8 +26,8 @@ const log = std.log.scoped(.i18n);
pub const locales = [_][:0]const u8{
"de_DE.UTF-8",
"nb_NO.UTF-8",
"zh_CN.UTF-8",
"uk_UA.UTF-8",
"zh_CN.UTF-8",
};
/// Set for faster membership lookup of locales.