/android-translation-manager

(Currently in under development) A simple python script to reduce the manual work of entering translations for each language in android and iOS project.

Primary LanguagePythonApache License 2.0Apache-2.0

android-translation-manager

(Currently in under development) A simple python script to reduce the manual work of entering translations for each language in android studio.

This Script read from Excel file and create values folder for each languge and write translation in string.xml from Excel file.

Command:

 python main.py android 

How it works:

  • create an excel file
  • First column will contain the key's for respective Strings.
  • Another column's will contain the translation string for each key respectively
  • First row of each column will have the language code which should be same as the one used by android studio

Sample Excel File: Excel File Format

license: [license]