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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user