Created attachment 125568 [details] Print screen showing the extension is mistranslated. SUMMARY Upon import of feeds, the filedialog doesn't show OPML files. Upon export the extensions `opml,` is added. Note the extra comma. I've added a screenshot of the save dialog that demonstrating `.opnl,` is automatically added. SOFTWARE/OS VERSIONS Updated KDE Neon User. ADDITIONAL INFORMATION In the source code I see no typo that explains this: https://phabricator.kde.org/source/akregator/browse/master/src/akregator_part.cpp:602 https://phabricator.kde.org/source/akregator/browse/master/src/akregator_part.cpp:611 The only thing I can imagine is that the translation function `i18n()` adds the extra comma.
yep indeed it's not a good idea to translate it. I will fix it soon
Git commit 7880bed7c155161cd46ce96e6da5b96c0c19af2e by Laurent Montel. Committed on 31/01/2020 at 13:14. Pushed by mlaurent into branch 'master'. Don't translate file extension FIXED-IN: 5.14.0 M +2 -2 src/akregator_part.cpp https://commits.kde.org/akregator/7880bed7c155161cd46ce96e6da5b96c0c19af2e
Thanks mate!