Mixin rick.mixin.Translator
Mixin to provide an interface for string translation
Translator.t(text: str) -> str:
Method signature to perform a string translation. By default, the mixin implementation returns the passed text value.
Mixin to provide an interface for string translation
Method signature to perform a string translation. By default, the mixin implementation returns the passed text value.