Skip to content

Commit

Permalink
Enable the review feature for the language "ar"
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Jul 1, 2023
1 parent 2485c32 commit 0cd5fa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class ReviewTranslated

fun translated(): Boolean {
val language = context.resources.configuration.locales[0].language.lowercase()
return language in listOf("en", "de", "es", "ru", "it")
return language in listOf("en", "de", "es", "ru", "it", "ar")
}
}

0 comments on commit 0cd5fa7

Please sign in to comment.