Fix translation error in zh_CN.po for "parameter specified more than once" - Mailing list pgsql-hackers

From ji xu
Subject Fix translation error in zh_CN.po for "parameter specified more than once"
Date
Msg-id CANWi6YPP-wteO7sFxAiWvZh=80UYKUL3A1FYzs+yLRayOWeDyw@mail.gmail.com
Whole thread
Responses Re: Fix translation error in zh_CN.po for "parameter specified more than once"
List 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

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Next
From: Amul Sul
Date:
Subject: Re: Cleanup: Use modern macro for text-to-CString conversion in plsample.c