Files
capod/app/src/main/res/resources.properties
T
darken d2d126e9d9 Enable per-app language preferences
This commit enables the automatic generation of per-app language preferences by configuring the Android Gradle Plugin.

A `resources.properties` file is added to specify `en` as the `unqualifiedResLocale`, which serves as the default/fallback locale.

Additionally, `.kotlin` is added to `.gitignore` to exclude Kotlin build-related files.
2025-09-29 13:37:01 +02:00

4 lines
262 B
Properties

# This file configures automatic per-app language preference support
# It tells AGP to generate LocaleConfig automatically from available translations
# The unqualifiedResLocale is the default/fallback locale (from res/values/strings.xml)
unqualifiedResLocale=en