Hi,
This is a mixed question, hope this is the right place to post.
With the new sections everyware goodness, merchants will be leveraging this functionality.
A lot of the store content will be assigned trough sections.
How will the Translation API work with the new sections?
The TranslatableResourceType does not seems to allow access to sections content.
Will we be able to provide translators for sections content/blocks?
Am I wrong?
I’ve looked into this, and it seems the Translation API currently cannot access the settings_data.json file. Since this is currently where content is stored when a merchant populates a field for a sections setting, the Translation API can’t be used here. What you could do is add more content to the existing theme locale files and reference these values to translation keys in the code of your theme.
For the new sections architecture, content for section settings will not be stored on the theme level, but on a store level, as a page resource. These fields and resources are currently not accessible by the Translation API, but we are looking into the best way to make these translatable and multi-lingual.
@Liam I have found that using “ONLINE_STORE_THEME” translation api we are able to translate some of the section content.. but don’t know why some of the section contents are missing.. according to me I think shopify allows translation of schema content which is text or textarea..