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.tatsuh...@oss.ntt.co.jp
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"
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers