Run:
cd ~/git/qucs/qucs/translations && make qucs_.ts
It runs lupdate to update the .ts files with new tr() content.
The updated .ts files need to be pushed to Transifex.
* It fetches strings that have a 100% match on Translation Memory.
These where translated automatically.
tx pull; import automatic translations.
tx pull -a -f #force update all translation
* Use English as source, instead of 'untranslated'
* Use ja (instead of jp) for Japanese, as supported by Transifex
* Use English as source for Qt generic strings
Note that qtgeneric is distribruted (with another name) along with the
Qt toolkit. It might make more sense to use their translation instead
of doing it manually. Not all languages are available. Turkish is an
example where we might have more translations.