On Mon, 26 Jan 2004, Leonid Pauzner wrote: > 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?
I had noticed that (a little), but did not pay enough attention. Yes, I suppose it is possible to modify the script to generate lynx.pot with the actual package version and update the ".po" files to correspond. When I noticed this, it was more focused on the updated ".po" files, seeing that the headers were the boilerplate and (only obvious in hindsight) did not notice that the boilerplate comes from lynx.pot itself. (thanks) > 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] > -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
