Please let me know if it’s possible to use a single JSON file in which you can place all front matter and content for all languages that the article will be translated into.
Brief question -brief answer
And
Unfortunately, none of the solutions are suitable because Data templates use a different folder and do not work with the content folder, while the Content Adapter also requires the translation of each individual page into a separate language and creates a similar separate file.
You can invoke .EnableAllLanguages
from the _content.gotmpl
.
This will execute the content adapter for all languages. You have access to just about everything from that template, so what you want to do should be trivial.
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.