Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 396 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 396 Bytes

XmlTranslate

Add translations to a XML file. Gets "Source" and adds translation to "Target". If successful, changes translated to "1".

Tested on Python 3 in Linux.

Install Translators with

$ python3 -m pip install translators

OR

$ pip3 install translators

Application Usage

$ python3 main.py sample.xml

Author: Tiina Karhukivi