Merge branch 'master' into russian

This commit is contained in:
RustDesk 2022-02-17 08:56:47 +08:00 committed by GitHub
commit d7becdfa9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
"cn" => cn::T.deref(),
"it" => it::T.deref(),
"tw" => tw::T.deref(),
"de" => tw::T.deref(),
"de" => de::T.deref(),
"ru" => ru::T.deref(),
_ => en::T.deref(),
};