diff options
author | Automated System <[email protected]> | 2025-01-23 18:16:30 +0000 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2025-01-23 18:16:30 +0000 |
commit | b58cfd146047bebabe0d1a045ff8284c23d4f7eb (patch) | |
tree | 9968f0938a54660e0eb80867c43307788d116895 | |
parent | fa95037924d3427c40820f8f639e40af0ca84365 (diff) | |
download | amarok-b58cfd146047bebabe0d1a045ff8284c23d4f7eb.tar.gz amarok-b58cfd146047bebabe0d1a045ff8284c23d4f7eb.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
-rw-r--r-- | translations/messages/ka.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/messages/ka.po b/translations/messages/ka.po index 868b3f6f..a5a33657 100644 --- a/translations/messages/ka.po +++ b/translations/messages/ka.po @@ -813,7 +813,7 @@ msgid "" "_n: &Organize File...\n" "&Organize %n Files..." msgstr "" -"_n: &ფაილის ორგანიზაცია...\n" +"&ფაილის ორგანიზაცია...\n" "%n &ფაილის ორგანიზაცია..." #: collectionbrowser.cpp:1465 @@ -822,7 +822,7 @@ msgid "" "_n: &Delete File...\n" "&Delete %n Files..." msgstr "" -"_n: &ფაილის წაშლა...\n" +"&ფაილის წაშლა...\n" "%n &ფაილის წაშლა..." #: collectionbrowser.cpp:1466 playlist.cpp:3909 |