mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-02 19:50:33 +08:00
Update lang.rs
This commit is contained in:
parent
bfefaf14e6
commit
21839c5461
@ -71,6 +71,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
|||||||
let lang = lang.to_lowercase();
|
let lang = lang.to_lowercase();
|
||||||
let m = match lang.as_str() {
|
let m = match lang.as_str() {
|
||||||
"fr" => fr::T.deref(),
|
"fr" => fr::T.deref(),
|
||||||
|
"nl" => nl::T.deref(),
|
||||||
"cn" => cn::T.deref(),
|
"cn" => cn::T.deref(),
|
||||||
"it" => it::T.deref(),
|
"it" => it::T.deref(),
|
||||||
"tw" => tw::T.deref(),
|
"tw" => tw::T.deref(),
|
||||||
|
Loading…
Reference in New Issue
Block a user