]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/How_to_create_first_translation_page_using_po_plugin__63__.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / forum / How_to_create_first_translation_page_using_po_plugin__63__.mdwn
1 I followed instructions at 
3     http://ikiwiki.info/plugins/po/
5 and added to `configfile`
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'
12 and did 
14       ikiwiki --setup configfile
16 But I don't seem to see any change in the newly built site. 
18 How do I actually use po to create translation pages? 
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?
22 2) How do I add new pages with the primary language version and alternative versions in slave languages?
24 The documentation of po is not explicit with what are the concrete steps.