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