How to create a translation
--------------------------

Here is a brief set of commands to generate a new translation.  Replace
en_CA with your language and locale of choice.

$ msginit --input=po/RabbitVCS.pot --locale=en_CA
$ mv en_CA.po po/en_CA.po

Update po/en_CA.po with your translations.  When you are done, type:

$ mkdir -p locale/en_CA/LC_MESSAGES
$ msgfmt --output-file=locale/en_CA/LC_MESSAGES/RabbitVCS.mo po/en_CA.po
