mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 05:41:28 +03:00
Update lang.rs
Replace strange Unicode character ';' with Semicolon
This commit is contained in:
@@ -33,7 +33,7 @@ mod tw;
|
|||||||
mod ua;
|
mod ua;
|
||||||
mod vn;
|
mod vn;
|
||||||
mod lt;
|
mod lt;
|
||||||
mod ar;
|
mod ar;
|
||||||
|
|
||||||
pub const LANGS: &[(&str, &str)] = &[
|
pub const LANGS: &[(&str, &str)] = &[
|
||||||
("en", "English"),
|
("en", "English"),
|
||||||
|
|||||||
Reference in New Issue
Block a user