Package-level declarations

Types

Link copied to clipboard

List of supported locales. These are locales with merged translations.

Functions

Link copied to clipboard
fun String.toKey(bundle: Bundle): Key
fun String.toKey(locale: Locale): Key
fun String.toKey(bundle: String): Key
fun String.toKey(bundle: String, locale: Locale? = null): Key
fun String.toKey(bundle: Bundle? = null, locale: Locale? = null, presetPlaceholderPosition: PlaceholderPosition? = null, translateNestedKeys: Boolean? = null): Key
Link copied to clipboard
suspend fun Key.withContext(context: TranslatableContext): Key