PDA

View Full Version : Translation files format


guialbuk
10-25-2011, 05:54 AM
I'd like to translate JoomlaLMS backent to Brazilian Portuguese. I even did a self-hosted installation of Transifex for it.

The problem is that JoomlaLMS doesn't use Joomla native .ini format for locales, neither olher standard format, like .po files.

My question is: is there a way to convert .php locale file intro other format for a faster translation process using tools like Transifex? How do you developers work with locales?

Thanks!

Helga_13
10-25-2011, 05:09 PM
Unfortunately there is no way to convert .php files into different formats; and right now JoomlaLMS works only with .php language files. Our developers use standard PHP development tools like phpdesigner, zend studio, eclipse (these tools have built-in php-syntax checking and this is very useful when you edit .php language files).