Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I'm querying collections and products via Storefront GraphQL API with "Accept-Language": "en" header and it works as expected for all products, for example titles get translated correctly:
title: "Rides Pass"
But when querying checkout, the line item variant titles are not translated although the same header is present:
title: "Huvilaiteranneke"
Is this a bug?