Merge pull request #12093 from mileskrell/mileskrell/support-per-app-language-preferences

Support per-app language preferences
This commit is contained in:
Stypox 2025-04-08 23:13:07 +02:00 committed by GitHub
commit 756327da39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 90 additions and 16 deletions

View file

@ -13,6 +13,13 @@
app:iconSpaceReserved="false"
app:useSimpleSummaryProvider="true" />
<Preference
android:key="@string/app_language_android_13_and_up_key"
android:title="@string/app_language_title"
app:isPreferenceVisible="false"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
<ListPreference
android:defaultValue="@string/default_localization_key"
android:entries="@array/language_names"