X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8b927d4a6565125bc09d18d9e971f804d1e44e0a..b09ab2aa4896096a2d3b8c36fcbc97fa58e42289:/po/underlay.setup

diff --git a/po/underlay.setup b/po/underlay.setup
index 237acef5d..ebe7251cf 100644
--- a/po/underlay.setup
+++ b/po/underlay.setup
@@ -6,14 +6,14 @@ use IkiWiki::Setup::Standard {
 	# List here all languages that have translations.
 	# Listing languages without active translations
 	# will excessively bloat things.
-        po_slave_languages => {
-		#'fr' => 'Français',
-		#'es' => 'Español',
-		#'de' => 'Deutsch',
-		'da' => 'Dansk',
-		'cs' => 'česky',
-        },
-	po_master_language => { 'code' => 'en', 'name' => 'English' },
+        po_slave_languages => [
+		'es|Español',
+		'de|Deutsch',
+		'fr|Français',
+		'da|Dansk',
+		'cs|česky',
+	],
+	po_master_language => 'en|English',
 	po_translatable_pages => "*",
 	add_plugins => [qw{po}],
 
@@ -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,