summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/po.pm
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-10-20 14:34:36 +0200
committerintrigeri <intrigeri@boum.org>2008-10-20 14:34:36 +0200
commitb6a4da775945856b07fdc8f1330a86f67e329ac9 (patch)
tree7ee389c28208e236cc4da4c3c51dbe9eae9234f0 /IkiWiki/Plugin/po.pm
parent67473ec58fbd1eebd914f2d023ee6c7a34ad47ba (diff)
parentfadb26bc1507f7fc2caaa873ad32c12f75c378aa (diff)
Merge branch 'prv/po' into pub/po
Diffstat (limited to 'IkiWiki/Plugin/po.pm')
-rw-r--r--IkiWiki/Plugin/po.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm
index 56f4162da..f535ebd39 100644
--- a/IkiWiki/Plugin/po.pm
+++ b/IkiWiki/Plugin/po.pm
@@ -47,7 +47,7 @@ sub getsetup () { #{{{
'name' => 'English'
},
description => "master language (non-PO files)",
- safe => 1,
+ safe => 0,
rebuild => 1,
},
po_slave_languages => {
@@ -58,7 +58,7 @@ sub getsetup () { #{{{
'de' => 'Deutsch'
},
description => "slave languages (PO files)",
- safe => 1,
+ safe => 0,
rebuild => 1,
},
po_translatable_pages => {
@@ -66,14 +66,14 @@ sub getsetup () { #{{{
example => "!*/Discussion",
description => "PageSpec controlling which pages are translatable",
link => "ikiwiki/PageSpec",
- safe => 1,
+ safe => 0,
rebuild => 1,
},
po_link_to => {
type => "string",
example => "current",
description => "internal linking behavior (default/current/negotiated)",
- safe => 1,
+ safe => 0,
rebuild => 1,
},
} #}}}