erickok / pastt

PASTT: PHP Android String Translation Tool
GNU General Public License v3.0
27 stars 18 forks source link

Big string-array support with "name=" in items #2

Open erickok opened 11 years ago

erickok commented 11 years ago

Original issue from https://code.google.com/p/android-php-translator/issues/detail?id=27

Reported by francesco.colferai, Nov 5, 2012 I have a lot of string-arrays and i sometimes edit them adding new items, problem is that when i do that the translations do not get updated off course.

I am currently adding a "name=" attribute to every single in the array, this is not standard but accepted and create an unique identifier for the single array items.

Do you think it would be possible to add a feature for these arrays into the tool?

BTW great stuff!!