When I call the following query, the returned translation data is empty, but my website displays the translated data when switching between Simplified and Traditional Chinese. Why is this? Can anyone help me solve this problem? I am not using a third-party translation application or a dynamic replacement plugin.
{
translatableResources(resourceType: PRODUCT, first: 60) {
edges {
node {
resourceId
translatableContent {
digest
key
locale
value
type
}
translations(locale: “zh-CN”) {
key
locale
value
outdated
updatedAt
Have you found a solution to this? We’re having the same issue with translatableResources. It returns the translation data for other languages, except for Simplified and Traditional Chinese. I think there might be a bug on Shopify side.