Closed jesspagan closed 5 years ago
You try using saveMissing during development time? using the devserver from webpack? that won't work - that server provides no route to save missing strings...
you need a real server (eg. express)...or use a service like https://locize.com you can directly replace your xhr-backend with the one of the service.
thanks
I am able to get a GET 200 for loadPath but I get a POST 404 when there is a missing key and the missing key does not save. I see a bunch of snippets of config but I am not able to find any complete example of how to implement the save missing key feature correctly.
Here is the i18n config:
Here is a http response: