Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy/paste value from other language #52

Open
andersburla opened this issue Jun 29, 2016 · 5 comments
Open

Copy/paste value from other language #52

andersburla opened this issue Jun 29, 2016 · 5 comments

Comments

@andersburla
Copy link

A great idea from a customer. When doing multi lingual sites and using the grid (and other properties) it makes sense to have a copy/paste function. So copy the english grid to german and then start editing the content. Would take WAY to much time to insert all the grid items again.

Let me know a budget for the function and I can talk to the customer about that. So a win/win :)

@andersburla
Copy link
Author

OR maybe it should be a core thing in the grid. Would be nive to copy/paste the entire grid JSON or an entire row, or an item.

@anth12
Copy link
Contributor

anth12 commented Nov 9, 2016

I have a WIP of this here https://github.com/anth12/umbraco-vorto/tree/copy-value. For basic controls such as textbox's it works fine but the Grid layout is a little buggy.

Not sure how the UI should be done but for now I have based it on the Pinned language drop down
Copy value preview

@runegronkjaer
Copy link

That looks fantastic anth12. Have you made a pull request?

@anth12
Copy link
Contributor

anth12 commented Nov 10, 2016

@runegronkjaer not yet, I still need to fix some issues copying values for more complex types (grid control) and any feedback on the copy UI would be appreciated.

@runegronkjaer
Copy link

The UI is pretty good. I could teach my users to use that. It would have to be smart about overwriting the content on the other language. It would be terrible for the users to accidentally replace the text they may have written on another language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants