summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-10-10 17:39:28 +0200
committerintrigeri <intrigeri@boum.org>2008-10-18 15:49:09 +0200
commit23dccccdf22e09f1f9f0b8142a16983b93eaed5f (patch)
tree313937fd2946ad1f0c029b445c926beceb92d0f8 /doc
parent79d6f52d307aa587ef63ffc0aa04ab5070bf15cc (diff)
po plugin: update doc (move finished item from todo)
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/po.mdwn21
1 files changed, 10 insertions, 11 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index 991f25c06..69fce52ef 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -46,6 +46,16 @@ languages, such as:
'de' => { 'name' => 'Deutsch', }
}
+Decide which pages are translatable
+-----------------------------------
+
+The subset of "master" pages subject to translation is configurable:
+
+- a `[[!translatable ]]` directive, when put on a page, makes it
+ translatable
+- to set at once a bunch of pages as being translatable, use this
+ [[ikiwiki/directive]] with the `match=PageSpec` argument.
+
Internal links
--------------
@@ -131,17 +141,6 @@ implemented as a
loop, a page using it should depend on any "master" and "slave" pages
whose status is being displayed.
-Decide which pages are translatable
------------------------------------
-
-The subset of "master" pages subject to translation must be
-configurable:
-
-- a `[[!translatable ]]` directive, when put on a page, makes it
- translatable
-- to set at once a bunch of pages as being translatable, use this
- [[ikiwiki/directive]] with the `match=PageSpec` argument.
-
Automatic PO files update
-------------------------