resolve-accept-language
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "resolve-accept-language", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Resolve the preferred locale based on the value of an `Accept-Language` HTTP header.", | ||
@@ -5,0 +5,0 @@ "main": "lib/resolve-accept-language.js", |
@@ -46,3 +46,3 @@ # resolve-accept-language | ||
impossible to provide the right format for some content such as dates and numbers. Also, while languages are similar across countries, | ||
there are different ways too say the same thing. Our hypothesis is that by better targeting the audience, the user experience will | ||
there are different ways to say the same thing. Our hypothesis is that by better targeting the audience, the user experience will | ||
improve. | ||
@@ -49,0 +49,0 @@ - About 99% of all cases can be covered using the `language`-`country` format. We could possibly extend script support in the future |
23336