How to load external msg.properties for MessageBundle?
I’m using Qute with Quarkus and defined my messages/msg.properties
file. It works as expected. What I’m trying to achive is to load msg.properties
file from external configuration.
Qute template: how to iterate over a map?
I need to iterate over a Map<String, String>