Localizations (messages) plugin
This plugin will pull i18n definitions from the database rather than from the standard properties files in the i18n folder.
It will do the following:
- Create a domain class and corresponding table called Localization
- Prepopulate the table with all the message properties it finds in the i18n folder
- Ensure Grails writes i18n messages based on what it finds in the database rather than the 118n folder
- A CRUD UI to add, delete, and upda...
Dependency :
compile ":localizations:1.4.4.11"