Skip to content

Instantly share code, notes, and snippets.

@jmather
Created October 25, 2012 03:56
Show Gist options
  • Save jmather/3950337 to your computer and use it in GitHub Desktop.
Save jmather/3950337 to your computer and use it in GitHub Desktop.

You can enable strict_mode, where only the exact allowed locales will be matched. For example:

  • If your user has a browser locale with de_DE and de, and you only explicitly allow de, the locale de will be chosen.
  • If your user has a browser locale with de and you only explicitly allow de_DE, no locale will be detected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment