
This directory
--------------

This directory (po/) contains the translations for Fantasdic. Members from the
GNOME i18n team can commit translations in this directory without the
maintainer's permission. Don't forget to add your name to po/AUTHORS.

How to contribute a translation ?
---------------------------------

You should be inside this directory in order to use the following commands.

$ intltool-update --pot

Is used the first time to generate a .pot file. Rename this file to xx.po
where xx is your language's code and edit it.

$ intltool-update xx

Is used to update xx.po with potential new strings that need to be translated.
Take care of strings marked as "fuzzy". You need to fix them! Remove "#, fuzzy"
once you've fixed them.
