mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-27 15:11:01 +03:00
This reverts commit f9af3e3a0c.
This commit is contained in:
@@ -45,7 +45,6 @@ mod tw;
|
||||
mod uk;
|
||||
mod vn;
|
||||
mod ta;
|
||||
mod ge;
|
||||
|
||||
pub const LANGS: &[(&str, &str)] = &[
|
||||
("en", "English"),
|
||||
@@ -92,7 +91,6 @@ pub const LANGS: &[(&str, &str)] = &[
|
||||
("hr", "Hrvatski"),
|
||||
("sc", "Sardu"),
|
||||
("ta", "தமிழ்"),
|
||||
("ge", "ქართული"),
|
||||
];
|
||||
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
@@ -169,7 +167,6 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
||||
"hr" => hr::T.deref(),
|
||||
"sc" => sc::T.deref(),
|
||||
"ta" => ta::T.deref(),
|
||||
"ge" => ge::T.deref(),
|
||||
_ => en::T.deref(),
|
||||
};
|
||||
let (name, placeholder_value) = extract_placeholder(&name);
|
||||
|
||||
Reference in New Issue
Block a user