Skip to content

Commit

Permalink
Remove localeapp referecens from README
Browse files Browse the repository at this point in the history
It's been a while now we're accepting PR for translations. Also
localeapp doesn't help much to do the translations across all supported
branchs
  • Loading branch information
huoxito committed Dec 3, 2013
1 parent 021c2e0 commit 7f11812
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ This is the Internationalization project for [Spree Commerce][1]

See the [official Internationalization documentation][2] for more details.

**Please read the instructions below before submitting a PR**

- Edit the translations directly on the [spree_i18n][5] project on Locale.
- **That's it!**
- The maintainer will then pull translations from the Locale project and push to Github.

Happy translating!

Pull requests for any fixes on how the application works are still very welcome :-)

## Installation

Add the following to your `Gemfile`.
Expand Down Expand Up @@ -77,27 +69,11 @@ If you would like to run the tests of this project, follow these steps:
2. Change into the directory and run `bundle exec rake test_app` to generate a dummy application.
3. Run `bundle exec rspec spec` to run the tests.

## Support Team

First, make sure you have created the temporary directory used by the localeapp gem during pushes, etc.

```
mkdir -p .localeapp/locales
```

Next, if you're one of the community members with the necessary credentials to update the default locale file on localeapp.com then you can do so with the following command.

```
localeapp --api-key=YOURAPIKEYHERE push ../spree/core/config/locales/en.yml
```

Copyright (c) 2013 Spree Commerce Inc. and other contributors. released under the [New BSD License][6]

[1]: http://spreecommerce.com
[2]: http://guides.spreecommerce.com/i18n.html
[3]: https://github.com/svenfuchs/globalize3
[4]: http://www.localeapp.com
[5]: http://www.localeapp.com/projects/4605
[6]: https://github.com/spree/spree_i18n/tree/master/LICENSE
[7]: https://github.com/globalize/globalize
[8]: https://github.com/airblade/paper_trail

0 comments on commit 7f11812

Please sign in to comment.