From: intrigeri Date: Wed, 25 May 2011 05:37:28 +0000 (+0000) Subject: rename todo/transifex_integration.mdwn to todo/po:_transifex_integration.mdwn X-Git-Tag: 3.20110431~47 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/4578c05be01e5055dced660f06d2e936e0fd4710?ds=inline;hp=86f4b60b34e9fc8d3f83ecf5103700f81f781593 rename todo/transifex_integration.mdwn to todo/po:_transifex_integration.mdwn --- diff --git a/doc/todo/po:_transifex_integration.mdwn b/doc/todo/po:_transifex_integration.mdwn new file mode 100644 index 000000000..dbdb4017b --- /dev/null +++ b/doc/todo/po:_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'..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. diff --git a/doc/todo/transifex_integration.mdwn b/doc/todo/transifex_integration.mdwn deleted file mode 100644 index dbdb4017b..000000000 --- a/doc/todo/transifex_integration.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -[[!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'..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.