]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlay.setup
Unfuzz translations (after rephrasings)
[ikiwiki.git] / po / underlay.setup
1 #!/usr/bin/perl
2 # Configuration file for ikiwiki that uses the po plugin to build/update
3 # po and pot files for pages in the underlays.
4
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 => {
10                 #'fr' => 'Français',
11                 #'es' => 'Español',
12                 #'de' => 'Deutsch',
13                 'da' => 'Dansk',
14         },
15         po_master_language => { 'code' => 'en', 'name' => 'English' },
16         po_translatable_pages => "*",
17         add_plugins => [qw{po}],
18
19         wikiname => "ikiwiki",
20         srcdir => "underlays",
21         destdir => "html",
22         templatedir => "templates",
23         # we don't want to pull in the normal underlays
24         underlaydirbase => "underlays/empty",
25         underlaydir => "underlays/empty",
26         discussion => 0,
27         locale => '',
28         verbose => 1,
29         syslog => 0,
30 }