Replies: 2 comments 3 replies
-
You can't mutate the AST because |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Implementation function: Modify AST, wrap the value declared by the variable with a function named "t",
for example:
let value = "text"
is modified tolet value = t("text")
I am currently stuck in the step of replacing nodes
[i18n-wrap-rust.zip](https://github.com/user-attachments/files/16490595/i18n-wrap-rust.zip)Beta Was this translation helpful? Give feedback.
All reactions