Package-level declarations
Contains (default) implementations of the interfaces defined in ch.tutteli.atrium.reporting.translating.
Types
Link copied to clipboard
Responsible to determine in which order Locales should be processed.
Link copied to clipboard
class TranslationSupplierBasedTranslator(translationSupplier: TranslationSupplier, localeOrderDecider: LocaleOrderDecider, primaryLocale: Locale, fallbackLocales: List<Locale>) : 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.