aboutsummaryrefslogtreecommitdiff
path: root/po/underlay.setup
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-13 16:48:12 -0400
committerJoey Hess <joey@kitenet.net>2010-09-13 16:48:12 -0400
commita4b4b464d27490d3868e8430a6f833b54a625cad (patch)
tree501626bec57198098cad973888d8532a0c2902ae /po/underlay.setup
parent20239007a73175ab9567a84339102b6085b02e31 (diff)
downloadikiwiki-a4b4b464d27490d3868e8430a6f833b54a625cad.tar
ikiwiki-a4b4b464d27490d3868e8430a6f833b54a625cad.tar.gz
further fixes for config data structure change
Diffstat (limited to 'po/underlay.setup')
-rw-r--r--po/underlay.setup16
1 files changed, 8 insertions, 8 deletions
diff --git a/po/underlay.setup b/po/underlay.setup
index 8d3516cff..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 => {
- 'es' => 'Español',
- 'de' => 'Deutsch',
- 'fr' => 'Français',
- '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}],