/copy-mobile-lang-files

Python script for change common language files for android and IOS. The script reads from two language android xml file and changes the text of the original in the variables of a switch file for the text in the new android

Primary LanguagePython

README

Python script for change common language files for android and IOS. The script reads from two language android xml file and changes the text of the original in the variables of a switch file for the text in the new android

Language variables change script between android xml file and ios variables file

References

https://docs.python.org/3.7/library/xml.etree.elementtree.html#module-xml.etree.ElementTree https://dzone.com/articles/python-lists-of-tuples https://www.tutorialspoint.com/python/python_command_line_arguments.htm https://stackabuse.com/read-a-file-line-by-line-in-python/ https://lzone.de/examples/Python%20re.sub https://docs.python.org/3.7/library/re.html https://stackoverflow.com/questions/12714415/python-equivalent-to-sed https://note.nkmk.me/en/python-str-replace-translate-re-sub/ https://docs.python.org/3/library/functions.html#open https://www.guru99.com/reading-and-writing-files-in-python.html