Comment on Lessons From Linguistics: i18n Best Practices for Front-End DevelopersparentComments−majido3yI believe the library mentioned in the article (i18next) provides the necessary hooks to do this. See ‘saveMissing’ option [1].Though you need a backend to save this and manage translations. The maintainer of that library, locize, business model is to provide such a service.[1] https://www.i18next.com/how-to/extracting-translations−gorbypark3yThere’s a really nice babel plugin as well that can do the extraction.
Comments
I believe the library mentioned in the article (i18next) provides the necessary hooks to do this. See ‘saveMissing’ option [1].
Though you need a backend to save this and manage translations. The maintainer of that library, locize, business model is to provide such a service.
[1] https://www.i18next.com/how-to/extracting-translations
There’s a really nice babel plugin as well that can do the extraction.