QuiiBz / next-international

Type-safe internationalization (i18n) for Next.js
https://next-international.vercel.app
MIT License
1.28k stars 59 forks source link

question: if i have alot of translations for alot of pages, how to load only the nessisary translation ? #304

Closed zakidze closed 9 months ago

zakidze commented 9 months ago

say i have home page about page ....

how to load home page only home page translations about page only about page translations ,

home.json about.json contact.json

how in landing page load only home.json and not about.json

QuiiBz commented 9 months ago

Duplicate of https://github.com/QuiiBz/next-international/issues/267, this feature isn't supported yet.