Package-level declarations
Everything involved in translating ./ch.tutteli.atrium.reporting.translating/-translatable/index.htmls.
Everything involved in translating ./ch.tutteli.atrium.reporting.translating/-translatable/index.htmls.
Everything involved in translating ./ch.tutteli.atrium.reporting.translating/-translatable/index.htmls.
Types
Represents a Translator which supports TranslatableWithArgs.
Responsible to decide in which order Locales should be processed.
A base class for properties based TranslationSuppliers which provides a loading and caching mechanism of properties files.
Represents a TranslationSupplier which is based on properties-files which are structured per entity (enum, object or class) and Locale.
Represents a TranslationSupplier which is based on properties-files which are structured per Locale.
Something which is Translatable and provides a default representation by value.
Something which is translatable, identified by id with a default representation given by getDefault.
A Translatable which contains placeholders for arguments.
A supplier of translations for Translatables for particular Locales.
Represents a translator of Translatables.
Represents a Translatable which is not translatable but has only a fixed name which serves as getDefault.
This translator does not translate but uses Translatable.getDefault instead and uses getDefaultLocale as primaryLocale if not defined differently via constructor parameter.
Functions
Returns the default Locale which should be used if not defined otherwise.
Currently returns the locale for en_GB -- this might change in the future without notice.
Returns java.util.Locale.getDefault.
Transforms this Locale into a java.util.Locale.