diff options
| author | Automated System <gitea@mirror.git.trinitydesktop.org> | 2025-03-26 18:22:35 +0000 |
|---|---|---|
| committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2025-03-26 18:22:35 +0000 |
| commit | 3fa0392a686e80e5118ebb103c029793a9861eba (patch) | |
| tree | 77bb2882cbb699b8baba38c9f71faf67e13572ab | |
| parent | 1d17aa7d2913be20aade0de52b2a2b86a210a148 (diff) | |
| download | dolphin-3fa0392a686e80e5118ebb103c029793a9861eba.tar.gz dolphin-3fa0392a686e80e5118ebb103c029793a9861eba.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 109f36a..6bc332a 100644 --- a/translations/messages/ka.po +++ b/translations/messages/ka.po @@ -458,7 +458,7 @@ msgid "" "_n: (1 Folder, \n" " (%n Folders, " msgstr "" -"_n: (1 საქაღალდე, \n" +" (1 საქაღალდე, \n" " (%n საქაღალდე, " #: dolphinview.cpp:996 |
