Filip Wojciechowski

Results 14 comments of Filip Wojciechowski

I haven't tried deploying it to Netlify specifically. Please keep in mind that the version of the app in the repo is a *server rendered* application. You can deploy it...

Sorry, I don't understand the question...

The example as written currently is written as a Server Sendered App (i.e. the app is run by running a server which needs a server process running (using `next start`)...

Looks great to me! Do you want to make a pull request?

For a large project with many languages I would definitely recommend something like https://github.com/isaachinman/next-i18next. next-i18next adds significant additional complexity to be able to handle large projects with multiple languages, etc.....

It's been a while since I tried next-i18next. How about a strategy with some sort of an api serving subsets of messages for a particular language/namespace? You'd need to load...

I'll reopen the issue, since this is a problem, and it would be good to have a place to discuss possible solutions.

I've been thinking about this a bit lately, but I haven't done any experiments yet... Thanks to everyone for their thoughts and ideas! In general, I think that with larger...

@saaymeen Regarding an npm package idea -- I'm definitely not opposed to it. The only question is what this package should be... It probably doesn't make sense to create an...

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 from an API...