Bug #797: Inaccurate in PostgreSQL 7.3b2 Developer's Guide

Started by PostgreSQL Bugs Listover 23 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

Piotr Kuczynski (pkuczynski@hypode.pl) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description
Inaccurate in PostgreSQL 7.3b2 Developer's Guide

Long Description
There is small inaccurate in the "PostgreSQL 7.3b2 Developer's Guide":

[Chapter 10. Native Language Support]
[10.1.3. Creating and maintaining message catalogs]
[paragraph 5th]
"(...) This will create a file progname.pot. (.pot to distinguish it from PO files that are "in production". What does the T stand for? I don't know.) (...)"

In the documentation of Translation Project (http://www.iro.umontreal.ca/contrib/po/HTML/), chapter "Software to use", you can read:
"(...) these older versions produce PO files or PO Template files (...)"

If I understood well the T after PO stands for Tamplate, right? So, the "PostgreSQL 7.3b2 Developer's Guide" frgament I cited above should look like:
"(...) This will create a file progname.pot. (.pot to distinguish it from PO files that are "in production". The T stands for Template.) (...)"

Regards

Piotr Kuczynski
Hypode

Sample Code

No file was uploaded with this report

#2Bruce Momjian
bruce@momjian.us
In reply to: PostgreSQL Bugs List (#1)
Re: Bug #797: Inaccurate in PostgreSQL 7.3b2 Developer's Guide

Patch attached.

SGML docs updated. Thanks.

---------------------------------------------------------------------------

pgsql-bugs@postgresql.org wrote:

Piotr Kuczynski (pkuczynski@hypode.pl) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description
Inaccurate in PostgreSQL 7.3b2 Developer's Guide

Long Description
There is small inaccurate in the "PostgreSQL 7.3b2 Developer's Guide":

[Chapter 10. Native Language Support]
[10.1.3. Creating and maintaining message catalogs]
[paragraph 5th]
"(...) This will create a file progname.pot. (.pot to distinguish it from PO files that are "in production". What does the T stand for? I don't know.) (...)"

In the documentation of Translation Project (http://www.iro.umontreal.ca/contrib/po/HTML/), chapter "Software to use", you can read:
"(...) these older versions produce PO files or PO Template files (...)"

If I understood well the T after PO stands for Tamplate, right? So, the "PostgreSQL 7.3b2 Developer's Guide" frgament I cited above should look like:
"(...) This will create a file progname.pot. (.pot to distinguish it from PO files that are "in production". The T stands for Template.) (...)"

Regards

Piotr Kuczynski
Hypode

Sample Code

No file was uploaded with this report

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Attachments:

/bjm/difftext/plainDownload+5-5