diff options
| author | Automated System <gitea@mirror.git.trinitydesktop.org> | 2025-05-02 18:22:31 +0000 |
|---|---|---|
| committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2025-05-02 18:22:31 +0000 |
| commit | 640dbf47861189603f916c30ca0b244b07e3560e (patch) | |
| tree | 9f251c6c87d414e3d5fb05a7a51e904fb1943384 | |
| parent | 9292b6380dcfba596999379b7cd9214db83dcb81 (diff) | |
| download | dolphin-640dbf47861189603f916c30ca0b244b07e3560e.tar.gz dolphin-640dbf47861189603f916c30ca0b244b07e3560e.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 468f748..53c75f1 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 |
