First of all, I'am super exited about this project. Thanks for all the hard work.
I have one nuxt instance which serves two domains with different languages. I set a default locale based on the domain, and a fallback locale. The SSR side only renders a single locale, say English, so pages loaded over the other domain (eg French) need to swap all translations at hydration time.
I probably need two code bases so I can set the locale for each domain served, and so make sure SSR renders the correct language. But I wonder if there is a way to pre render both locales and select the right one on page load.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c958">#c958</a>)</em></sub></div>