Revert "RustDesk Georgian (ქართული) Localization (#11362)" (#11413)

This reverts commit f9af3e3a0c.
This commit is contained in:
RustDesk
2025-04-09 23:58:03 +08:00
committed by GitHub
parent f9af3e3a0c
commit d7dc49f1f7
2 changed files with 0 additions and 689 deletions

View File

@@ -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);