Rafael Ferreira <[email protected]> writes:

> Here is a lazy shell script to list 'p/<project>/resource/<resource>',
> to get a list of projects and their resource. e.g.
> "p/xfce4-session/resource/master" or
> "p/xfce-panel-plugins/resource/xfce4-weather-plugin"
>
> [code]
> #set lang code here (e.g. pt_BR)
> lang=pt_BR
> subprojects="$(curl
> https://www.transifex.com/projects/p/xfce/language/$lang/ | grep '
> /ajax/p/' | cut -d/ -f3-6)"
> echo $subprojects
> [/code]
>
> With this list you can make a FOR loop for each element of
> $subprojects, do 'tx pull'.

Thanks, that works :-) I guess I should have curled straight away
instead of looking into "view source" … (I did http://sprunge.us/bWVg
btw if that's useful for anyone else.)

-- 
Kevin Brubeck Unhammer

GPG: 0x766AC60C

Attachment: pgpIOgh5VXKsM.pgp
Description: PGP signature

_______________________________________________
Xfce-i18n mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-i18n

Reply via email to