Skip to content

A tool that lets you take a QT translation file and turn it into a CSV file that is easier for translators

License

Notifications You must be signed in to change notification settings

avkochekov/ts2csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt Ts to|from CSV convertion tool

Based on https://github.com/undeclared/ts2csv

TS to CSV convertion

ts2csv translation.ts

Generates output.csv with the following headers:

"Source","Lang1","Lang2"

You are expected to change LangN to whatever languages you need, and put the translations in that column.

CSV to TS convertion

It will create a LangN.ts file for every language that has a header in the CSV file

For example, putting the headers and filling with the translations:

"Source","en_US","fr_FR","zh_CN"

and running:

ts2csv myproject.ts output.csv

It will generate en_US.ts, fr_FR.ts and zh_CN.ts

Additional notes

  • Updated README.md
  • Fixed some issues I was having.
  • Updated .gitignore

About

A tool that lets you take a QT translation file and turn it into a CSV file that is easier for translators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • CMake 1.8%