Update lang.rs

This commit is contained in:
RustDesk 2023-03-15 01:00:45 +08:00 committed by GitHub
parent f23ea6584c
commit 329427352e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,8 +101,8 @@ pub fn translate_locale(name: String, locale: &str) -> String {
"zh-cn" => cn::T.deref(),
"it" => it::T.deref(),
"zh-tw" => tw::T.deref(),
"de" => de::T.deref(),
"nl" => nl::T.deref(),
"de" => de::T.deref(),
"nl" => nl::T.deref(),
"es" => es::T.deref(),
"hu" => hu::T.deref(),
"ru" => ru::T.deref(),