Open MuhammadSawalhy opened 7 months ago
Hey there,
I'm facing the same issue with the text extractions menu not working on VS Code Version 1.87.2 and Windows 10 using "i18n Ally (v2.12.0)."
The problem started right after updating to 1.87.2. I downgraded to 1.85, and the plugin worked again.
Seems like there might be a compatibility issue with the latest VS Code update. Hopefully, this information helps in troubleshooting the problem. Looking forward to a compatibility fix soon 👍
Describe the bug I was happy using this extension which made my life easier regarding localization. One of the features that I most used is the text extraction feature. Now when I extract text from the code the menu is not rendered correctly, the behaviour is different when I type a key starting with
Home
and when not. See the screenshots below.Content of the file
```json { "NavBar": { "login": "Login", "get-started": "Get started", "contact-us": "Contact us", "pricing": "Pricing", "templates": "Templates", "nav-bar": "Navigation bar", "toggle-navbar": "Toggle navbar", "about-us": "About us" }, "Footer": { "sitemap": "Sitemap", "social-media": "Contact us on", "terms": "Terms", "privacy": "Privacy" }, "Home": { "Hero": { "try-it-now": "Try it now", "hero-image-alt": "Two screens of a mobile and laptop showing a website", "description": "Create a stunning website that reflects your expertise, tailored for professionals in every industry. Design, customize, and launch your own website in minutes – no technical hurdles, just professional results.", "title": "Create Your./messages/en.json
:Extension Version i18n Ally (v2.12.0)
Framework/i18n package you are using Next.js 14 / next-intl
To Reproduce Steps to reproduce the behavior:
Home.
Device Infomation
Extension Log Go to
View
->Output
->i18n Ally
, and paste the content below. You should mask any sensitive informationScreenshots
When typing any key not starting with
Home.
:When typing a key starting with
Home.
: