mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 02:36:12 -04:00
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.
4 lines
262 B
Properties
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 |