Hello,
In our CUBA application we had a function to determine all message keys of a running application so that a customer can create his own localisation.
This function determines all packages of the components and the application via BuildInfo and then searches them for Message.properties via PathMatchingResourcePatternResolver.
BuildInfo no longer exists in Jmix. How do I get all the packages of the application and the integrated add ons or is there a better way to determine all the message keys contained in a running application?
Greetings
Andreas