Changes between Initial Version and Version 1 of Ticket #11915
- Timestamp:
- Feb 1, 2010, 6:38:32 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11915
- Property Triage Stage Unreviewed → Design decision needed
- Property Version 1.0 → SVN
-
Ticket #11915 – Description
initial v1 2 2 3 3 For example, if a user's browser sends a header 4 {{{ 4 5 Accept-Language: pt 5 6 }}} 6 7 And my site has 8 {{{ 7 9 LANGUAGES = ( 8 10 #... … … 10 12 #... 11 13 ) 12 14 }}} 13 15 Then the pt_BR locale files I have should be used. (RFC 2616: 'A language-range matches a language-tag if it exactly equals the tag, or if it exactly equals a prefix of the tag such that the first tag character following the prefix is "-".') 14 16