]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/How_to_create_first_translation_page_using_po_plugin__63__.mdwn
(no commit message)
[ikiwiki.git] / doc / forum / How_to_create_first_translation_page_using_po_plugin__63__.mdwn
1 I followed instructions at 
2
3     http://ikiwiki.info/plugins/po/
4
5 and added to `configfile`
6
7         po_master_language => 'en|English',
8         po_slave_languages => [ 'zh|Chinese' ],
9         po_translatable_pages => '(* and !*/Discussion and !blog/*/comment_*)',
10         po_link_to => 'current'
11
12 and did 
13
14       ikiwiki --setup configfile
15
16 But I don't seem to see any change in the newly built site. 
17
18 How do I actually use po to create translation pages? 
19
20 1) I have existing pages that's in English. How do I add translated versions of some of those pages in the slave language?
21
22 2) How do I add new pages with the primary language version and alternative versions in slave languages?
23
24 The documentation of po is not explicit with what are the concrete steps.