Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 725 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 725 Bytes

Translatorium

Generic language files translator for Aronium

Usage

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

How it works

This tool uses Google Translate via Google App Script to translate each "Text" attribute value in the srcFile.

Observation

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.