aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2016-07-15 18:22:09 +0530
committerGitHub <noreply@github.com>2016-07-15 18:22:09 +0530
commit4f567d8d45b025ddef73263321f7f404128ca231 (patch)
treeefe0bfb58e92d6a13524d4e3056854e856cb6a80
parentea007832ecd512df1f39dc918b15064061b154f1 (diff)
parentbd6d2ec604b5605fe8e92f8b295cc1703667d0bf (diff)
downloadrails-4f567d8d45b025ddef73263321f7f404128ca231.tar.gz
rails-4f567d8d45b025ddef73263321f7f404128ca231.tar.bz2
rails-4f567d8d45b025ddef73263321f7f404128ca231.zip
Merge pull request #25845 from znz/fix-broken-link
Fix broken link [ci skip]
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index f3802a142f..850f0def03 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -1120,7 +1120,7 @@ Contributing to Rails I18n
I18n support in Ruby on Rails was introduced in the release 2.2 and is still evolving. The project follows the good Ruby on Rails development tradition of evolving solutions in gems and real applications first, and only then cherry-picking the best-of-breed of most widely useful features for inclusion in the core.
-Thus we encourage everybody to experiment with new ideas and features in gems or other libraries and make them available to the community. (Don't forget to announce your work on our [mailing list](http://groups.google.com/group/rails-i18n!))
+Thus we encourage everybody to experiment with new ideas and features in gems or other libraries and make them available to the community. (Don't forget to announce your work on our [mailing list](http://groups.google.com/group/rails-i18n)!)
If you find your own locale (language) missing from our [example translations data](https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale) repository for Ruby on Rails, please [_fork_](https://github.com/guides/fork-a-project-and-submit-your-modifications) the repository, add your data and send a [pull request](https://github.com/guides/pull-requests).