diff options
| author | Automated System <gitea@mirror.git.trinitydesktop.org> | 2025-01-23 18:16:30 +0000 |
|---|---|---|
| committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2025-01-23 18:16:30 +0000 |
| commit | d2ba2b0b7010b87c5b476ce519c60802f9975bfe (patch) | |
| tree | 8a50a013a9a4b166187997bfc4ef8e474f6c51be | |
| parent | 04f39f2b9382cb7d33fbb98ee1cc7ab82b0ac0a9 (diff) | |
| download | dolphin-d2ba2b0b7010b87c5b476ce519c60802f9975bfe.tar.gz dolphin-d2ba2b0b7010b87c5b476ce519c60802f9975bfe.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 227bc74..95a821b 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 |
