diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2013-06-27 01:09:56 -0700 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2013-06-27 01:09:56 -0700 |
commit | 0a1591d51f7dccd9620d0d23711b8afef1b03e6d (patch) | |
tree | 9a63cc0b950cf94c467418fb4f6a30b98e5e04d3 /guides | |
parent | f5df6e5a6d5e6253708ea8cdb27ad675afea056c (diff) | |
parent | 8c0fc982140c3d36fd8daca2f2f618bf44f89885 (diff) | |
download | rails-0a1591d51f7dccd9620d0d23711b8afef1b03e6d.tar.gz rails-0a1591d51f7dccd9620d0d23711b8afef1b03e6d.tar.bz2 rails-0a1591d51f7dccd9620d0d23711b8afef1b03e6d.zip |
Merge pull request #11137 from WvanLelyveld/master
There was a parenthesis in the guides, which resulted in the one link not working, and a second link not even showing. [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/i18n.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md index 9e5278c92b..062da3877b 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -283,7 +283,7 @@ def extract_locale_from_accept_language_header end ``` -Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http_accept_language](https://github.com/iain/http_accept_language/tree/master or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb). +Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http_accept_language](https://github.com/iain/http_accept_language/tree/master) or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb). #### Using GeoIP (or Similar) Database |