README.md in i18n-migrations-2.0.3 vs README.md in i18n-migrations-2.0.4
- old
+ new
@@ -45,34 +45,25 @@
- es
..
In your project file, you should then have all your english terms in ```config/locales/en.yml```
-To create a new locale (like es.yml):
+You can:
-1. Translate all the terms w/ google translate
+* [Create a new locale](https://github.com/transparentclassroom/i18n-migrations/wiki/Create-a-new-locale-(language))
+* [Add a migration](https://github.com/transparentclassroom/i18n-migrations/wiki/Add-a-migration)
- > i18n-migrate new_locale es
-
-2. Create a spreadsheet that is world editable (for now). You'll want to add the link to it to your config file. It should look like:
-
- | key | en | es | notes |
-
-2. Push this to your google spreadsheet (the -f means it won't try to pull first)
-
- > i18n-migrate push -f es
-
-
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
1. Fork it ( https://github.com/[my-github-username]/i18n-migrations/fork )
-2. Create your feature branch (`git checkout -b my-new-feature`)
-3. Commit your changes (`git commit -am 'Add some feature'`)
-4. Push to the branch (`git push origin my-new-feature`)
-5. Create a new Pull Request
+1. Create your feature branch (`git checkout -b my-new-feature`)
+1. Make sure tests are passing (`rake`)
+1. Commit your changes (`git commit -am 'Add some feature'`)
+1. Push to the branch (`git push origin my-new-feature`)
+1. Create a new Pull Request