Skip to content

Commit

Permalink
Merge pull request #50586 from G-Rath/patch-1
Browse files Browse the repository at this point in the history
docs: update reference to `main` branch [skip ci]
  • Loading branch information
fatkodima committed Jan 5, 2024
2 parents 614ec5f + 71fefdf commit a2ed343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/i18n.md
Expand Up @@ -312,7 +312,7 @@ private
```


In practice, more robust code is necessary to do this reliably. Iain Hecker's [http_accept_language](https://github.com/iain/http_accept_language/tree/master) library or Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb) Rack middleware provide solutions to this problem.
In practice, more robust code is necessary to do this reliably. Iain Hecker's [http_accept_language](https://github.com/iain/http_accept_language/tree/master) library or Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/main/lib/rack/contrib/locale.rb) Rack middleware provide solutions to this problem.

##### Inferring the Locale from IP Geolocation

Expand Down

0 comments on commit a2ed343

Please sign in to comment.