-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add ability to make wrapping in context optional #7
Comments
Can you try to use |
The |
Ok I will fix this in the next version. But might take a while until I find some time. |
I published 0.4.1 if it is merged you can use #context {
lflib._linguify(...)
} which returns an dictionary with you still need to provide context around the function call, because of checking for |
I am trying to use the linguify inside the calendar library I am working on. I would need to get string values for months and weekdays in different languages in typst code. Unfortunately it doesn't seem possible due to the fact that the linguify function creates context.
The simplest reproducer
this code fails with
The text was updated successfully, but these errors were encountered: