|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/nls.sgml,v 1.4 2002/03/22 19:20:15 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/nls.sgml,v 1.5 2002/10/30 05:14:32 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="nls">
|
4 | 4 | <docinfo>
|
@@ -176,8 +176,9 @@ gmake init-po
|
176 | 176 | This will create a file
|
177 | 177 | <filename><replaceable>progname</replaceable>.pot</filename>.
|
178 | 178 | (<filename>.pot</filename> to distinguish it from PO files that
|
179 |
| - are <quote>in production</quote>. What does the T stand for? I |
180 |
| - don't know.) Copy this file to |
| 179 | + are <quote>in production</quote>. The <literal>T</> stands for |
| 180 | + <quote>template</>.) |
| 181 | + Copy this file to |
181 | 182 | <filename><replaceable>language</replaceable>.po</filename> and
|
182 | 183 | edit it. To make it known that the new language is available,
|
183 | 184 | also edit the file <filename>nls.mk</filename> and add the
|
|