Fix translation error in zh_CN.po for "parameter specified more than once"

From: ji xu <thanksgreed(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix translation error in zh_CN.po for "parameter specified more than once"
Date: 2026-04-21 03:32:21
Message-ID: CANWi6YPP-wteO7sFxAiWvZh=80UYKUL3A1FYzs+yLRayOWeDyw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hackers,

I found a translation error in the src/backend/po/zh_CN.po file.

The message "parameter "%s" specified more than once" is currently
translated as "表名 "%s" 被指定多次", which incorrectly says "table name" instead
of "parameter".

This patch corrects the translation to "参数 "%s" 被指定多次".

Regards,
ji xu

Attachment Content-Type Size
v1-0001-Note-that-translation-error.patch application/octet-stream 869 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amul Sul 2026-04-21 03:57:09 Re: Cleanup: Use modern macro for text-to-CString conversion in plsample.c
Previous Message Chao Li 2026-04-21 02:38:05 Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode