From 6935df9230d3c87d5601565221bd5bd3e19d86df Mon Sep 17 00:00:00 2001
From: Automated System <gitea@mirror.git.trinitydesktop.org>
Date: Sat, 8 Nov 2025 18:24:49 +0000
Subject: Fix plural form of translations. The leading '_n: ' should not be
 part of the translations.

---
 translations/messages/zh_Hans.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/translations/messages/zh_Hans.po b/translations/messages/zh_Hans.po
index 58b3255..53e9d39 100644
--- a/translations/messages/zh_Hans.po
+++ b/translations/messages/zh_Hans.po
@@ -315,7 +315,7 @@ msgid ""
 "_n: Shell\n"
 "Shell No. %n"
 msgstr ""
-"_n: 第 1 个 Shell\n"
+"第 1 个 Shell\n"
 "第 %n 个 Shell"
 
 #: src/title_bar.cpp:25
-- 
cgit v1.2.3

