Community contributed extensions

@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.

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 Try Play
1.2 Dec 23 2011 Documentation Try Play
1.1.1 Aug 11 2011 Documentation Try Play
1.1 May 16 2011 Documentation Try Play
1.0 Mar 12 2011 Documentation Try Play
0.9 Mar 05 2011 Documentation Try Play

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}