django-admin2
django-admin2 copied to clipboard
Autosync Transifex
I just noticed that Django has a .tx/config file for Transifex.
https://github.com/django/django/tree/master/.tx
@jezdez, is that to autosync new resource files to Transifex when they changed?
Maybe we should start setting that up too. @NotSqrt what do you think?
Oh, the config file allows you to use the transifex-client tool, which basically allows you to run tx pull to pull all updates from Transifex in one fellow swoop. See the Transifex docs for more info.
Oh, and to answer your question, it also has a tx push command to push updated source translations to Transifex :)
That sounds great.
Yep, seems interesting. I'll look into it. I had enabled the auto sync from Transifex side. But we still need to manually retrieve the translations and commit them. If this can be scripted, that would be great !