Tool for managing language files of Xoops2

Date 2003-10-20 22:19:18 | Category: Site News

I've just released "Xoops Language Checker".

Place 3 files included the archive into the same directory like /usr/local/bin.
Althogh 3 file is executable, you should run xoops_lang_check.php only.

I believe this tool must be useful for module developpers and translators.

eg)
For a module developper who maintains "mod_a" in mainly Spanish :
$ xoops_lang_check.php module/mod_a spanish english
This command shows you which constant definitions of english are insufficient.

$ xoops_lang_check.php --patch module/mod_a spanish
This command append constant definitions into apropriate files for all languages automatically.

For a translator who maintain "mod_a" from english to French :
$ xoops_lang_check.php --patch module/mod_a english french
After this command, you can easily found and edit the constants added new.

This tool is written in PHP CLI. Even if you don't have PHP CLI, converting to another type of PHP is easy, I think.




You can read more news at PEAK XOOPS.
http://xoops.peak.ne.jp

The URL for this story is:
http://xoops.peak.ne.jp/md/news/index.php?page=article&storyid=2