Package-level declarations
Types
Link copied to clipboard
open class ResourceBundleTranslations(val defaultLocaleBuilder: () -> Locale) : TranslationsProvider
Translation provider backed by Java's ResourceBundles. This makes use of .properties files that are standard across the Java ecosystem.
Link copied to clipboard
object SupportedLocales
List of supported locales. These are locales with merged translations.
Link copied to clipboard
Translation provider interface, in charge of taking string keys and returning translated strings.