Skip to content

Convenient way to colaborate with translators on the xml files.

Notifications You must be signed in to change notification settings

fl0ster/XMLTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

XMLTranslator

Convenient way to colaborate with translators on the xml files. Generate csv files from xml, that can be easilly opened by translators in excel.

#Requirements Script requires perl interpretter to be installed.

#Converting to csv Converting xml file to csv requires creating .info file with informations about the structure of the xml document. .info file consists of searate lines of data, each line describes path to the nested node in xml file that you wish to export. For example given the xml file:

<root>
	<line>test</line>
</root>

If one wish to export content of the 'line' node .info file should contain one line:

root.line

The default name of the .info file is translate.info but you can specify custom one using command line argument.

About

Convenient way to colaborate with translators on the xml files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages