io.quarkus.runtime.LocalesBuildTimeConfig.jdp Maven / Gradle / Ivy
io.quarkus.runtime.LocalesBuildTimeConfig.defaultLocale=Default locale that can be consumed by the extensions.\n\nThe locale must be specified in the IETF BCP 47 format e.g. en-US or fr-FR.\n
\nFor instance, the Hibernate Validator extension makes use of it.\n
\nNative-image build uses this property to derive {@code user.language} and {@code user.country} for the application's\nruntime.
io.quarkus.runtime.LocalesBuildTimeConfig.locales=The set of supported locales that can be consumed by the extensions.\n
\nThe locales must be specified in the IETF BCP 47 format e.g. en-US or fr-FR.\n
\nFor instance, the Hibernate Validator extension makes use of it.\n
\nNative-image build uses it to define additional locales that are supposed\nto be available at runtime.\n
\nA special string "all" is translated as ROOT Locale and then used in native-image\nto include all locales. Image size penalty applies.