add Spanish (Latin America) locale support
parent
e5de000895
commit
a9f9abd615
|
|
@ -40,6 +40,7 @@ pub const locales = [_][:0]const u8{
|
|||
"pl_PL.UTF-8",
|
||||
"ja_JP.UTF-8",
|
||||
"id_ID.UTF-8",
|
||||
"es_BO.UTF-8",
|
||||
};
|
||||
|
||||
/// Set for faster membership lookup of locales.
|
||||
|
|
|
|||
Loading…
Reference in New Issue