switch-cli 0.0.1
Your application likely consumes .json or .yml files, editing then by hand as a developer is fine. If you are a translator/client without programming background editing these files is difficult. Moreover, when you get more than 5 languages it is hard to keep track what translations are still pending. What you really want is a simple spreadsheet you can all collaberate on. With a simple command you can make it all come true: ``` switch json2csv ./locales ./tmp --google-drive ``` This will take all the json files in the locale directory and convert them to a single csv file under ./tmp/locales.csv it will then upload the file to google drive and open it