news
news copied to clipboard
add: move feed dialog
Summary
- Add support for moving feeds to another folder from the sidebar feed menu
Checklist
- Code is properly formatted
- Sign-off message is added to all commits
- Changelog entry added for all important changes.
Ready for review...
Do you still need something for this PR to be merged?
No just the GitHub app says there is a merge conflict.
I would usually fix it myself or check what's wrong but in the app I can't see and I'm too busy with my normal job to spend much time on News lately.
No just the GitHub app says there is a merge conflict.
I would usually fix it myself or check what's wrong but in the app I can't see and I'm too busy with my normal job to spend much time on News lately.
Oh, sorry. For some reason I didn't see that reply or I would have looked into it 😳 Thank you!
@pbek my NextCloud instance is configured with de_DE locale and the menu entry for the move action seems to have a placeholder text. Can you give me a pointer how to fix that? I can see that the relevant entry seems to be present in the de_DE translation file here: https://github.com/nextcloud/news/blob/master/l10n/de_DE.js#L51-L52
@Grotax I think this can now be marked completed in https://github.com/nextcloud/news/issues/2503
@pbek my NextCloud instance is configured with de_DE locale and the menu entry for the move action seems to have a placeholder text. Can you give me a pointer how to fix that? I can see that the relevant entry seems to be present in the de_DE translation file here: https://github.com/nextcloud/news/blob/master/l10n/de_DE.js#L51-L52
Which piece of code are we talking about?
Hey @pbek! I'm not sure. I think it's this line. When running NextCloud in de_DE local what I see in the UI is:
But that should really be "Feed in Ordner verschieben" according to the translation file I shared above. So I'm now trying to understand how translations are referenced from the component in order to fix this.
I took the whole NcSelect from https://github.com/nextcloud/news/blob/69efa109249d5acfff016c5dab3493bc7eea2447/src/components/AddFeed.vue#L27 and didn't look the untranslated label. 😅
I'd say, they both need something like {{ t("news", "Folder name") }} instead of name.