]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
rename todo/transifex_integration.mdwn to todo/po:_transifex_integration.mdwn
authorintrigeri <intrigeri@web>
Wed, 25 May 2011 05:37:28 +0000 (05:37 +0000)
committeradmin <admin@branchable.com>
Wed, 25 May 2011 05:37:28 +0000 (05:37 +0000)
doc/todo/po:_transifex_integration.mdwn [new file with mode: 0644]
doc/todo/transifex_integration.mdwn [deleted file]

diff --git a/doc/todo/po:_transifex_integration.mdwn b/doc/todo/po:_transifex_integration.mdwn
new file mode 100644 (file)
index 0000000..dbdb401
--- /dev/null
@@ -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.
diff --git a/doc/todo/transifex_integration.mdwn b/doc/todo/transifex_integration.mdwn
deleted file mode 100644 (file)
index dbdb401..0000000
+++ /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'.<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.