We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the GraphQL query:
query Blog { post(id: "my-post-slug-in-spanish", idType: SLUG) { slug excerpt date author { node { description } } } }
The author description is displayed in English, instead of Spanish.
While on the user settings, we have set the proper translations for the author description:
Am I missing something?
The text was updated successfully, but these errors were encountered:
Did you solve this issue? I just found the same problem
Sorry, something went wrong.
Anynone solved this issue?
+1
No branches or pull requests
Here's the GraphQL query:
The author description is displayed in English, instead of Spanish.
While on the user settings, we have set the proper translations for the author description:
Am I missing something?
The text was updated successfully, but these errors were encountered: