doc / ch.tutteli.atrium.reporting.translating / UsingDefaultTranslator / translateWithoutArgs

translateWithoutArgs

protected fun translateWithoutArgs(translatable: ITranslatable): String

Overrides ArgumentsSupportingTranslator.translateWithoutArgs

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.

Parameters

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