]> sipb.mit.edu Git - ikiwiki.git/commitdiff
po: Allow enabling via web setup.
authorJoey Hess <joey@kitenet.net>
Fri, 10 Sep 2010 15:45:59 +0000 (11:45 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 10 Sep 2010 15:45:59 +0000 (11:45 -0400)
The only unsafe thing should be that enabling it with some languages will
generate po files.

IkiWiki/Plugin/po.pm
debian/changelog

index 7b62092e1bf2071af4351499ce3bfadb39df10de..651c98ed7d71107f6080672c89e9493afa870d5f 100644 (file)
@@ -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,
                },
index a89485f79cc5cae151999db711ca0fb46b339177..ebccf469878951303d4486246133c57b3082813d 100644 (file)
@@ -7,6 +7,7 @@ ikiwiki (3.20100832) UNRELEASED; urgency=low
     perl taint checking happy, but taint checking is disabled.
   * teximg: Use Unicode UTF-8 encoding by default. Closes: #596067
     Thanks, Paul Menzel.
+  * po: Allow enabling via web setup.
 
  -- Joey Hess <joeyh@debian.org>  Tue, 07 Sep 2010 12:08:05 -0400