I just looked inside po/ directory. It turns out that many *.po files have a wrong version numbering, like this:
ru.po: "Project-Id-Version: lynx 2.8.5pre15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-01-03 12:18-0500\n" "PO-Revision-Date: 2003-06-03 17:40+0400\n" It seems the problem roots are in the lynx.pot: the generated file does provide "Project-Id-Version: PACKAGE VERSION\n" e.g. a manually maintained string instead of the generated version from userdefs.h Could this be corrected? lynx.pot: # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-01-22 20:49-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n" ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
