| Class |
Description |
|
AvailableLocaleResolver
|
The locales an application is actually translated into, for driving a language selector. |
|
EffectiveI18nDescriptors
|
The message bundles that actually participate, in the order Spring Boot should consult them. |
|
GrailsLocaleResolverAutoConfiguration
|
When an application declares @EnableWebMvc, Spring's WebMvcConfigurationSupport
contributes its own localeResolver bean (an AcceptHeaderLocaleResolver). |
|
I18nDescriptors
|
Reads every I18nDescriptor on the classpath. |
|
I18nEnvironmentPostProcessor
|
Composes spring.messages.basename from the build-time i18n descriptors, so that Spring
Boot's own MessageSourceAutoConfiguration can own the messageSource bean outright. |
|
I18nGrailsPlugin
|
Configures Grails' internationalisation support. |
|
I18nRuntimeHintsProcessor
|
Registers the native-image resource hints the message bundles need. |