Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dhanesh Kumar MJ 167 posts 543 karma points MVP c-trib
    May 25, 2020 @ 07:52
    Dhanesh Kumar MJ
    0

    Copy content from One Language to Another

    Hey guys,

    Is it possible to copy the content from one language variant to another in Umbraco V8? In V7 we can do by simply copy the node, but in V8 it not possible I think, is there any way to copy or any package for this?

  • Dhanesh Kumar MJ 167 posts 543 karma points MVP c-trib
    May 26, 2020 @ 06:35
    Dhanesh Kumar MJ
    0

    Hey there? Anyone ๐Ÿ™‚๐Ÿ™‚?

  • Gerhard Grossberger 55 posts 179 karma points
    Apr 30, 2021 @ 16:09
    Gerhard Grossberger
    0

    Did you figure anything out here? There is another topic with the same question here: https://our.umbraco.com/forum/using-umbraco-and-getting-started/99977-is-there-a-fast-way-to-copy-content-from-one-variant-to-another-for-content-templates#comment-99977 also no answer.

    I would be really interested.

  • Dhanesh Kumar MJ 167 posts 543 karma points MVP c-trib
    May 01, 2021 @ 17:46
    Dhanesh Kumar MJ
    0

    No, I think we can't directly do with the default options because the variants belong to the culture.

    But I think we can do this by extending the current section trees https://our.umbraco.com/documentation/extending/section-trees/trees

    I didn't try this ;), but what I am thinking is we can show an option for copy the content to a specified language on the right-click menu of content. And this triggers an API, and that will publish the content in the given language.

    Regards Dhanesh ;)

  • Paul Seal 524 posts 2890 karma points MVP 7x c-trib
    May 02, 2021 @ 02:51
    Paul Seal
    1

    Hi When v8 first came out I wrote this package which auto translates for you using azure text translation. It gave you a right click action menu item called auto translate and another screen with some more options. When you confirmed it went off, got the translations for the languages not filled in and updated those fields in the relevant languages. I feel like you could use this code as a starting point for what you want to achieve.

    https://github.com/prjseal/Auto-Translate-for-Umbraco

    Paul

  • Dhanesh Kumar MJ 167 posts 543 karma points MVP c-trib
    May 02, 2021 @ 03:03
    Dhanesh Kumar MJ
    0

    Hi Paul,

    That's cool ๐Ÿค˜๐Ÿป๐Ÿ™Œ๐Ÿป

  • Paul Seal 524 posts 2890 karma points MVP 7x c-trib
    May 02, 2021 @ 05:49
    Paul Seal
    0

    Also donโ€™t forget the split view which is the whole reason why we donโ€™t have tabs anymore. Split view letโ€™s you have 2 different languages side by side making it easy to copy and paste etc.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies