pgsql: Translation updates to fix build failures

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Translation updates to fix build failures
Дата
Msg-id E1VVXiY-0006jB-T2@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Attempt to fix MSVC build for asprintf addition
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix details missed by dynamic shared memory patch.