winterfairy@??? wrote (21 Sep 2013 09:37:17 GMT) : > Tor Project already have multiple such scripts. I remember seeing one good
> example in the past, but this is the best I can find now: > https://gitweb.torproject.org/tor-launcher.git/blob/1e0c33a6c08f26651dde5bea065d439c105701ca:/localization/import-translations.sh > Some changes must be done to it, for example the checkouts can be done
> outside the loop, since we will pull translations from one single
> repository. And use _completed and take all translations in _completed
> instead of from a predefined list. And in the loop skip fr_FR and pt_BR.
> And of course the source and destination paths for the individual files. > Hope this is of any help if anyone else want to write such scripts.