Home
New version available
Here is the change log :
- Firefox 3 support
- Spellchecker enabled in translation textarea
- Icon
- Position in menu is fixed
Sorry but still no support of 'define' in this release, I don't have a lot of time for that, anyway suggestions are welcome.
- June 9, 2008 -What is phplangeditor ?
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';
$test['birthday'] = 'Birthday';
$test['birth']['day'] = 'day';
$test['birth']['month'] = 'month';
...
?>
It's not really easy for a translator to work in such a file. You have to open it in a text editor and navigate from string to string to replace them by your translation.
phplangeditor has been made to make this job easier.
View a short Flash tutorial
Not up to date, was made with ple 1.6