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
It can be changed by setting ctx.lang = "en" in main.ts, but it is better to mention it in the documentation.
ctx.lang = "en"
main.ts
The text was updated successfully, but these errors were encountered:
I'm getting ctx is not defined, do you have an example?
ctx is not defined
Sorry, something went wrong.
@vjdv here you are:
https://github.com/deno-ja/deno-ja/blob/762dcb5a9cf0bbfcda8bcfaa59b1f65d6a70674e/main.ts#L16
Successfully merging a pull request may close this issue.
It can be changed by setting
ctx.lang = "en"
inmain.ts
, but it is better to mention it in the documentation.The text was updated successfully, but these errors were encountered: