Skip to content

A simple tool to convert qt translation file (ts) to csv file and vice versa

License

Notifications You must be signed in to change notification settings

kelteseth/qt-ts-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Build Status

Codacy Badge

qt-ts-csv

A tool to generate csv file from qt ts file and vice versa

Build

before_install:
  - sudo add-apt-repository --yes ppa:beineri/opt-qt-5.12.3-bionic
  - sudo apt-get update -qq

install:
  - sudo apt-get -y install cmake
  - sudo apt-get -y install libgl1-mesa-dev
  - sudo apt-get -y install qt512base
  - sudo apt-get -y install qt512quickcontrols
  - sudo apt-get -y install qt512quickcontrols2

script:
  - source /opt/qt512/bin/qt512-env.sh
  - mkdir build
  - cd build
  - cmake .. -DCMAKE_PREFIX_PATH=/opt/qt512/
  - make

Usage

To generate output.csv

example conversion ts -> csv

About

A simple tool to convert qt translation file (ts) to csv file and vice versa

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.6%
  • QML 17.2%
  • CMake 8.2%