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
Doesn't understand that $_() is accessing the store. Instead, errors with: i18n key "$_" does not exist
$_()
i18n key "$_" does not exist
Extension Version
2.11.1
Framework/i18n package you are using
svelte-i18n
To Reproduce Steps to reproduce the behavior:
Device Infomation
Extension Log Go to View -> Output -> i18n Ally, and paste the content below. You should mask any sensitive information
View
Output
i18n Ally
🈶 Activated, v2.11.1 ―――――― 💼 Workspace root changed to "/Users/michaliswoss/Documents/GitHub/portfolio" 📦 Packages file "package.json" found 🕳 Packages file "pubspec.yaml" not exists 🕳 Packages file "composer.json" not exists 🕳 Packages file "Gemfile" not exists 🌞 Enabled 🧩 Enabled frameworks: Svelte, General 🧬 Enabled parsers: json, yaml, json5 📈 Telemetry id: 7ffed202-4f6f-47af-918d-fcea3ecc3036 🚀 Initializing loader "/Users/michaliswoss/Documents/GitHub/portfolio" 📂 Directory structure: file 🗃 Path Matcher Regex: /^(?<locale>[\w-_]+)\.(?<ext>json|ya?ml|json5)$/ 📂 Loading locales under /Users/michaliswoss/Documents/GitHub/portfolio/src/lib/i18n 👀 Watching change on /Users/michaliswoss/Documents/GitHub/portfolio/src/lib/i18n 📂 Loading locales under /Users/michaliswoss/Documents/GitHub/portfolio/src/lib/i18n/locales 📑 Loading (de) de.json [1694866604581.468] 📑 Loading (en) en.json [1694866578536.1143] 👀 Watching change on /Users/michaliswoss/Documents/GitHub/portfolio/src/lib/i18n/locales ✅ Loading finished ――――――
Screenshots
The text was updated successfully, but these errors were encountered:
#1003
Sorry, something went wrong.
Published fix in v2.12.0
@MichalisWoess can you check whether your case was fixed too, please?
Yep, works now. Thanks :)
No branches or pull requests
Describe the bug
Doesn't understand that
$_()
is accessing the store. Instead, errors with:i18n key "$_" does not exist
Extension Version
2.11.1
Framework/i18n package you are using
svelte-i18n
To Reproduce
Steps to reproduce the behavior:
Device Infomation
Extension Log
Go to
View
->Output
->i18n Ally
, and paste the content below. You should mask any sensitive informationScreenshots
The text was updated successfully, but these errors were encountered: