From 97e85ab218e680f476d4e52cf17fc75cd101ade9 Mon Sep 17 00:00:00 2001
From: Automated System <gitea@mirror.git.trinitydesktop.org>
Date: Wed, 11 Feb 2026 18:24:13 +0000
Subject: Fix plural form of translations. The leading '_n: ' should not be
 part of the translations.

---
 translations/messages/ia.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/translations/messages/ia.po b/translations/messages/ia.po
index 1c088bb..7c191b4 100644
--- a/translations/messages/ia.po
+++ b/translations/messages/ia.po
@@ -173,7 +173,7 @@ msgid ""
 "_n: %n File\n"
 "%n Files"
 msgstr ""
-"_n: %n File\n"
+"%n File\n"
 "%n Files"
 
 #: src/part/radialMap/builder.cpp:133
-- 
cgit v1.2.3

