From 61e3166188afe28c328f10b1e14ed62041ac6d79 Mon Sep 17 00:00:00 2001
From: Henson Choi <assam258@gmail.com>
Date: Wed, 12 Nov 2025 12:23:38 +0900
Subject: [PATCH] Remove extra newline in Chinese Traditional translation

In src/bin/psql/po/zh_TW.po, the msgstr for "Single step mode: verify
command" message had an extra "\n" line at the end, causing unnecessary
blank line in output.

Remove the trailing "\n" to match the source message format.

The extra newline was introduced in a major translation rewrite:
  7a31eb2aaa6 ("Translation updates", 2024-05-06)
---
 src/bin/psql/po/zh_TW.po | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/psql/po/zh_TW.po b/src/bin/psql/po/zh_TW.po
index 8958b9b5a4a..efebb2611f8 100644
--- a/src/bin/psql/po/zh_TW.po
+++ b/src/bin/psql/po/zh_TW.po
@@ -1052,7 +1052,6 @@ msgstr ""
 "***(單步模式: 驗證命令)*******************************************\n"
 "%s\n"
 "***(按 Enter 鍵繼續或輸入 x 然後按 Enter 鍵取消)********************\n"
-"\n"
 
 # utils/error/elog.c:1555
 #: common.c:1146
-- 
2.50.1 (Apple Git-155)

