Update latvian lang.rs
This commit is contained in:
parent
9fd24db257
commit
f1e2aa8c96
@ -20,6 +20,7 @@ mod ja;
|
|||||||
mod ko;
|
mod ko;
|
||||||
mod kz;
|
mod kz;
|
||||||
mod lt;
|
mod lt;
|
||||||
|
mod lv;
|
||||||
mod nl;
|
mod nl;
|
||||||
mod pl;
|
mod pl;
|
||||||
mod ptbr;
|
mod ptbr;
|
||||||
@ -70,6 +71,7 @@ pub const LANGS: &[(&str, &str)] = &[
|
|||||||
("sl", "Slovenščina"),
|
("sl", "Slovenščina"),
|
||||||
("ro", "Română"),
|
("ro", "Română"),
|
||||||
("lt", "Lietuvių"),
|
("lt", "Lietuvių"),
|
||||||
|
("lv", "Latviešu"),
|
||||||
("ar", "العربية"),
|
("ar", "العربية"),
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -135,6 +137,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
|||||||
"sl" => sl::T.deref(),
|
"sl" => sl::T.deref(),
|
||||||
"ro" => ro::T.deref(),
|
"ro" => ro::T.deref(),
|
||||||
"lt" => lt::T.deref(),
|
"lt" => lt::T.deref(),
|
||||||
|
"lv" => lv::T.deref(),
|
||||||
"ar" => ar::T.deref(),
|
"ar" => ar::T.deref(),
|
||||||
_ => en::T.deref(),
|
_ => en::T.deref(),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user