From e8cd42c498bcd5559ab7bfe28389d1658a22e38b Mon Sep 17 00:00:00 2001
From: Automated System <gitea@mirror.git.trinitydesktop.org>
Date: Tue, 28 Jan 2025 18:16:14 +0000
Subject: Fix plural form of translations. The leading '_n: ' should not be
 part of the translations.

---
 translations/ka/messages/ktorrent.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/translations/ka/messages/ktorrent.po b/translations/ka/messages/ktorrent.po
index 91c6daa..4afa0ec 100644
--- a/translations/ka/messages/ktorrent.po
+++ b/translations/ka/messages/ktorrent.po
@@ -1047,7 +1047,7 @@ msgid ""
 "_n: 1 day \n"
 "%n days "
 msgstr ""
-"_n: 1 დღე\n"
+"1 დღე\n"
 "%n დღე "
 
 #: libktorrent/migrate/ccmigrate.cpp:119 libktorrent/migrate/ccmigrate.cpp:125
@@ -1166,7 +1166,7 @@ msgid ""
 "_n: 1 peer\n"
 "%n peers"
 msgstr ""
-"_n: 1 პარტნიორი\n"
+"1 პარტნიორი\n"
 "%n პარტნიორი"
 
 #: libktorrent/torrent/dndfile.cpp:108
-- 
cgit v1.2.3

