diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-30 05:14:32 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-30 05:14:32 +0000 |
commit | 2c58fcc0aa987c7997cbdfca0293f06ea3cdf549 (patch) | |
tree | 2daaa967df4c545205c9ec047a5ae7b96ee4aff1 /doc/src | |
parent | a50d08f7935a893820f8fb733178943e245c7504 (diff) | |
download | postgresql-2c58fcc0aa987c7997cbdfca0293f06ea3cdf549.tar.gz postgresql-2c58fcc0aa987c7997cbdfca0293f06ea3cdf549.zip |
Add mention of T on .pot files, from pkuczynski@hypode.pl
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/nls.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/nls.sgml b/doc/src/sgml/nls.sgml index 75dc5859cd9..24a38643bbb 100644 --- a/doc/src/sgml/nls.sgml +++ b/doc/src/sgml/nls.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/nls.sgml,v 1.4 2002/03/22 19:20:15 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/nls.sgml,v 1.5 2002/10/30 05:14:32 momjian Exp $ --> <chapter id="nls"> <docinfo> @@ -176,8 +176,9 @@ gmake init-po This will create a file <filename><replaceable>progname</replaceable>.pot</filename>. (<filename>.pot</filename> to distinguish it from PO files that - are <quote>in production</quote>. What does the T stand for? I - don't know.) Copy this file to + are <quote>in production</quote>. The <literal>T</> stands for + <quote>template</>.) + Copy this file to <filename><replaceable>language</replaceable>.po</filename> and edit it. To make it known that the new language is available, also edit the file <filename>nls.mk</filename> and add the |