This directory contains the message catalogs for Sketch in the format
for gettext.

If you want to add support for a new language, copy sketch.pot to an
appropriately named po file (e.g. fr.po for French) and add the
translations. Documentation about the file format and the tools to
handle these files is in the GNU gettext package.

With 'make mo' you can create the compiled catalogs that are used at run
time. These mo files are created under ../Resources/Messages/.

It may be a good idea to contact me (bernhard@users.sourceforge.net)
before you start with a new language in case someone is already working
on it.

If you want to rebuild the sketch.pot file from scratch, you need the
pot-utils from http://www.iro.umontreal.ca/contrib/po/po-utils/, because
they understand Python syntax sufficiently. GNU xgettext will not work
anymore as of Sketch 0.6.6.
