Update lang.rs

This commit is contained in:
Abdullah Ibrahim 2023-08-27 11:14:29 +03:00 committed by GitHub
parent 15e8f6ffb7
commit 26c95bab66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ pub const LANGS: &[(&str, &str)] = &[
("sl", "Slovenščina"),
("ro", "Română"),
("lt", "Lietuvių"),
("ar": "العربية"),
("ar", "العربية"),
];
#[cfg(not(any(target_os = "android", target_os = "ios")))]