diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-27 16:34:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-27 16:35:56 -0400 |
commit | 61426a71868a6863115b0a4e0467756e97953092 (patch) | |
tree | e17a4fdef2d2391440ba58d31bc7f45ef9fe4ddb /po | |
parent | 8d04a1de61fb7498085c2ff59418aa4d2a0189d2 (diff) |
Reorganize index file, add a format version field.
Upgrades to the new index format should be transparent.
The version field is 3, because 1 was the old textual index, 2 was the
pre-versioned format.
This also includes some efficiency improvements to index loading, by
not copying a hash and using a reference.
Diffstat (limited to 'po')
-rw-r--r-- | po/ikiwiki.pot | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index f8796acfe..f338750ea 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: 2008-09-27 14:12-0400\n" +"POT-Creation-Date: 2008-09-27 16:35-0400\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" @@ -220,20 +220,20 @@ msgstr "" msgid "editing %s" msgstr "" -#: ../IkiWiki/Plugin/edittemplate.pm:51 +#: ../IkiWiki/Plugin/edittemplate.pm:53 msgid "template not specified" msgstr "" -#: ../IkiWiki/Plugin/edittemplate.pm:54 +#: ../IkiWiki/Plugin/edittemplate.pm:56 msgid "match not specified" msgstr "" -#: ../IkiWiki/Plugin/edittemplate.pm:62 +#: ../IkiWiki/Plugin/edittemplate.pm:64 #, perl-format msgid "edittemplate %s registered for %s" msgstr "" -#: ../IkiWiki/Plugin/edittemplate.pm:133 +#: ../IkiWiki/Plugin/edittemplate.pm:135 msgid "failed to process" msgstr "" @@ -910,7 +910,7 @@ msgstr "" msgid "preprocessing loop detected on %s at depth %i" msgstr "" -#: ../IkiWiki.pm:1614 +#: ../IkiWiki.pm:1624 msgid "yes" msgstr "" |