Content translation isn't supported right now, which is not really intentional, the module is just still in development.

We should export the default content translation to content/*, and translations to content//*, which is similar to how config export directory structures look. Importing is a bit more tricky - we use a chunked sorted graph to determine how to import content with concurrency without blowing anything up, and a translation could have an entity reference that the default translation does not have.

Should be fun! I'll try to get a patch soon.

Comments

samuel.mortenson created an issue. See original summary.

samuel.mortenson’s picture

Status: Active » Needs review
StatusFileSize
new29.12 KB

Wow, this was a ton of work!

samuel.mortenson’s picture

StatusFileSize
new36.6 KB

Missed the new files.

The last submitted patch, 2: 2980506.patch, failed testing. View results

samuel.mortenson’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.