The application is contains two rake tasks
-
First rake task copies the spreadsheet from the google drive and updates the locales yml files
-
Second rake task reads the above yml file and generates the csv file
-
Update config file with proper paths and key of the translation spreadsheet
-
To run the first rake task, use command
rake config:generate:yml
- To run the second rake task, use command
rake config:generate:csv
- To run both rake tasks, use command
rake config:generate:yml_and_csv
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D