More advanced translations #846
Replies: 5 comments
-
Hi @newvladimirov! If I understand correctly, you'd like the ability to use different blocks per language, instead of translating the content inside the same blocks, right? It would indeed be a lot of work, but I definitely understand your use case, for medias and browsers as well (which would be simpler to implement as we already have other complex fields that are compatible like the files input). May I ask you about the volume of records you expect? Do you need this for specific records/modules or all of them? One solution that comes to mind would be to treat languages completely differently by simply creating a separate record per language, until we support translated block editor/medias/browser fields. |
Beta Was this translation helpful? Give feedback.
-
@ifox What volume I expect - it's quite complex question. For now I expect about 50 records * 8 languages. Next - depends on how Twill will prove themselves on this test project. If it's will be ok I expect about 500 pages * 8 languages. As an option I think to make a separate instance to each subproject, but it is the least desirable case. |
Beta Was this translation helpful? Give feedback.
-
@newvladimirov did you finally find an alternative solution to your issue ? |
Beta Was this translation helpful? Give feedback.
-
@bastienrobert yes, we did. We have solutions for all these issues in a different degree of readiness. We did it with some changes in the build script and a bunch of overrides in PHP, so it doesn't looks like a final solution yet. |
Beta Was this translation helpful? Give feedback.
-
@newvladimirov do you want to be able to create fully different layouts? Or only exclude/hide some elements in a translation? |
Beta Was this translation helpful? Give feedback.
-
Hi!
We need to translate blocks content and set the different set of blocks for each translation. Furthermore we need to translate browser fields and media.
After brief code research:
Maybe you have any recommendations how to do it with less pain or maybe plans to implement it in nearest future?
Beta Was this translation helpful? Give feedback.
All reactions