From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Translation updates to fix build failures |
Date: | 2013-10-14 02:17:10 |
Message-ID: | E1VVXiY-0006jB-T2@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Translation updates to fix build failures
Now that msgfmt is run with -c by default, older versions of gettext are
complaining about the PO headers Last-Translator and Language-Team
still having their default values. Newer gettext versions fail to catch
this because of a bug (https://savannah.gnu.org/bugs/?40261) which is
why this hasn't been noticed before.
Copy updated versions of affected translation files from the
pgtranslations repository, were those files have been fixed.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/382b694175e9dfda98c508cedc70b7b4d1bcfb19
Modified Files
--------------
src/bin/pg_basebackup/po/zh_CN.po | 4 ++--
src/interfaces/ecpg/ecpglib/po/cs.po | 6 +++---
src/pl/plperl/po/cs.po | 6 +++---
src/pl/tcl/po/cs.po | 6 +++---
4 files changed, 11 insertions(+), 11 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2013-10-14 12:01:05 | pgsql: Fix details missed by dynamic shared memory patch. |
Previous Message | Peter Eisentraut | 2013-10-14 01:57:42 | pgsql: Add asprintf.c |