2 # Configuration file for ikiwiki that uses the po plugin to build/update
3 # po and pot files for pages in the underlays.
5 use IkiWiki::Setup::Standard {
6 # List here all languages that have translations.
7 # Listing languages without active translations
8 # will excessively bloat things.
9 po_slave_languages => {
16 po_master_language => { 'code' => 'en', 'name' => 'English' },
17 po_translatable_pages => "*",
18 add_plugins => [qw{po}],
20 wikiname => "ikiwiki",
21 srcdir => "underlays",
23 templatedir => "templates",
24 # we don't want to pull in the normal underlays
25 underlaydirbase => "underlays/empty",
26 underlaydir => "underlays/empty",