protected abstract fun translateWithoutArgs(translatable: ITranslatable): String
Do not call this method in case you want to translate a ITranslatableWithArgs use translate in this case.
This method needs to be implemented by sub classes, which have to return the translation for the given translatable or the result of ITranslatable.getDefault if there is no translation defined for the given translatable.
translatable
- The ITranslatable which shall be translated.
Return
The translation for the given translatable or
ITranslatable.getDefault of the given translatable in case there is no translation defined