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
using the x-language header does not work nor can i set the language in the php kql() helper as far as i can tell. https://getkirby.com/docs/guide/api/introduction#language
kql()
the forum suggests it might have worked before. maybe in v1? https://forum.getkirby.com/t/kql-querying-pages-for-all-languages/20272
The text was updated successfully, but these errors were encountered:
this post here suggests that a language prop might have existed in v1. #8 (comment)
language
const query = { query: `site.children.filterBy('uid', 'projekte').first`, language: this.$i18n.locale, select: { title: true,
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
using the x-language header does not work nor can i set the language in the php
kql()
helper as far as i can tell.https://getkirby.com/docs/guide/api/introduction#language
the forum suggests it might have worked before. maybe in v1?
https://forum.getkirby.com/t/kql-querying-pages-for-all-languages/20272
The text was updated successfully, but these errors were encountered: