computerline1z / okapi

Automatically exported from code.google.com/p/okapi
0 stars 0 forks source link

Support for arrays in PHP filter #203

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the PHP filter does not know how to make the difference between key 
and value in arrays: array("key" => "value");

See also http://tech.groups.yahoo.com/group/okapitools/message/2601

Original issue reported on code.google.com by yves.sav...@gmail.com on 24 Jan 2012 at 12:44

GoogleCodeExporter commented 9 years ago
This notation is used a lot in PHP string tables.
(See http://tech.groups.yahoo.com/group/OmegaT/message/24582)
It needs to be implemented sooner than later.

Original comment by yves.sav...@gmail.com on 2 Mar 2012 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by tingley on 20 Dec 2012 at 12:00