localized Intent
fun localizedIntent(vararg keys: String, intentLanguages: List<Language>? = emptyList()): IntentCandidate
Returns an IntentCandidate from the loaded sheet with specified key and languages.
If no intentLanguages are specified, it will create intents for the existing languages of the keys.
If intentLanguages are specified, the intents will only be created in those languages.
If intentLanguages is set to null, the intents will be created for non-localized sheets.
Parameters
keys
The keys for the intents to fetch (several possible that will add on top of each other)
intent Languages
The languages to create the intent from. Defaults to an empty list.