XML Parser

How to translate the files of a game
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

XML Parser

Post by makc_ar »

Who can write an tool for extracting .xml lines via tags for translation and then inserting them back? For example, you write tags in the config file XML_Parser.cfg next to the utility, and then the tool will be extracting the lines automatically.

Code: Select all

<Options>
      <string></string>
      <title></title>
      <name></name>
      <text></text>
      <description></description>
       etc.
</Options>

This tool would be very helpful for uploading texts on platforms. It would be nice if the utility could operate a group of files or folders, as well as combine the text docs in one file or divide them back in separate files.
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: XML Parser

Post by michalss »

why would you do that in the first place, xml is not bad format for translation ? Dont get it at all...
0wn3df1x
Posts: 24
Joined: Wed Sep 02, 2015 6:56 pm

Re: XML Parser

Post by 0wn3df1x »

michalss wrote:why would you do that in the first place, xml is not bad format for translation ? Dont get it at all...


We collectively translate text's on google docs. That's why we need only text (w/o technical part)