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
Describe the bug If the string value contains a hashtag sign ('#'), it's being cropped and only the part before the sign is translated.
Extension Version i18n Ally v2.12.0
Framework/i18n package you are using vue-i18n
To Reproduce Steps to reproduce the behavior:
If the string begins with the hashtag, you'll get an "undefined" error, because translating of empty strings is not allowed.
Device Infomation
Extension Log
🌍 Translating "%key.nestedKey%" (en->es) 💾 Writing %...%/locales/es.json ✅ Loading finished
Screenshots
Works well without a hashtag:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If the string value contains a hashtag sign ('#'), it's being cropped and only the part before the sign is translated.
Extension Version
i18n Ally v2.12.0
Framework/i18n package you are using
vue-i18n
To Reproduce
Steps to reproduce the behavior:
If the string begins with the hashtag, you'll get an "undefined" error, because translating of empty strings is not allowed.
Device Infomation
Extension Log
Screenshots
Works well without a hashtag:
The text was updated successfully, but these errors were encountered: