Package-level declarations
Types
Generates a locale_config.xml
file to be referenced in an Android project Manifest for configuring application locale support. Debug and Release versions are added to their respective source sets.
Generates a Kotlin source file SupportedDialects.kt
that contains a map of language tags to language names (both endonyms and exonyms). Debug and Release versions are added to their respective source sets.
Generates a locale_config.xml
file to be referenced in an Android project Manifest for configuring application locale support. Debug and Release versions are added to their respective source sets.
Reads in a Gradle project's 'resourceConfiguration' items and outputs a list of found language tags and their endonyms (the language's display name for those who read/write it). The output is used in further code generation tasks and does not appear in your source files.