summaryrefslogtreecommitdiff
path: root/po/underlay.setup
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-08-27 10:01:58 +0200
committerJonas Smedegaard <dr@jones.dk>2010-08-27 10:01:58 +0200
commitf398ad035b973608d380c9939ea845d8e2a0cdc2 (patch)
tree1ba1a0c94e375ab8ed609eaa57a542c6b87de5a8 /po/underlay.setup
parent958e5735c946263a111420fe47abe58782581e8c (diff)
parent6d213a0c739d5b34357b01a616f99197eeba6ad9 (diff)
Merge branch 'master' of git://git.ikiwiki.info
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,