mirror of https://github.com/rails/rails
remove obsolete i18n links from guides [ci skip]
This commit is contained in:
parent
5e496cbf35
commit
71a3e6634c
|
@ -1113,7 +1113,7 @@ Conclusion
|
||||||
|
|
||||||
At this point you should have a good overview about how I18n support in Ruby on Rails works and are ready to start translating your project.
|
At this point you should have a good overview about how I18n support in Ruby on Rails works and are ready to start translating your project.
|
||||||
|
|
||||||
If you find anything missing or wrong in this guide, please file a ticket on our [issue tracker](http://i18n.lighthouseapp.com/projects/14948-rails-i18n/overview). If you want to discuss certain portions or have questions, please sign up to our [mailing list](http://groups.google.com/group/rails-i18n).
|
If you want to discuss certain portions or have questions, please sign up to the [rails-i18n mailing list](http://groups.google.com/group/rails-i18n).
|
||||||
|
|
||||||
|
|
||||||
Contributing to Rails I18n
|
Contributing to Rails I18n
|
||||||
|
@ -1130,10 +1130,8 @@ Resources
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* [Google group: rails-i18n](http://groups.google.com/group/rails-i18n) - The project's mailing list.
|
* [Google group: rails-i18n](http://groups.google.com/group/rails-i18n) - The project's mailing list.
|
||||||
* [GitHub: rails-i18n](https://github.com/svenfuchs/rails-i18n/tree/master) - Code repository for the rails-i18n project. Most importantly you can find lots of [example translations](https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale) for Rails that should work for your application in most cases.
|
* [GitHub: rails-i18n](https://github.com/svenfuchs/rails-i18n) - Code repository and issue tracker for the rails-i18n project. Most importantly you can find lots of [example translations](https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale) for Rails that should work for your application in most cases.
|
||||||
* [GitHub: i18n](https://github.com/svenfuchs/i18n/tree/master) - Code repository for the i18n gem.
|
* [GitHub: i18n](https://github.com/svenfuchs/i18n) - Code repository and issue tracker for the i18n gem.
|
||||||
* [Lighthouse: rails-i18n](http://i18n.lighthouseapp.com/projects/14948-rails-i18n/overview) - Issue tracker for the rails-i18n project.
|
|
||||||
* [Lighthouse: i18n](http://i18n.lighthouseapp.com/projects/14947-ruby-i18n/overview) - Issue tracker for the i18n gem.
|
|
||||||
|
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
|
|
Loading…
Reference in New Issue