mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
Fix a typo of locale name
Signed-off-by: kordood <gigacms@gmail.com>
This commit is contained in:
parent
bb99dcab6b
commit
1f0ba830df
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
|||
"vn" => vn::T.deref(),
|
||||
"pl" => pl::T.deref(),
|
||||
"ja" => ja::T.deref(),
|
||||
"ja" => ko::T.deref(),
|
||||
"ko" => ko::T.deref(),
|
||||
_ => en::T.deref(),
|
||||
};
|
||||
if let Some(v) = m.get(&name as &str) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue