Update lang.rs

This commit is contained in:
Abdullah Ibrahim
2023-08-27 11:14:29 +03:00
committed by GitHub
Unverified
parent 15e8f6ffb7
commit 26c95bab66

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")))]