williamleonard / obblm

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

XML TRANSLATIONS FILES SYNC TOOL #665

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm writing a little php tool that generate and sync the missing tags from 
english translation to other languages.

It'll ease the work for translators, and will keep the other languages in sync 
with the en-GB english reference translation.

Example :

<en-GB>
<a_new_tag>shiny</a_new_tag>
<some_old_tag>blah</some_old_tag>

will generate the output below for each other languages :

<!-- <a_new_tag>shiny</a_new_tag> -->
<some_old_tag>blah in other language</some_old_tag>

Original issue reported on code.google.com by bloodybo...@gmail.com on 17 Jan 2015 at 11:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Sounds good! 
Please make a new "maintenance" folder in the trunk and add such tools there.

Original comment by nicholas...@gmail.com on 20 Jan 2015 at 11:13

GoogleCodeExporter commented 9 years ago
The script works from the language folder. Is it a problem to put it in the 
"lang" folder or do you really want me to make the "maintenance" folder anyway ?

Original comment by bloodybo...@gmail.com on 27 Jan 2015 at 2:11

GoogleCodeExporter commented 9 years ago
OK, putting it there is fine.

Original comment by nicholas...@gmail.com on 13 Feb 2015 at 1:55