TranslationFallback

sealed interface TranslationFallback(source)

Typed fallback policy for an unresolved translation.

Inheritors

Types

Link copied to clipboard
data class Literal(val value: String) : TranslationFallback

Supplies a literal fallback retained independently of translation lookup.

Link copied to clipboard

Preserves and displays the translation key when lookup is unavailable.