https://bugs.kde.org/show_bug.cgi?id=419070
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |20.04.0 Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/dol | |phin/9b82b08fb18724662c69ed | |288b1a36a215548539 Status|ASSIGNED |RESOLVED --- Comment #2 from Nate Graham <n...@kde.org> --- Git commit 9b82b08fb18724662c69ed288b1a36a215548539 by Nate Graham. Committed on 05/04/2020 at 22:48. Pushed by ngraham into branch 'release/20.04'. Use same logic for "no extension" case with Duplicate feature Summary: In the "no extension" case, we weren't separating out the path and the original filename, breaking the feature for languages where the word "copy" would be at the beginning of the filename, not after it (e.g. "copia de foo" in Spanish, and similar in other romance languages). This patch fixes that by separating the original path and filename in the no extension case as is done for the other case, which should solve the issue. FIXED-IN: 20.04.0 Test Plan: No changes in English; should fix the issue in Spanish once new translations are done (see https://bugs.kde.org/show_bug.cgi?id=419070 for details) Reviewers: #dolphin, elvisangelaccio, arojas, meven, pino, #localization Reviewed By: #dolphin, elvisangelaccio Subscribers: aacid, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D28227 M +4 -3 src/views/dolphinview.cpp https://commits.kde.org/dolphin/9b82b08fb18724662c69ed288b1a36a215548539 -- You are receiving this mail because: You are watching all bug changes.