mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 01:21:28 +03:00
Update lang.rs
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user