]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/transifex_integration.mdwn
dbdb4017b1a0519071ae8a01debdd33e7fdc857d
[git.ikiwiki.info.git] / doc / todo / transifex_integration.mdwn
1 [[!tag wishlist]]
3 [Debian bug #627693](http://bugs.debian.org/627693)
5 I would like for the [[plugins/po]] plugin to optionally run from the working directory the transifex-client command equivalent to
7 `tx set --auto-local -r $transifex_project_name.$mungedpagename $mungedpagename'.<lang>.po' --source-lang en --source-file $page.pot --execute`
9 for any new .pot files that are added in that particular ikiwiki run, and then run
11 `tx push -s`
13 each time.