How to solve "expression of type 'string' can't be used to index type"
I try to migrate a webseite from React to Next.js, but struggeling to implement i18n for SSR-pages. At the moment I try to follow this tutorial here: https://localizely.com/blog/nextjs-i18n-tutorial/ I’ve already created an lang-folder and put some json-files in there. Here is the content of de.json: { "demo": "Startseite (de)", "eventlist":"Event-Liste", "menu": { "home": "Startseite", "events":… Read More How to solve "expression of type 'string' can't be used to index type"