Configuring i18n-ally with i18next in Deno Fresh projects #1162
cosmoswafer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there! For those diving into Deno Fresh projects and using
i18next
, here's a tip to geti18n-ally
working smoothly. By default,i18n-ally
won't recognizedeno.json
because it's on the lookout for apackage.json
file, which Deno doesn't use. You can easily configurei18n-ally
to recognize your setup withi18next
.Simply add this snippet to your settings:
And there you have it! You've now informed
i18n-ally
to 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