summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutomated System <gitea@mirror.git.trinitydesktop.org>2024-11-09 18:20:49 +0000
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2024-11-09 18:20:49 +0000
commit042bc67cfc6c23e2ce2b82cc0d313ea271629e25 (patch)
treecaf878bc3b706843ebab206034254bcde99c2de8
parentbd4bea4a80f278374886db2eceb8254824834fc3 (diff)
downloadtde-systemsettings-042bc67cfc6c23e2ce2b82cc0d313ea271629e25.tar.gz
tde-systemsettings-042bc67cfc6c23e2ce2b82cc0d313ea271629e25.zip
Fix plural form of translations.HEADmaster
The leading '_n: ' should not be part of the translations.
-rw-r--r--translations/messages/systemsettings/ka.po4
1 files 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 დამთხვევა დამატებითში"