providePrefix

open fun providePrefix(fallback: String?): MutableText

Provide a custom prefix implementation to be used in the Translatable framework.

Return

MutableText

Author

fzzyhmstrs

Since

0.7.5

Parameters

fallback

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