add test comment 😅

This commit is contained in:
Ebrahim 2020-06-23 08:51:31 +04:30
parent d99b42582d
commit 6405ba57ee
No known key found for this signature in database
GPG Key ID: DB2CBC2428686000
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ lazy_static! {
let lang = js! { return navigator.language }.into_string().unwrap();
let lang = lang.splitn(2, '-').next().unwrap_or("en");
// Force a language (Add .env setting)
//let lang = "fa"; ???
let english_position = catalogs
.iter()
.position(|(language_code, _)| *language_code == "en")