I am new to Grails and I have inherited an existing application. I have a large message.properties file that I would like to trim to remove keys that are no longer in use.
Django has a makemessages command that goes through the entire code base and collects all the lines that need translation, adding them to the message file and commenting on entries that no longer exist. Is there a similar tool for Grails? If this helps, the project is based on versions 1.3.9.
Andrea
source share