aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/po.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-10 11:45:59 -0400
committerJoey Hess <joey@kitenet.net>2010-09-10 11:45:59 -0400
commit400aabe82d3d763ee700993c10985c8fb007c7b0 (patch)
tree4f56877541113c8b739536cc727fbffcf1624680 /IkiWiki/Plugin/po.pm
parentfb9019a9dab686a931bc5e9549bc08c672f202f4 (diff)
downloadikiwiki-400aabe82d3d763ee700993c10985c8fb007c7b0.tar
ikiwiki-400aabe82d3d763ee700993c10985c8fb007c7b0.tar.gz
po: Allow enabling via web setup.
The only unsafe thing should be that enabling it with some languages will generate po files.
Diffstat (limited to 'IkiWiki/Plugin/po.pm')
-rw-r--r--IkiWiki/Plugin/po.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm
index 7b62092e1..651c98ed7 100644
--- a/IkiWiki/Plugin/po.pm
+++ b/IkiWiki/Plugin/po.pm
@@ -89,7 +89,7 @@ sub import {
sub getsetup () {
return
plugin => {
- safe => 0,
+ safe => 1,
rebuild => 1, # format plugin
section => "format",
},
@@ -110,7 +110,7 @@ sub getsetup () {
'es|EspaƱol',
'de|Deutsch'
],
- description => "slave languages (PO files)",
+ description => "slave languages (translated via PO files) format: ll|Langname",
safe => 1,
rebuild => 1,
},