diff options
author | http://xana.scru.org/ <myopenidmail@web> | 2011-05-24 18:27:28 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-05-24 18:27:28 +0000 |
commit | 2a390794afd1718010e6f780c1e321ec2d712bd0 (patch) | |
tree | 38b2b2403bed110b15ae5c8cd2c4683da9a999c5 | |
parent | 09906c7c612c3bdd63ca6afed0ff85ef9d75ce9a (diff) | |
download | ikiwiki-2a390794afd1718010e6f780c1e321ec2d712bd0.tar ikiwiki-2a390794afd1718010e6f780c1e321ec2d712bd0.tar.gz |
transifex integration (po module) wishlist
-rw-r--r-- | doc/todo/transifex_integration.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/todo/transifex_integration.mdwn b/doc/todo/transifex_integration.mdwn new file mode 100644 index 000000000..dbdb4017b --- /dev/null +++ b/doc/todo/transifex_integration.mdwn @@ -0,0 +1,13 @@ +[[!tag wishlist]] + +[Debian bug #627693](http://bugs.debian.org/627693) + +I would like for the [[plugins/po]] plugin to optionally run from the working directory the transifex-client command equivalent to + +`tx set --auto-local -r $transifex_project_name.$mungedpagename $mungedpagename'.<lang>.po' --source-lang en --source-file $page.pot --execute` + +for any new .pot files that are added in that particular ikiwiki run, and then run + +`tx push -s` + +each time. |