From 042bc67cfc6c23e2ce2b82cc0d313ea271629e25 Mon Sep 17 00:00:00 2001 From: Automated System Date: Sat, 9 Nov 2024 18:20:49 +0000 Subject: [PATCH] Fix plural form of translations. The leading '_n: ' should not be part of the translations. --- translations/messages/systemsettings/ka.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/messages/systemsettings/ka.po b/translations/messages/systemsettings/ka.po index 3a85c15..57ccab8 100644 --- a/translations/messages/systemsettings/ka.po +++ b/translations/messages/systemsettings/ka.po @@ -105,7 +105,7 @@ msgid "" "_n: %1 hit in General\n" "%1 hits in General" msgstr "" -"_n: %1 დამთხვევა ზოგადში\n" +"%1 დამთხვევა ზოგადში\n" "%1 დამთხვევა ზოგადში" #: mainwindow.cpp:358 @@ -113,5 +113,5 @@ msgid "" "_n: %1 hit in Advanced\n" "%1 hits in Advanced" msgstr "" -"_n: %1 დამთხვევა დამატებითში\n" +"%1 დამთხვევა დამატებითში\n" "%1 დამთხვევა დამატებითში"