Add zh
This commit is contained in:
parent
803dc2326d
commit
6c89aedd3f
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ class GameActivity : ThematicActivity(R.layout.activity_game), DialogInterface.O
|
||||||
|
|
||||||
private fun hasTranslatedTutorial(): Boolean {
|
private fun hasTranslatedTutorial(): Boolean {
|
||||||
// Check if we have a translated Tutorial to the current language on a naive way. :/
|
// Check if we have a translated Tutorial to the current language on a naive way. :/
|
||||||
return arrayOf("en", "es", "pt").contains(Locale.getDefault().language)
|
return arrayOf("en", "es", "pt", "zh").contains(Locale.getDefault().language)
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|
Loading…
Reference in a new issue