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

Translated taxonomies aren't returned #27

Open
mooksz opened this issue Dec 23, 2021 · 6 comments
Open

Translated taxonomies aren't returned #27

mooksz opened this issue Dec 23, 2021 · 6 comments

Comments

@mooksz
Copy link

mooksz commented Dec 23, 2021

I created a custom post type with a custom taxonomy. But the translated terms aren't exposed to the graphql api.

@BatHarry
Copy link

same here

@rburgst
Copy link
Owner

rburgst commented Jan 13, 2022

It's a bit tricky for me to replicate this. Wondering how we should proceed here.

@mea-cuIpa
Copy link

same

@radscheit
Copy link

+1

@aaron-shop12
Copy link

same issue here except I can't see the translated categories in the GraphQL. The below only shows the 3 categories in the default language - and not the translated categories.

Similar issue happened with my menus - if you go into a translated menu and then save it, it will then remove all translated menus from the graphql.

query MyQuery {
terms(where: {taxonomies: CATEGORY}) {
edges {
node {
id
link
name
... on Category {
id
name
}
taxonomyName
uri
}
}
}
}

@rburgst
Copy link
Owner

rburgst commented Aug 18, 2022

I havent researched into categories at all here as my use case did not require it. Since fixing issues like this take substantial amount of time (at least for me), I dont really have the bandwidth to investigate this.
I am happy to accept PRs however.

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

6 participants