WeblateOrg / weblate

Web based localization tool with tight version control integration.
https://weblate.org/
GNU General Public License v3.0
4.58k stars 1.02k forks source link

Push translations to the translation memory #1919

Closed nijel closed 6 years ago

nijel commented 6 years ago

There should be way to feed built in translation memory with strings translated in Weblate. This needs to handle several situations:

The updates should be batched and run in the background. We could reuse code for fulltext index updates, but maybe it's just better to switch to some task queue (which we need anyway, see https://github.com/WeblateOrg/weblate/issues/492). So far I think the best match would be https://github.com/closeio/tasktiger as it supports batching requests, what is perfect fit for translation memory or index updates.

nijel commented 6 years ago

Thank you for your report, the issue you have reported has just been fixed.