mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 11:01:27 +03:00
@@ -46,6 +46,7 @@ mod uk;
|
|||||||
mod vi;
|
mod vi;
|
||||||
mod ta;
|
mod ta;
|
||||||
mod ge;
|
mod ge;
|
||||||
|
mod fi;
|
||||||
|
|
||||||
pub const LANGS: &[(&str, &str)] = &[
|
pub const LANGS: &[(&str, &str)] = &[
|
||||||
("en", "English"),
|
("en", "English"),
|
||||||
@@ -93,6 +94,7 @@ pub const LANGS: &[(&str, &str)] = &[
|
|||||||
("sc", "Sardu"),
|
("sc", "Sardu"),
|
||||||
("ta", "தமிழ்"),
|
("ta", "தமிழ்"),
|
||||||
("ge", "ქართული"),
|
("ge", "ქართული"),
|
||||||
|
("fi", "Suomi"),
|
||||||
];
|
];
|
||||||
|
|
||||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||||
@@ -152,6 +154,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
|||||||
"kz" => kz::T.deref(),
|
"kz" => kz::T.deref(),
|
||||||
"uk" => uk::T.deref(),
|
"uk" => uk::T.deref(),
|
||||||
"fa" => fa::T.deref(),
|
"fa" => fa::T.deref(),
|
||||||
|
"fi" => fi::T.deref(),
|
||||||
"ca" => ca::T.deref(),
|
"ca" => ca::T.deref(),
|
||||||
"el" => el::T.deref(),
|
"el" => el::T.deref(),
|
||||||
"sv" => sv::T.deref(),
|
"sv" => sv::T.deref(),
|
||||||
|
|||||||
Reference in New Issue
Block a user