summaryrefslogtreecommitdiff
path: root/po/underlay.setup
diff options
context:
space:
mode:
Diffstat (limited to 'po/underlay.setup')
-rw-r--r--po/underlay.setup8
1 files changed, 5 insertions, 3 deletions
diff --git a/po/underlay.setup b/po/underlay.setup
index 3e6c12566..8d3516cff 100644
--- a/po/underlay.setup
+++ b/po/underlay.setup
@@ -7,10 +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',
},
po_master_language => { 'code' => 'en', 'name' => 'English' },
po_translatable_pages => "*",
@@ -23,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,