allowlist belarusian in form of address preference

This commit is contained in:
MM20
2026-08-11 00:00:52 +02:00
parent 1b6dde1804
commit c255894f3b

View File

@@ -138,7 +138,7 @@ fun LocaleSettingsScreen() {
)
}
)
if (listOf("fr", "es").contains(currentLocale?.language)) {
if (listOf("fr", "es", "be").contains(currentLocale?.language)) {
ListPreference(
icon = R.drawable.wc_24px,
title = stringResource(R.string.preference_form_of_address),