tsauto is an automatic translation program which permits to translate automatically the .ts files (Qt Linguist). It uses the engine from the altavista web page (www.altavista.com). tsauto only creates new translation of empty translations. So manually added translations are not modified. The state of the items added is "unfinished", this permits to validate the translated item manually.
INSTALLATION:
tar xvfz tsauto.tar.gz
cd tsauto
qmake tsauto.pro
make
su -c make install
USAGE:
tsauto [--verbose] --language-in=language --language-out=language --[tsin|poin]=input file [--[tsout|poout]=ouput file]
language-in or language-out can be one of:
- French
- Portuguese
- Italian
- Spanish
- German
- English
The language for the input file is specified using the --language-in parameter and the output language by --language-out.
--poin=input file: name of the .po file. If the ouput file is not specified, the input file is modified.
--poout=output file: name of the output file (po format).
--tsin=input file: name of the .ts file. If the ouput file is not specified, the input file is modified.
--tsout=output file: name of the output file (ts format).
Product's homepage