Package: ikiwiki Version: 3.20110430 Severity: wishlist It would be nice if the po plugin could optionally trigger transifex-client.
I'm presently running the script below as a cronjob in the ikiwiki srcdir (where all the .pot files are). One thing that makes this trickier is that .pot files don't disappear when the corresponding pages are deleted. --8<-- #!/bin/zsh for i in *.pot; do tx set --auto-local -r freedomboxfoundation.${i:r} ${i:r}'.<lang>.po' --source-lang en --source-file ${i} --execute; done for i in news/*.pot; do tx set --auto-local -r freedomboxfoundation.news--${i:t:r} ${i:r}'.<lang>.po' --source-lang en --source-file ${i} --execute; done tx push -s -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org