2 # Configuration file for ikiwiki that uses the po plugin to build/update
3 # po files for pages in the base wiki.
5 use IkiWiki::Setup::Standard {
7 srcdir => "po/underlays",
9 templatedir => "templates",
10 # we don't want to pull in the normal underlays
11 underlaydirbase => "po/underlays",
12 underlaydir => "po/underlays/basewiki",
17 add_plugins => [qw{po}],
18 po_master_language => { 'code' => 'en', 'name' => 'English' },
19 # List here all languages for which someone is working on
20 # translating the base wiki. Listing languages that are not
21 # being actively worked on will excessively bloat things.
22 po_slave_languages => { 'fr' => 'Français',
26 po_translatable_pages => "*",