Commit afb024b7 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Still can find only one problem case alluded to by André.

Where Accept-Lanuage is da Q=1 and ru Q=1, leaving these out of the priority
list results in English as the tie-breaker, which is incorrect.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1792215 13f79535-47bb-0310-9956-ffa450edef68
parent e515e262
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -31,9 +31,8 @@ AliasMatch ^/manual(?:/(?:da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn))?(/.*)?$ "@exp
    # Reflect the greatest effort in translation (most content available),
    # inferring greater attention to detail (potentially false assumption,
    # counting translations presently in-sync would be more helpful.)
    # Use caution counting; safest pattern is '*.xml.XX*' and drop negligable
    # translations of fewer than 10 manual pages; at the time of this list;
    # .xml sources: 266 214 110 94 82 25 22    18
    LanguagePriority en  fr  ko ja tr es de zh-cn
    # Use caution counting; safest pattern is '*.xml.XX'. Recent .xml source
    # document count: 266 214 110 94 82 25 22    18     4  1  1
    LanguagePriority   en  fr  ko ja tr es de zh-cn pt-br da ru
    ForceLanguagePriority Prefer Fallback
</Directory>