fix: reorder locales to ensure they follow ASCII ordering
parent
e93be23f68
commit
cb7180ef77
|
|
@ -25,8 +25,8 @@ const log = std.log.scoped(.i18n);
|
||||||
///
|
///
|
||||||
pub const locales = [_][:0]const u8{
|
pub const locales = [_][:0]const u8{
|
||||||
"de_DE.UTF-8",
|
"de_DE.UTF-8",
|
||||||
"nb_NO.UTF-8",
|
|
||||||
"zh_CN.UTF-8",
|
"zh_CN.UTF-8",
|
||||||
|
"nb_NO.UTF-8",
|
||||||
"uk_UA.UTF-8",
|
"uk_UA.UTF-8",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue