1
Mikhail
opensource firefox extension to help php applications translators
  • 2005/5/9 11:33

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


source:
http://phplangeditor.mozdev.org/index.html


Phplangeditor is a tool made to help php applications translators.

A lot of PHP applications are translated using one or many files of lang vars

<?php
$langHello = "Hello";
$langWorld = "World";
...
?>

It's not really easy for a translator to work in such a file. You have to open it in a text editor text navigate from string to string to replace it.

phplangeditor has been made to make this job easier.

Resized Image