mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
Update lang.rs
Replace strange Unicode character ';' with Semicolon
This commit is contained in:
parent
26c95bab66
commit
26ef2539df
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ mod tw;
|
|||
mod ua;
|
||||
mod vn;
|
||||
mod lt;
|
||||
mod ar;
|
||||
mod ar;
|
||||
|
||||
pub const LANGS: &[(&str, &str)] = &[
|
||||
("en", "English"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue