Open
Description
I knwo google sheets is so so basic, but i saw another project doing it and its not half bad.
see here:
https://github.com/jgraph/draw.io/wiki/Translations
- This is actually a great way to do it, mostly because Translators DONT have to screw around with git.
- I can probably write a little tool to keep master in sync with the spreadsheet.
- Does a Diff between what the code EN trans are and whats in the google sheet.
- Red for removed from Git
- Green for added from Git.
- Translators can then sort by the Red, Gree and their language to see the exact work to be done.
- Does a Diff between what the code EN trans are and whats in the google sheet.
I think there are some decent tools for talking to google sheets from golang.
https://developers.google.com/sheets/quickstart/go
- It looks capable enough..