DEV Community

Discussion on: How to properly internationalize a React application using i18next

Collapse
 
razbakov profile image
Aleksey Razbakov

Great article!

I had to localise lots of apps and the best translation management so far was Google Spreadsheet. I wrote a small cli script to sync spreadsheet to yml files with flat structure, so it's easy to see changes in git diff.

I hope it can be useful for someone else too - github.com/razbakov/sourcy