# Listing languages without active translations
# will excessively bloat things.
po_slave_languages => {
- #'fr' => 'Français',
- #'es' => 'Español',
+ 'es' => 'Español',
'de' => 'Deutsch',
+ 'fr' => 'Français',
+ 'da' => 'Dansk',
+ 'cs' => 'česky',
},
po_master_language => { 'code' => 'en', 'name' => 'English' },
po_translatable_pages => "*",
# 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,