Mauri Karlin
Mauri Karlin
> Proof of concept using API routes in the [feature/apiroutetranslations branch](https://github.com/fwojciec/simple-i18n-example/tree/feature/apiroutetranslations). The [example site] (https://simple-i18n-example.fwojciec.now.sh) is currently built using this branch. > > The main change is loading translation strings...
> @rovaniemi -- that's just how the traditional SSR works in Next unfortunately. This is why using namespaces was a good idea when using the approach adopted in this repo....
Okay! Thanks, I will try it out.