#627693 transifex support in po plugin

#627693#5
Date:
2011-05-23 18:05:02 UTC
From:
To:
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.

#627693#10
Date:
2011-05-24 16:02:08 UTC
From:
To:
Hi,

Clint Adams wrote (23 May 2011 18:05:02 GMT) :

This would be very much welcome indeed.
I don't think I'll have time to work on this soon myself,
but I would be glad to help Joey review patches against the po plugin
if I'm needed at some point.

Calling rcs_remove followed by IkiWiki::prune against the POT file,
in po.pm:deletetranslations, should be enough to get rid of it.
I've no time to do it myself right now => you may want to create a
dedicated wishlist page on ikiwiki.info so that I don't totally lose
track of it.

Bye,
--
  intrigeri <intrigeri@boum.org>
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
  | The impossible just takes a bit longer.

#627693#20
Date:
2011-05-25 05:38:25 UTC
From:
To:
Hi,

Thanks. I renamed the two todo pages so that they are tracked by the
inline directives at the end of the plugins/po/ page.

Clint Adams wrote (24 May 2011 18:40:14 GMT) :

Moved to http://ikiwiki.info/todo/po:_transifex_integration/

Moved to http://ikiwiki.info/todo/po:_should_cleanup_.pot_files/

Bye,
--
  intrigeri <intrigeri@boum.org>
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
  | Who wants a world in which the guarantee that we shall not
  | die of starvation would entail the risk of dying of boredom ?

#627693#25
Date:
2011-05-25 14:57:59 UTC
From:
To:
Thanks!