Plugins You can find out about all the publicly available Grails plugins.

Localizations (messages) plugin

  • Tags : internationalization
  • Latest : 1.4.4.11
  • Last Updated: 23 May 2013
  • Grails version : 2.0 > *
3 votes

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
In addtion the plugin also has these added features to help you:
  • A CRUD UI to add, delete, and upda...
Read more

Dependency :
compile ":localizations:1.4.4.11"

Documentation Source Issues

i18n Fields

  • Tags : internationalization
  • Latest : 0.6.4
  • Last Updated: 09 May 2013
  • Grails version : 1.3 > *
2 votes

This plugin provides an easy way of declarativily localize database fields of your content tables. Read more

Dependency :
compile ":i18n-fields:0.6.4"

Documentation