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
What version of this package are you using? 2.5.0
What operating system, Node.js, and npm version? macOS 14.0 (Sonoma preview) Node.JS v18.10.0
What happened? If the translation key was in snake case, for example HELLO_WORLD then the suggested translation key will be HELLO, which is incorrect
HELLO_WORLD
HELLO
What did you expect to happen? the suggested translation key showing HELLO_WORLD
Are you willing to submit a pull request to fix this bug? I can try
possible fix is changing _${infer Num} to _${number}
_${infer Num}
_${number}
The text was updated successfully, but these errors were encountered:
Good catch. Thanks to report It! Feel free to PR!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of this package are you using?
2.5.0
What operating system, Node.js, and npm version?
macOS 14.0 (Sonoma preview)
Node.JS v18.10.0
What happened?
If the translation key was in snake case, for example
HELLO_WORLD
then the suggested translation key will be
HELLO
, which is incorrectWhat did you expect to happen?
the suggested translation key showing
HELLO_WORLD
Are you willing to submit a pull request to fix this bug?
I can try
possible fix is changing
_${infer Num}
to_${number}
The text was updated successfully, but these errors were encountered: