summaryrefslogtreecommitdiff
path: root/basewikipo.setup
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-19 14:17:31 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-19 14:17:31 +0200
commit9a61f3050a0b0df45671237e6451a5fe8295072b (patch)
tree5d11e261aec0b27dc7820213e67a87a046d92cb8 /basewikipo.setup
parentae4837bb3d3dcc5cea233b0c1ac9f01384d2590d (diff)
don't run basewikipo by default yet, comment out all languages
Diffstat (limited to 'basewikipo.setup')
-rw-r--r--basewikipo.setup7
1 files changed, 4 insertions, 3 deletions
diff --git a/basewikipo.setup b/basewikipo.setup
index acc001b7f..111974727 100644
--- a/basewikipo.setup
+++ b/basewikipo.setup
@@ -19,9 +19,10 @@ use IkiWiki::Setup::Standard {
# List here all languages for which someone is working on
# translating the base wiki. Listing languages that are not
# being actively worked on will excessively bloat things.
- po_slave_languages => { 'fr' => 'Français',
- 'es' => 'Español',
- 'de' => 'Deutsch',
+ po_slave_languages => {
+ #'fr' => 'Français',
+ #'es' => 'Español',
+ #'de' => 'Deutsch',
},
po_translatable_pages => "*",
}