Updating gettext strings
--------------------------

Run ./xlat.sh from in this (locale) directory.  It'll automatically scan all
source files for gettext strings, create the po/irm.pot file, and update the
strings in all of the available translations.

New translation
-----------------

Copy locale/po/irm.pot to locale/po/<lang_code>.po, and then edit that new
file appropriately.  Add a relevant entry to the array $supported_languages
at the top of include/i18n.php, providing an appropriate country code and
the correct encoding from the po file.

(Suggestions for good translator's howtos appreciated)

