Open nate-getch opened 6 years ago
Good! It's better to have a complete way to do i18n stuff. I'll consider it later.
Back to your commit, it seems the spring.messages.basename
config path is not right, since it already has a parent path spring
。
If you are open to collaboration and merging my code, I am interested to work on the i18n feature.
Regarding my commit, I have tested the thymeleaf template pages reading the i18n/messages dir properly.
Yes, you're welcome to contribute. Can you commit a simple example, including the message property files and usages in thymeleaf? So I can review them and see if it's ok to merge.
Need spring.messages.basename defined in app config so it can be accessed from the view templates.