Reverts fixing the English language to avoid issues with translation (now it only translates to english, instead of the local language) and also prepare for i18n work for other languages.

This commit is contained in:
Vitor Pamplona
2023-02-25 15:26:53 -05:00
parent 661cbab4ee
commit 0b4d11d5e6
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -14,8 +14,6 @@ android {
versionCode 69
versionName "0.18.1"
resConfigs "en"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true
@@ -62,8 +62,6 @@ class MainActivity : ComponentActivity() {
}
Client.lenient = true
Locale.setDefault(Locale.ENGLISH)
}
override fun onResume() {