This is a discussion on Latest Turkish translation updates within the Pgsql Patches forums, part of the PostgreSQL category; --> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, These are the latest updates: http://postgresql.gunduz.org/transla...i/initdb-tr.po http://postgresql.gunduz.org/transla...g_config-tr.po http://postgresql.gunduz.org/transla...i/pg_ctl-tr.po http://postgresql.gunduz.org/transla.../pg_dump-tr.po http://postgresql.gunduz.org/transla...postgres-tr.po http://postgresql.gunduz.org/transla...ari/psql-tr.po BTW... ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, These are the latest updates: http://postgresql.gunduz.org/transla...i/initdb-tr.po http://postgresql.gunduz.org/transla...g_config-tr.po http://postgresql.gunduz.org/transla...i/pg_ctl-tr.po http://postgresql.gunduz.org/transla.../pg_dump-tr.po http://postgresql.gunduz.org/transla...postgres-tr.po http://postgresql.gunduz.org/transla...ari/psql-tr.po BTW... Peter, we see some errors on postgres-tr.po file, on nlsstatus page (http://developer.postgresql.org/~pet...gres-tr.po.err) po/postgres-tr.po:9383: number of format specifiers in msgid and msgstr does not match We can't reproduce it with msgfmt -v. How do you get those errors? Regards, - -- Devrim GUNDUZ devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.tdmsoft.com http://www.gunduz.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFB6R/ltl86P3SPfQ4RAlB9AKCeg25NvhQlnYeT8YG/ZuDI16o1JACgxTRK A+52hU+WAZ0KQTK8U4q9wTc= =uvlT -----END PGP SIGNATURE----- ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster |
| ||||
| Devrim GUNDUZ wrote: > These are the latest updates: Installed. > BTW... Peter, we see some errors on postgres-tr.po file, on nlsstatus > page > (http://developer.postgresql.org/~pet...urrent/postgre >s-tr.po.err) po/postgres-tr.po:9383: number of format specifiers in > msgid and msgstr does not match > > We can't reproduce it with msgfmt -v. How do you get those errors? The scripts that produce these tables do not use the standard gettext tools; they use hand-crafted Perl scripts. In some cases, these catch more errors. In all cases that I have analyzed further, this was because %m was not identified as a format specifier by msgfmt. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |