Skip to content
New issue

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

Getting the author bio in the proper language #84

Open
melalj opened this issue Aug 18, 2023 · 1 comment
Open

Getting the author bio in the proper language #84

melalj opened this issue Aug 18, 2023 · 1 comment

Comments

@melalj
Copy link

melalj commented Aug 18, 2023

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:
CleanShot 2023-08-18 at 09 56 02@2x

Am I missing something?

@Dyqmin
Copy link

Dyqmin commented Nov 12, 2023

Did you solve this issue? I just found the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants