X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/a06b8590cebfbc7dc7075b72f8cabd7279a88c59..04ff998c51b578017edf369e0dfc2dc7c63d8071:/po/underlay.setup diff --git a/po/underlay.setup b/po/underlay.setup index 76df2e29c..8d3516cff 100644 --- a/po/underlay.setup +++ b/po/underlay.setup @@ -7,11 +7,11 @@ use IkiWiki::Setup::Standard { # Listing languages without active translations # will excessively bloat things. po_slave_languages => { - #'fr' => 'Français', - #'es' => 'Español', - #'de' => 'Deutsch', + 'es' => 'Español', + 'de' => 'Deutsch', + 'fr' => 'Français', 'da' => 'Dansk', - 'cs' =" 'česky', + 'cs' => 'česky', }, po_master_language => { 'code' => 'en', 'name' => 'English' }, po_translatable_pages => "*", @@ -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,