Contains default implementations of the interfaces defined in ch.tutteli.atrium.reporting.translating.
object ResourceBundleInspiredLocaleOrderDecider : LocaleOrderDecider
Responsible to determine in which order Locales should be processed. |
|
class TranslationSupplierBasedTranslator : ArgumentsSupportingTranslator
Represents a Translator which uses a given TranslationSupplier to retrieve translations and a given LocaleOrderDecider to determine in which order it should try to find translations for a given Translatable. |