I am trying to put together a NextJS project that needs i18n. I found multiple libraries regarding i18n. Do we really need to those ? Though I went through documentations, maintaining an Object at global level and retrieving it based on locale info from NextJS using some kind of logic feel easier. Is there any specific use-case these libraries are trying to solve ? Am I missing something.
Thanks