diff options
author | Automated System <gitea@mirror.git.trinitydesktop.org> | 2025-02-08 18:18:58 +0000 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2025-02-08 18:18:58 +0000 |
commit | 6bc7f147d8cc23db5e73957e9fecdc28c544742a (patch) | |
tree | ff4827661f67d4eb999035d5a42fb6fb41663228 | |
parent | 5cdc527a5bfcc0781266af1e67212da733aa3fa0 (diff) | |
download | digikam-6bc7f147d8cc23db5e73957e9fecdc28c544742a.tar.gz digikam-6bc7f147d8cc23db5e73957e9fecdc28c544742a.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
-rw-r--r-- | translations/messages/nl.po | 4 |
1 files 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 |