bashizip / translatorium

Generic language files translator for Aronium POS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Generic language files translator for Aronium POS


Languages

Language:Java 100.0%