Closed (fixed)
Project:
Tome
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
19 Jun 2018 at 15:03 UTC
Updated:
8 Jul 2018 at 14:44 UTC
Jump to comment: Most recent, Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2980506-3.patch | 36.6 KB | samuel.mortenson |
Comments
Comment #2
samuel.mortensonWow, this was a ton of work!
Comment #3
samuel.mortensonMissed the new files.
Comment #6
samuel.mortenson