mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-30 17:07:54 +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 m = match lang.as_str() {
|
||||
"fr" => fr::T.deref(),
|
||||
"nl" => nl::T.deref(),
|
||||
"cn" => cn::T.deref(),
|
||||
"it" => it::T.deref(),
|
||||
"tw" => tw::T.deref(),
|
||||
|
Loading…
Reference in New Issue
Block a user