Update lang.rs

This commit is contained in:
RustDesk 2024-04-10 00:23:45 +08:00 committed by GitHub
parent 178d33155f
commit ead8a48436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,7 +154,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
"ar" => ar::T.deref(),
"bg" => bg::T.deref(),
"he" => he::T.deref(),
"hr" => he::T.deref(),
"hr" => hr::T.deref(),
_ => en::T.deref(),
};
let (name, placeholder_value) = extract_placeholder(&name);