From 79970b5c6592c148fe0b9df201080c3c4993c1c1 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 31 Aug 2026 18:27:14 +0200 Subject: [PATCH] l10n: make German and Brazilian Portuguese selectable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Weblate merge (#8) landed values-de and values-pt-rBR, but locales_config.xml still listed only `en`. That file is the single source of truth for which languages the app ships: AppLanguage parses it for the in-app picker (Settings -> App language) and android:localeConfig points the system per-app language settings at it. So both translations were compiled into the APK and reachable by nothing — you could not pick either one, and only a device already set to de/pt-BR would ever have seen them. Adds the two BCP-47 tags. Note the tags are `de` and `pt-BR` while the resource folders are values-de and values-pt-rBR; the `r` is an Android resource-qualifier artefact and must not appear here. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_0146mhMLZ5AqJSZkADDc92Jz --- app/src/main/res/xml/locales_config.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/xml/locales_config.xml b/app/src/main/res/xml/locales_config.xml index 9dbc5b4..555f452 100644 --- a/app/src/main/res/xml/locales_config.xml +++ b/app/src/main/res/xml/locales_config.xml @@ -8,4 +8,6 @@ --> + +