From cae441168fda8aea8d3483755c3a005a9ca61217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 6 Aug 2020 14:59:56 +0200 Subject: Fix plural form of translations. The leading '_n: ' should not be part of the translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 99f5d13c79d08809fa0d2a3a7cac53204df00ff5) --- po/zh_CN.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'po/zh_CN.po') diff --git a/po/zh_CN.po b/po/zh_CN.po index 658b334..8ce5828 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -2184,7 +2184,7 @@ msgid "" "_n: one month\n" "%n months" msgstr "" -"_n: 一个月\n" +"一个月\n" "%n 个月" #: dialogs/knewloanwizard.cpp:850 @@ -2194,7 +2194,7 @@ msgid "" "_n: one year\n" "%n years" msgstr "" -"_n: 一年\n" +"一年\n" "%n 年" #: dialogs/knewloanwizard.cpp:854 @@ -2204,7 +2204,7 @@ msgid "" "_n: one payment\n" "%n payments" msgstr "" -"_n: 一次支付\n" +"一次支付\n" "%n 次支付" #: dialogs/knewloanwizard.cpp:892 kmymoney2.cpp:2387 -- cgit v1.2.1