@ixtab, you should just not pulling from Transifex at local repo clone. Copy .tx/config somewhere and pull resources there. But I understand that then you will be interested only in tools and .tx/config, but not in resources (i.e. only in part of repo). This is valid point for extracting tools in separate repository or branch (or, at other side, for extracting resources and .tx/config in separate repository or branch).
In fact there are three separate entities 1) resources, 2) tools and 3) .tx/config which is required for your "automatic localization snapshot producer" and for any consumer/updater of resources.
.tx/config is a separate entity because any program interested only in current snapshot of translations wants it without any resources (all resources could be pulled straight from Transifex and discarded after processing).
I'm still thinking about what will be better: separate branch or separate repositories (maybe with submodules)... There are should be specific pros/cons in either solution, but I have not enough experience with Git to deduce them with confidence.
So, you are (with JustAMan) speaking about branching. I'm OK with it. I can extract resources and .tx/config to separate branches. Do you want me to do it?
|