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
In the document internalization plugin you're able to pass an async function with a client to be able to fetch languages from a document in Sanity.
type SupportedLanguages = | Language[] | ((client: SanityClient) => Promise<Language[]>)
Would be nice to have the same behaviour here if possible.
The text was updated successfully, but these errors were encountered:
Hi @edustef. Good point, I agree we should be in line with the document-internationalization as much as possible 👍
You are welcome to make a PR for it if you want.
Sorry, something went wrong.
No branches or pull requests
In the document internalization plugin you're able to pass an async function with a client to be able to fetch languages from a document in Sanity.
Would be nice to have the same behaviour here if possible.
The text was updated successfully, but these errors were encountered: