patch for ja.po
Hi.
Here is a asmall patch which fixes "bin/psql/po/ja.po".
Now, psql returns the incorrect number of rows through ja.po.
(see following)
=# SELECT relname FROM pg_class limit 3;
relname
----------------------
pg_type
user_mapping_options
user_mappings
(1 行) <- mean "1 rows"
best regards,
--
Tatsuhito Kasahara
kasahara.tatsuhito@oss.ntt.co.jp
Attachments:
psql_ja.po.patchtext/plain; name=psql_ja.po.patchDownload
diff -cpr Postgresql-CVS-20090522/src/bin/psql/po/ja.po ja_po_fix/src/bin/psql/po/ja.po
*** Postgresql-CVS-20090522/src/bin/psql/po/ja.po 2009-05-22 18:01:22.000000000 +0900
--- ja_po_fix/src/bin/psql/po/ja.po 2009-05-23 05:08:56.000000000 +0900
*************** msgstr "��������������������������������
*** 1186,1198 ****
msgid "invalid fout format (internal error): %d"
msgstr "���������������������������������������������������������%d"
! #: print.c:2352
msgid "(1 row)"
! msgstr "(1 ���)"
!
! #: print.c:2354
! msgid "(%lu rows)"
! msgstr "(%lu ���)"
#: startup.c:222
msgid "%s: could not open log file \"%s\": %s\n"
--- 1186,1196 ----
msgid "invalid fout format (internal error): %d"
msgstr "���������������������������������������������������������%d"
! #: print.c:2351
msgid "(1 row)"
! msgid_plural "(%lu rows)"
! msgstr[0] "(1 ���)"
! msgstr[1] "(%lu ���)"
#: startup.c:222
msgid "%s: could not open log file \"%s\": %s\n"
Tatsuhito Kasahara wrote:
Hi.
Here is a asmall patch which fixes "bin/psql/po/ja.po".
Now, psql returns the incorrect number of rows through ja.po.
(see following)
Thanks. Please submit to pgtranslation through pgfoundry -- see
http://babel.postgresql.org/
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Thank you, Kasahara-san.
I think this is already patched in cvs of message catalogs. Could you try
psql.po from http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtranslation/messages/ja/psql.po
regards,
--
Shigehiro Honda
From: Tatsuhito Kasahara <kasahara.tatsuhito@oss.ntt.co.jp>
Subject: [HACKERS] patch for ja.po
Date: Fri, 22 May 2009 20:59:44 +0900
Show quoted text
Hi.
Here is a asmall patch which fixes "bin/psql/po/ja.po".
Now, psql returns the incorrect number of rows through ja.po.
(see following)=# SELECT relname FROM pg_class limit 3;
relname
----------------------
pg_type
user_mapping_options
user_mappings
(1 行) <- mean "1 rows"best regards,
--
Tatsuhito Kasahara
kasahara.tatsuhito@oss.ntt.co.jp
Hi,
Honda Shigehiro wrote:
I think this is already patched in cvs of message catalogs. Could you try
psql.po from http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtranslation/messages/ja/psql.po
I confirmed it.
Sorry for the noise.
regards,
--
Tatsuhito Kasahara
kasahara.tatsuhito@oss.ntt.co.jp