summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-19 17:58:26 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-19 17:58:26 +0200
commit2f2a721043a27b3b423f0a0270ea7f125883e0f3 (patch)
treef6c39be9525397b075c05ad6dcaed22ac38cf3b9
parent126952bd339bac590beae2324ff0f399883bc256 (diff)
reorder
-rw-r--r--po/ikiwiki.pot2
-rw-r--r--underlaypo.setup25
2 files changed, 14 insertions, 13 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot
index 1c04890db..7a14f85fc 100644
--- a/po/ikiwiki.pot
+++ b/po/ikiwiki.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-07-19 16:45+0200\n"
+"POT-Creation-Date: 2009-07-19 17:51+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/underlaypo.setup b/underlaypo.setup
index 530bda46b..c0d503f49 100644
--- a/underlaypo.setup
+++ b/underlaypo.setup
@@ -1,8 +1,20 @@
#!/usr/bin/perl
# Configuration file for ikiwiki that uses the po plugin to build/update
-# po files for pages in the underlays.
+# 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 => "po/underlays",
destdir => "po/html",
@@ -14,15 +26,4 @@ use IkiWiki::Setup::Standard {
locale => '',
verbose => 1,
syslog => 0,
- add_plugins => [qw{po}],
- po_master_language => { 'code' => 'en', 'name' => 'English' },
- # List here all languages that have translations.
- # Listing languages that are not being actively
- # translated on will excessively bloat things.
- po_slave_languages => {
- #'fr' => 'Français',
- #'es' => 'Español',
- #'de' => 'Deutsch',
- },
- po_translatable_pages => "*",
}