moved mk locale to bottom of list
parent
6e6689d825
commit
7915ef5661
|
|
@ -26,10 +26,10 @@ 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",
|
||||||
"zh_CN.UTF-8",
|
"zh_CN.UTF-8",
|
||||||
"mk_MK.UTF-8",
|
|
||||||
"nb_NO.UTF-8",
|
"nb_NO.UTF-8",
|
||||||
"uk_UA.UTF-8",
|
"uk_UA.UTF-8",
|
||||||
"pl_PL.UTF-8",
|
"pl_PL.UTF-8",
|
||||||
|
"mk_MK.UTF-8",
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Set for faster membership lookup of locales.
|
/// Set for faster membership lookup of locales.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue