Configuring i18n-ally with i18next in Deno Fresh projects #1162
cosmoswafer
started this conversation in
General
Replies: 1 comment
-
|
Perfect ! It's fixing others issues as for me it was VSCode Workspace so the package.json was not at the root of the project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there! For those diving into Deno Fresh projects and using
i18next, here's a tip to geti18n-allyworking smoothly. By default,i18n-allywon't recognizedeno.jsonbecause it's on the lookout for apackage.jsonfile, which Deno doesn't use. You can easily configurei18n-allyto recognize your setup withi18next.Simply add this snippet to your settings:
And there you have it! You've now informed
i18n-allyto collaborate seamlessly with your translation files. Now, all the features of i18n Ally should function as expected.Beta Was this translation helpful? Give feedback.
All reactions