summaryrefslogtreecommitdiff
path: root/po/underlay.setup
diff options
context:
space:
mode:
Diffstat (limited to 'po/underlay.setup')
-rw-r--r--po/underlay.setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/underlay.setup b/po/underlay.setup
index 333d331d1..8d3516cff 100644
--- a/po/underlay.setup
+++ b/po/underlay.setup
@@ -8,7 +8,7 @@ use IkiWiki::Setup::Standard {
# will excessively bloat things.
po_slave_languages => {
'es' => 'Español',
- #'de' => 'Deutsch',
+ 'de' => 'Deutsch',
'fr' => 'Français',
'da' => 'Dansk',
'cs' => 'česky',
@@ -24,6 +24,7 @@ use IkiWiki::Setup::Standard {
# we don't want to pull in the normal underlays
underlaydirbase => "underlays/empty",
underlaydir => "underlays/empty",
+ disable_plugins => [qw{openid}], # needs special underlay
discussion => 0,
locale => '',
verbose => 1,