Project
i18n VsCode Extension
This is an extension I made for my team that helps with adding and managing translations in our app.

This extension has 2 main functions:
- Highlight missing translations in our modules by checking the translation file keys against the text wrapped with the useTranslation hook
- Adds a quick way to add any missing translations by hovering over a translation and clicking "Add translation" which opens a dialog box and will automatically paste whatever is in your clipboard.
The problem: When I first started working I was assigned multiple tickets that cited bugs with translating text. What I noticed was that these bugs weren't really bugs, the translations were just never added, and thus the idea for this mini project was born.
I have gotten good feedback from the team and may add some more features, like importing translations from an excel file, as sometimes we receive the translated text from the stakeholders in this form, however for now this does everything it's supposed to do.