provideTranslation

open fun provideTranslation(fallback: String?): MutableText

Provide a custom translation implementation to be used in the Translatable framework. Will be overridden if the field is supplied with a translationProvider

Return

MutableText

Author

fzzyhmstrs

Since

0.7.5

Parameters

fallback

String, nullable. The fallback translation key to (attempt) to use. Can supply a literal message also (the translation will simply fail and the message will appear as-is)