Add pseudolocales to dev builds

(cherry picked from commit 0b93b9e059d68496d333b46c5dc57fccef041398)
This commit is contained in:
arkon 2022-11-03 09:47:27 -04:00 committed by Jobobby04
parent 1cf18f242e
commit 3b5248e1ba

View File

@ -97,7 +97,8 @@ android {
dimension = "default"
}
create("dev") {
resourceConfigurations.addAll(listOf("en", "xxhdpi"))
// Include pseudolocales: https://developer.android.com/guide/topics/resources/pseudolocales
resourceConfigurations.addAll(listOf("en", "en_XA", "ar_XB", "xxhdpi"))
dimension = "default"
}
}