Skip to content

Commit

Permalink
Update lang.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk authored Apr 9, 2024
1 parent 178d331 commit ead8a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ead8a48

Please sign in to comment.