An open API service indexing awesome lists of open source software.

https://github.com/martonmiklos/inverse_lupdate

Push localized strings from *.ts files back to the source
https://github.com/martonmiklos/inverse_lupdate

de-lupdate qt qt-linguist translation translation-managment

Last synced: 3 months ago
JSON representation

Push localized strings from *.ts files back to the source

Awesome Lists containing this project

README

        

# Inverse lupdate
Push localized strings from *.ts files back to the source

This tool can be used to change your Qt codebase to a localization translated to a *.ts file.

This tool can be helpful in the following cases:
- You have started the development in English for e.g. while all of your users are using your software localized.
Translating the strings after each release it time consuming and error prone so you would like to pull back all localized strings from
the ts file to your codebase.

Known limitations:
- The ts file must be generated/updated with lupdate -locations relative to transfer the line numbers to the ts file.
- In the C++ code you can have multiline strings. Do not leave more than one row between the ts( (or whatever macro are you using)
and the start of your strings.