e.g. Is it possible to have conf/messages contain substitutions?
So that we don’t have so many denormalized messages?
Thanks
e.g. Is it possible to have conf/messages contain substitutions?
So that we don’t have so many denormalized messages?
Thanks
https://github.com/marcospereira/play-i18n-hocon may be what you want.
Is not part of Play out-of-the-box, but show how to use HOCON to store i18n messages.
Best.