This commit is contained in:
rustdesk 2024-02-15 16:54:52 +08:00
parent 0474c8fb03
commit f375cbd871
2 changed files with 1 additions and 0 deletions

View File

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