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

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

diff --git a/translations/messages/nl.po b/translations/messages/nl.po
index 22183dec..2270803c 100644
--- a/translations/messages/nl.po
+++ b/translations/messages/nl.po
@@ -322,7 +322,7 @@ msgid ""
 "_n: %1 %2 - 1 Item\n"
 "%1 %2 - %n Items"
 msgstr ""
-"_n: %1 %2 - 1 item\n"
+"%1 %2 - 1 item\n"
 "%1 %2 - %n items"
 
 #: digikam/albumiconitem.cpp:299
@@ -382,7 +382,7 @@ msgid ""
 "_n: Move to Trash\n"
 "Move %n Files to Trash"
 msgstr ""
-"_n: Verplaatsen naar prullenbak\n"
+"Verplaatsen naar prullenbak\n"
 "%n bestanden verplaatsen naar prullenbak"
 
 #: digikam/albumiconview.cpp:715 digikam/imagepreviewview.cpp:425
-- 
cgit v1.2.3

