i18n: offer French and Polish in the language picker

Both landed as community translations through Weblate (French ~33%, Polish
~57%), above the bar already shipped for zh-CN. Add them to locales_config.xml —
the single source of truth for the in-app language picker and Android's per-app
language settings.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 19:40:10 +02:00
parent a96d8b6de9
commit 3d59962112

View File

@@ -11,6 +11,8 @@
<locale android:name="en" />
<locale android:name="de" />
<locale android:name="es" />
<locale android:name="fr" />
<locale android:name="it" />
<locale android:name="pl" />
<locale android:name="zh-CN" />
</locale-config>