2009-11-17, 12:31
I have almost finished a tool which will scan a given skin folder, compare against a strings.xml file and add missing text to the file and replacing the label with the relevant $LOCALISE[ID].
Its fairly inteligent also and will pick out strings from things from something like "<label>$LOCALISE[1234] and some text $LOCALISE[1235]</label>" and will pick out "and some text" to add.
It also knows if the text it does find is just symbols then not to localise it e.g "<label>$LOCALISE[1234] - $LOCALISE[1235]</label>"
At the moment its a tool just for my own personal use, but if I see any interest in it will make it available for the public.
Its fairly inteligent also and will pick out strings from things from something like "<label>$LOCALISE[1234] and some text $LOCALISE[1235]</label>" and will pick out "and some text" to add.
It also knows if the text it does find is just symbols then not to localise it e.g "<label>$LOCALISE[1234] - $LOCALISE[1235]</label>"
At the moment its a tool just for my own personal use, but if I see any interest in it will make it available for the public.