Tag: internationalization
-
Want an urdu title in shopify admin graphql query
0 I want to support multiple languages: { products(first:10,) { edges { node { title # Include other fields to retrieve within translations } } } } I want the title response in Urdu. I am using admin/api/2023-07/graphql.json graphql internationalization shopify-api Share Improve this question Follow edited 20 hours ago Michel Floyd 19.3k44 gold badges2525…
-
Getting error of Cannot read properties of undefined (reading ‘service’) when using i18n translation in nestjs with graphql
-1 i am using nest-i18n package to use localization in my project but when translating the message i get the error Cannot read properties of undefined (reading ‘service’) Here is my code please help me to find out the exact error Note:- I have tried to add I18nValidationPipe as a provider in app module as…