aboutsummaryrefslogtreecommitdiff
path: root/po/underlay.setup
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-20 07:20:43 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-20 07:20:43 +0200
commitbe30203459f6994f650ed56b9f7da88b8c98c137 (patch)
tree1f97d8f50e6f5a05c3b7edb184c06f56145acba1 /po/underlay.setup
parente6709f6677f037097744a07cc9c3b58db4fd4595 (diff)
parenta7b813182df7d18a0d1bf2fb28b3ee4c069c86e9 (diff)
downloadikiwiki-be30203459f6994f650ed56b9f7da88b8c98c137.tar
ikiwiki-be30203459f6994f650ed56b9f7da88b8c98c137.tar.gz
Merge branch 'master' into integration
Diffstat (limited to 'po/underlay.setup')
-rw-r--r--po/underlay.setup29
1 files changed, 29 insertions, 0 deletions
diff --git a/po/underlay.setup b/po/underlay.setup
new file mode 100644
index 000000000..ef2d1e161
--- /dev/null
+++ b/po/underlay.setup
@@ -0,0 +1,29 @@
+#!/usr/bin/perl
+# Configuration file for ikiwiki that uses the po plugin to build/update
+# po and pot files for pages in the underlays.
+
+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',
+ },
+ po_master_language => { 'code' => 'en', 'name' => 'English' },
+ po_translatable_pages => "*",
+ add_plugins => [qw{po}],
+
+ wikiname => "ikiwiki",
+ srcdir => "underlays",
+ destdir => "html",
+ templatedir => "templates",
+ # we don't want to pull in the normal underlays
+ underlaydirbase => "underlays/empty",
+ underlaydir => "underlays/empty",
+ discussion => 0,
+ locale => '',
+ verbose => 1,
+ syslog => 0,
+}