summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutomated System <gitea@mirror.git.trinitydesktop.org>2025-08-29 18:16:51 +0000
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2025-08-29 18:16:51 +0000
commit559e649868a544f30f8a9a6e5dd528aea76e66d3 (patch)
tree146fc7cfeb9685ea2bf3609881186caadc4a4c41
parent42723498389528c139d6e8d4c97670c8ef169a20 (diff)
downloadabakus-559e649868a544f30f8a9a6e5dd528aea76e66d3.tar.gz
abakus-559e649868a544f30f8a9a6e5dd528aea76e66d3.zip
Fix plural form of translations.HEADmaster
The leading '_n: ' should not be part of the translations.
-rw-r--r--translations/messages/zh_Hans.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/messages/zh_Hans.po b/translations/messages/zh_Hans.po
index ccbd576..489c36d 100644
--- a/translations/messages/zh_Hans.po
+++ b/translations/messages/zh_Hans.po
@@ -65,7 +65,7 @@ msgid ""
"_n: Remove all variables (1 variable)\n"
"Remove all variables (%n variables)"
msgstr ""
-"_n: 移除所有变量 (一个变量)\n"
+"移除所有变量 (一个变量)\n"
"移除所有变量 (%n 个变量)"
#: abakuslistview.cpp:200
@@ -78,7 +78,7 @@ msgid ""
"_n: Remove all functions (1 function)\n"
"Remove all functions (%n functions)"
msgstr ""
-"_n: 移除所有函数 (一个函数)\n"
+"移除所有函数 (一个函数)\n"
"移除所有函数 (%n 个函数)"
#: mainwindow.cpp:69