This program is intended for copying text entries from one or more files to another.
The program copies content of one language tag (for example, English) to another language tag (for example, Russian), or to the same language tag from one file to another.
The program supports copying texts from XML files as well as from and from TXT files to XML files.
Entries from the source file are copied into the entries of the destination file that are named identically to the entries of the source file. The order of entries can be arbitrary
The program simplifies the process of simulataneous translation of the same file by several people.
For example, there are 10 large clauses of civilopedia in a file. The first person translates 3 clauses, the second one - 5 clauses and the third one - 2 clauses. Each of them creates a file that only contains enties that he or she has translated. After processing by this program the final (destaination) file contains the translation of all of 10 texts without use of the vulgar "Copy/Paste" method .
It is also possible to copy texts from one language tag to another, for instance, from English to French.
The archive file contains a sample of how the program works: a .bat file along with 2 files (Example_in_file.txt - the file from which the text is copied, Example_destination_file_CIV4GameText_Warlords_Strategy.xml - the file to where the text will be copied).
The program configuration ini-file contains the following items:
in_lang - source language tag (copy from)
out_lang - destination language tag (copy to)
insert_tab=0 and uuencode=0 - some rarely used parameters that you are unlikely to need since they are used for manipulations with non-Latin based encodings ( like <Russian></Russian>-tags)
File path shall not have whitespaces in it (space, tab, line return). Total length of line in .bat file shall not exceed 255 symbols
Download HERE (75Kb)
Author: sweeper (CivFanatics.ru TEAM)
The program copies content of one language tag (for example, English) to another language tag (for example, Russian), or to the same language tag from one file to another.
The program supports copying texts from XML files as well as from and from TXT files to XML files.
Entries from the source file are copied into the entries of the destination file that are named identically to the entries of the source file. The order of entries can be arbitrary
The program simplifies the process of simulataneous translation of the same file by several people.
For example, there are 10 large clauses of civilopedia in a file. The first person translates 3 clauses, the second one - 5 clauses and the third one - 2 clauses. Each of them creates a file that only contains enties that he or she has translated. After processing by this program the final (destaination) file contains the translation of all of 10 texts without use of the vulgar "Copy/Paste" method .
It is also possible to copy texts from one language tag to another, for instance, from English to French.
The archive file contains a sample of how the program works: a .bat file along with 2 files (Example_in_file.txt - the file from which the text is copied, Example_destination_file_CIV4GameText_Warlords_Strategy.xml - the file to where the text will be copied).
The program configuration ini-file contains the following items:
in_lang - source language tag (copy from)
out_lang - destination language tag (copy to)
insert_tab=0 and uuencode=0 - some rarely used parameters that you are unlikely to need since they are used for manipulations with non-Latin based encodings ( like <Russian></Russian>-tags)
File path shall not have whitespaces in it (space, tab, line return). Total length of line in .bat file shall not exceed 255 symbols
Download HERE (75Kb)
Author: sweeper (CivFanatics.ru TEAM)