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.

pull/167/head
Vitor Pamplona 2023-02-25 15:26:53 -05:00
rodzic 661cbab4ee
commit 0b4d11d5e6
2 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -14,8 +14,6 @@ android {
versionCode 69
versionName "0.18.1"
resConfigs "en"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true

Wyświetl plik

@ -62,8 +62,6 @@ class MainActivity : ComponentActivity() {
}
Client.lenient = true
Locale.setDefault(Locale.ENGLISH)
}
override fun onResume() {