mrtryhard / qt-ts-tools

Small utility to manipulate Qt's translation files.
Apache License 2.0
3 stars 0 forks source link

qt-ts-tools

Build Build

This repository contains suite of tools for manipulating Qt Framework's translation files, contained in a single executable.

Implemented functions

See qt-ts-tools --help for a list of operations in your version.

# Sort
./qt-ts-tools sort my_file.ts -o my_file_sorted.ts
# Strip symbols
./qt-ts-tools strip my_file.ts -t vanished -o my_file_stripped.ts
# Merge translation files
./qt-ts-tools merge base.ts changes.ts -o merged_file.ts 
# Extract only specific type of translation
./qt-ts-tools extract my_file.ts -t obsolete -o extracted.ts
# Print the summary of the translation file
./qt-ts-tools stat my_file.ts

Limitations

Philosophy

This tool aims to be simple to use and conservative in its decision. Therefore, no command shall modify the input file. If an input file is modified without being explicitly asked, it is an undesirable behavior.

License

Licensed under either of

at your option.

Contribution

See CONTRIBUTING.md for detailed information about contributing.

Bugs report or feature request

You may report any bug reports or feature requests through Github's issue tracker.

Code contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.