Skip to content

Commit

Permalink
Add the localeapp link
Browse files Browse the repository at this point in the history
  • Loading branch information
Pham Trung Nam authored and Pham Trung Nam committed May 29, 2012
1 parent db4d7db commit 5dc15f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Translations for **[Rails Admin v0.0.3+](https://github.com/sferik/rails_admin)*

## Contributing to rails_admin-i18n

- Edit the translations directly on the [rails_admin-i18n](http://www.localeapp.com/projects/377) project on Locale.
- Edit the translations directly on the [rails_admin-i18n](http://www.localeapp.com/projects/905) project on Locale.
- **That's it!**
- The maintainer will then pull translations from the Locale project and push to Github.

Expand Down
2 changes: 1 addition & 1 deletion spec/rails_admin-i18n_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Dir.glob('locales/*.yml').each do |locale_file|
describe "a rails_admin-i18n #{locale_file} locale file" do
it_behaves_like 'a valid locale file', locale_file
it { locale_file.should be_a_subset_of 'locales/en.yml' }
it { locale_file.should be_a_subset_of 'locales/en-US.yml' }
end
end

0 comments on commit 5dc15f3

Please sign in to comment.