As was discussed on the e-intl list, and as I mentioned to devilhorns on IRC yesterday, I've started writing patches to support i18n in e_modules.

The attached file is for screenshot. The following commands should do the trick

$ cd e_modules/screenshot
$ tar zxf screenshot_i18n.tar.gz
$ patch -p0 <screenshot.patch
$ rm screenshot.patch

There are some new files to be cvs added:
 ABOUT-NLS
 po/
 po/Makefile.am
 po/ja.po  (this was just for testing - it only contains one japanese string so far)

Also, the copyright-holder="TODO" value in autogen.sh should be fixed appropriately

As translations come in later, the new language will need to be added to the ALL_LINGUAS variable in configure.in. Currently only "ja" is present. 

If there's no problems with this patch, the rest should be able to be whipped together pretty quickly.

Regards!
David

Attachment: screenshot_i18n.tar.gz
Description: GNU Zip compressed data

Reply via email to