From e23d9501748bdbf5e8b58ca7cbe86c6e9d692612 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 21 Apr 2017 14:42:29 +0000 Subject: [PATCH] =?utf8?q?Still=20can=20find=20only=20one=20problem=20case?= =?utf8?q?=20alluded=20to=20by=20Andr=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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/trunk@1792214 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/extra/httpd-manual.conf.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/conf/extra/httpd-manual.conf.in b/docs/conf/extra/httpd-manual.conf.in index e925210564..ddda2f5336 100644 --- a/docs/conf/extra/httpd-manual.conf.in +++ b/docs/conf/extra/httpd-manual.conf.in @@ -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: 278 183 110 94 82 31 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; 278 183 110 94 82 31 22 18 4 1 1 + LanguagePriority en fr ko ja tr es de zh-cn pt-br da ru ForceLanguagePriority Prefer Fallback -- 2.50.1