i18ntools [i18ntools] module
This module is for the Play 1.x series only.
This module will add some tools to ease use of i18n in your Play! projects.
“i18n-extract” willparse your application’s files to find internationalized strings, and add missing strings to your messages files.
http://github.com/naholyr/i18ntools
Written by naholyr.
Published releases
1.0.1 | Oct 08 2010 | Documentation | Try Play |
1.0 | Oct 04 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install i18ntools-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> i18ntools {version}