Enable form of address preference for Spanish
This commit is contained in:
@@ -128,7 +128,7 @@ fun LocaleSettingsScreen() {
|
||||
)
|
||||
}
|
||||
)
|
||||
if (listOf("fr").contains(currentLocale?.language)) {
|
||||
if (listOf("fr", "es").contains(currentLocale?.language)) {
|
||||
ListPreference(
|
||||
icon = R.drawable.wc_24px,
|
||||
title = stringResource(R.string.preference_form_of_address),
|
||||
|
||||
Reference in New Issue
Block a user