Multiple message bundles

(Jmix 2.6.2)

Is there a way to better manage multiple message property files? Ideally, I would like to have a separate message bundle for each view and entity. However, this requires adding the path of every message bundle to the @MessageSourceBasenames annotation, which quickly becomes hard to maintain.

Jmix Documentation – Additional Message Bundles
https://docs.jmix.io/jmix/localization/message-bundles.html#additional-bundles

Hello Mario,

Unfortunately, it’s the only approach for now.
Maybe it will change in the future, but for now we don’t have any specific plans about it.

Regards,
Ivan

Thank you!

Mario