Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class GenerateLocaleConfigTask : DefaultTask

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.

Link copied to clipboard

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.

Link copied to clipboard
abstract class GenerateValuesTask : BaseTask

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.

Link copied to clipboard
abstract class SoakConfiguredLocalesTask : DefaultTask

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.

Link copied to clipboard