ppalaga commented on a change in pull request #2601: URL: https://github.com/apache/camel-quarkus/pull/2601#discussion_r634152121
########## File path: docs/modules/ROOT/pages/user-guide/native-mode.adoc ########## @@ -25,6 +25,22 @@ quarkus.native.add-all-charsets = true See also https://quarkus.io/guides/all-config#quarkus-core_quarkus.native.add-all-charsets[quarkus.native.add-all-charsets] in Quarkus documentation. +[[locale]] +== Locale + +Before GraalVM 21.1 there was no way to include more than the single locale (the one set as a defult in the building JVM) in the native image. Review comment: +1 less words is better :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
