Generic language files translator for Aronium
java -jar translatorium.jar {langFrom} {langTo} {srcFile}
Where:
- langFrom : source language (of srcFile) ;
- langTo: destination language
- srcFile: path of the source file, pick one from aronium/lang directory on your system
This tool uses Google Translate via Google App Script to translate each "Text" attribute value in the srcFile.
To have a full translation of Aronium (including management interfaces) you have to translate all the required files. See this documentation for more details on theses files.