This tool was born to convert .ts file of Qt translation in other format more
editable using an office suite.
- conversion
.ts->.csv(and vice-versa) - conversion
.ts->.xlsx(and vice-versa) - automatically detect conversion type
- convert multiple file in input
- browse input filename (or multiple input)
- choose output filename (or folder in case of multi input)
- click convert button
You can check te version with qTsConverter --version.
Perform a conversion:
qTsConverter ../../tests/files/scenario_multiline.ts ./lol.csvCompile from source and install:
$ git clone --recursive https://github.com/guerinoni/qTsConverter.git
$ cd scripts/
$ ./compile.sh
$ cd ../../build
$ sudo make install
If qTsConverter was installed with -DCMAKE_INSTALL_PREFIX=/usr/local (like
compile.sh does) the shell variable LD_LIBRARY_PATH should contain
/usr/local/lib and /usr/local/bin should be in the PATH variable.
This allows to locate libraries that qTsConverter depends on and run it from any
path.
To be able to open the output file and the output directory, xdg-mime must
be set for the following filetypes:
application/excelapplication/csvtext/csvtext/xml
For example:
xdg-mime default libreoffice-calc.desktop application/csv