Makefile
4.44 KB
-
Force Transifex client to download translations · f36f4bb0
Transifex's Python client [compares last-modified timestamps](https://github.com/transifex/transifex-client/blob/master/txclib/project.py#L1009) to decide whether to download a file. This comparison might work great if you weren't using version control and only ever worked with one copy of the files. However, if you're using Git and clone this repo any time after new translations have been contributed by translators on Transifex, the client will never download new translations for you, since your files appear to have been modified after those on Transifex. Forcing the client to download all files is a bit crude, but necessary until we can contribute a patch for the Transifex client.
Renzo Lucioni committed