Commit 2118aa8a authored by Carl Meyer's avatar Carl Meyer
Browse files

Clarify that HTTP Accept-Language header is case-insensitive.

parent 5732424b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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,