Permalink
Cannot retrieve contributors at this time
17 lines (14 sloc)
731 Bytes
| # The Project API Token from Web Translate It | |
| api_key: SECRET | |
| # Optional: locales not to sync with Web Translate It. | |
| # Takes a string, a symbol, or an array of string or symbol. | |
| # More information here: https://github.com/AtelierConvivialite/webtranslateit/wiki | |
| # ignore_locales: :en | |
| # Or if you prefer a list of locales to sync with WebTranslateIt: | |
| # needed_locales: [en, fr, it] | |
| # Optional | |
| # before_pull: "echo 'some unix command'" # Command executed before pulling files | |
| # after_pull: "touch tmp/restart.txt" # Command executed after pulling files | |
| # | |
| # before_push: "echo 'some unix command'" # Command executed before pushing files | |
| # after_push: "touch tmp/restart.txt" # Command executed after pushing files |