po plugin: update doc (move finished item from todo)

Signed-off-by: intrigeri <intrigeri@boum.org>
master
intrigeri 2008-10-10 17:39:28 +02:00
parent 79d6f52d30
commit 23dccccdf2
1 changed files with 10 additions and 11 deletions

View File

@ -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
-------------------------