diff options
author | Automated System <gitea@mirror.git.trinitydesktop.org> | 2024-12-30 18:15:40 +0000 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-12-30 18:15:40 +0000 |
commit | 999aedb70882b4e7cbf83107c282cde119a7f94b (patch) | |
tree | 3da7318e105784649c958ee5e8b8c4eab9174c18 | |
parent | ce953d0f99ba93844e0f179d3532fb120803bbcc (diff) | |
download | dolphin-999aedb70882b4e7cbf83107c282cde119a7f94b.tar.gz dolphin-999aedb70882b4e7cbf83107c282cde119a7f94b.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
-rw-r--r-- | translations/messages/ka.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/messages/ka.po b/translations/messages/ka.po index cdc93c2..232d741 100644 --- a/translations/messages/ka.po +++ b/translations/messages/ka.po @@ -460,7 +460,7 @@ msgid "" "_n: (1 Folder, \n" " (%n Folders, " msgstr "" -"_n: (1 საქაღალდე, \n" +" (1 საქაღალდე, \n" " (%n საქაღალდე, " #: dolphinview.cpp:996 |