Hi,

I just installed Pootle and faced the following problem:

I want to translate PHP arrays and Pootle recognizes them perfectly.

As soon as I start to translate Pootle generates a new file with a
syntax that is no longer PHP array.

Example:

Original line is

$translations = array(
'lang' => "en",

New file looks like

$translations->"lang"='en';

Yes, I could easily convert this back to

$translations = array(
'lang' => "de",

but I wonder if this is intended.

Any suggestion?

Thanks
Klaus

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Translate-pootle mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/translate-pootle

Reply via email to