Helper scripts to add and update gettext translations to ArchRoyal modules.
gettext
To use i18n, gettext must be installed. On most linux distros this is a given. On OSX it is recommended to install gettext with homebrew:
$ brew install gettext
Add a language to a module:
$ ./i18n --module=<module> --lang=fr
Extract the messages from a module (update the translation files)
$ ./i18n --module=<module>