@messages [messages] module
This module is for the Play 1.x series only.
Module messages provides a web based tool for managing your application’s localizations.
- Forgetting the localizations as you code? This tool will look through your sources and lists the keys that have not been localized yet!
- Forgot to remove the localizations when you refactoring? It also finds keys that are no longer in use and let’s you easily remove them!
- Your messages file is a mess? The messages files are saved in alphabetical order so you can easily add keys to the files manually too!
- Not sure where the key is used? No worries, the tool will show you a snippet from the source code where it found the key!
Check out the usage examples in this blog post
For bug reports and feature requests use the project home page at github.
https://github.com/huljas/play-messages
Written by Heikki Uljas.
Published releases
| 1.3 | Feb 09 2012 | Documentation | Download |
| 1.2 | Dec 23 2011 | Documentation | Download |
| 1.1.1 | Aug 11 2011 | Documentation | Download |
| 1.1 | May 16 2011 | Documentation | Download |
| 1.0 | Mar 12 2011 | Documentation | Download |
| 0.9 | Mar 05 2011 | Documentation | Download |
To install locally this module use the install command:
play install messages-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> messages {version}