diff options
| author | Carl Meyer <carl@oddbird.net> | 2014-10-20 12:01:01 -0600 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2014-10-20 12:01:28 -0600 |
| commit | 2118aa8aeafe0a215eae7188c40484d791921c67 (patch) | |
| tree | 20d517e28ddb01d00baad721d08bae5b19098b44 /docs | |
| parent | 5732424beed38f81870f2dd9d913310bca1eaf44 (diff) | |
Clarify that HTTP Accept-Language header is case-insensitive.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/index.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/i18n/index.txt b/docs/topics/i18n/index.txt index 7ceff1d9e5..2c25416620 100644 --- a/docs/topics/i18n/index.txt +++ b/docs/topics/i18n/index.txt @@ -73,8 +73,9 @@ Here are some other terms that will help us to handle a common language: language code Represents the name of a language. Browsers send the names of the languages they accept in the ``Accept-Language`` HTTP header using this - format. Examples: ``it``, ``de-at``, ``es``, ``pt-br``. Both the language - and the country parts are in lower case. The separator is a dash. + format. Examples: ``it``, ``de-at``, ``es``, ``pt-br``. Language codes + are generally represented in lower-case, but the HTTP ``Accept-Language`` + header is case-insensitive. The separator is a dash. message file A message file is a plain-text file, representing a single language, |
