]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/po:_transifex_integration.mdwn
Merge commit '546da9bac7135d7d1b02dce0c0eef2209d939fc6' into sipb
[ikiwiki.git] / doc / todo / po:_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.