mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-21 09:33:01 +08:00
fix bg
This commit is contained in:
parent
0474c8fb03
commit
f375cbd871
@ -147,6 +147,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
||||
"lt" => lt::T.deref(),
|
||||
"lv" => lv::T.deref(),
|
||||
"ar" => ar::T.deref(),
|
||||
"bg" => bg::T.deref(),
|
||||
_ => en::T.deref(),
|
||||
};
|
||||
let (name, placeholder_value) = extract_placeholder(&name);
|
||||
|
Loading…
Reference in New Issue
Block a user