Relative Content

Tag Archive for reactjsnext.jsfunctional-programmingi18next

How to iterate i18n array inside json in nextjs?

I am building a grid box with 6 items that it need to be translated using i18n however I noticed that my code and common.json are breaking up with features arrays of objects to retrieve that to translate. what’s the best way to do this without refactoring my code less dynamically?