django-admin2 icon indicating copy to clipboard operation
django-admin2 copied to clipboard

Autosync Transifex

Open dbrgn opened this issue 12 years ago • 4 comments

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?

dbrgn avatar Jul 08 '13 16:07 dbrgn

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.

jezdez avatar Jul 08 '13 18:07 jezdez

Oh, and to answer your question, it also has a tx push command to push updated source translations to Transifex :)

jezdez avatar Jul 08 '13 18:07 jezdez

That sounds great.

dbrgn avatar Jul 08 '13 22:07 dbrgn

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 !

NotSqrt avatar Jul 08 '13 23:07 NotSqrt