Update lang.rs

Replace strange Unicode character ';' with Semicolon
This commit is contained in:
Abdullah Ibrahim 2023-08-27 14:43:46 +03:00 committed by GitHub
parent 26c95bab66
commit 26ef2539df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ mod tw;
mod ua;
mod vn;
mod lt;
mod ar
mod ar;
pub const LANGS: &[(&str, &str)] = &[
("en", "English"),