diff options
author | Franek <Franek@web> | 2012-12-21 12:35:05 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-12-21 12:35:05 -0400 |
commit | bae3d0d01fb914ba046da4df3c498f44e41ef750 (patch) | |
tree | f6e0ac08c6592f285218e22f1cadfe3b8b324bc6 | |
parent | 695945b0c765f8145a0845ed744dd463bd0e22ab (diff) | |
download | ikiwiki-bae3d0d01fb914ba046da4df3c498f44e41ef750.tar ikiwiki-bae3d0d01fb914ba046da4df3c498f44e41ef750.tar.gz |
-rw-r--r-- | doc/forum/po_plugin_doesn__39__t_create_po_files___40__only_pot__41__..mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/po_plugin_doesn__39__t_create_po_files___40__only_pot__41__..mdwn b/doc/forum/po_plugin_doesn__39__t_create_po_files___40__only_pot__41__..mdwn new file mode 100644 index 000000000..95cb62d29 --- /dev/null +++ b/doc/forum/po_plugin_doesn__39__t_create_po_files___40__only_pot__41__..mdwn @@ -0,0 +1,11 @@ +On [[the po plugin's page|plugins/po]] it is clearly stated that "when the plugin has just been enabled, or when a page has just been declared as being translatable, the needed POT and PO files are created". Yet on all my attempts, only the pot file was created. Do I have to create the po files manually somehow? + +To be precise, these are the settings I put in my wiki's setup file to enable the po plugin: + + add_plugins => [qw{... po ...}], + po_master_language => 'de|Deutsch', + po_slave_languages => 'en|English', + po_translatable_pages => "mytranslatedpage", + po_link_to => 'current', + +… followed by "ikiwiki --setup mysetupfile". |