TRANSLATIONS
============

To contribute translations for this plug-in, please open the file 'po/Makefile', and add your language to the list with a valid locale name:

	LANGUAGES = your_language

[ Note:  If you do not know your locale name, then enter
    echo $LANG
  The output is of the form 'your_language.your_encoding'. ]

Save the altered file.  From the local directory 'po', enter

	make update-po

This will spawn the file 'your_language.po', which you can then edit.

After editting, please send this file to the maintainer:  <srandallsawyer@gmail.com>.
It can then be included in future releases of the plug-in package.  Thank you!

