You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i18n-ally is unmaintained and the official support for typesafe-i18n won't get merged.
I don't want to spend my time on those issues anymore.
In the future you should take a look at https://inlang.com/, which will offer an IDE extension soon that can be replac som ekey functionality of i18n-ally.
I've integrated i18n-ally extension exactly like in the docs but I was getting the error mentioned here: lokalise/i18n-ally#709
They've provided a solution in that issue which is:
cd ~/.vscode/ extensions/lokalise.i18n-ally-2.8.1/
yarn add -D ts-node
After doing that, I was getting the error mentioned here:
lokalise/i18n-ally#709 (comment)
The solution to that is to add a phantom package.json file :
touch src/i18n/package.json
I made a file like this (maybe it could be empty and still work?)
{ "name": "phantom-i18n" }
And that finally fixed it. Seems like a lot of work to integrate it, hope the extension gets updated/forked in the near future.
The text was updated successfully, but these errors were encountered: