From: Tony Finch Date: Thu, 22 Feb 2001 03:55:22 +0000 (+0000) Subject: Add the correct language tag for interoperation with the Taiwanese X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9574beb709499be5b18c4c4ffcc0ca1091b62b64;p=apache Add the correct language tag for interoperation with the Taiwanese versions of MSIE and Netscape. PR: 7142 Submitted by: Clive Lin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88270 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e31072ede8..dd6495b65e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.12-dev + *) Add the correct language tag for interoperation with the Taiwanese + versions of MSIE and Netscape. [Clive Lin ] PR#7142 + *) Migrate the perchild MPM to use the new apr signal child, and APR thread functions. [Ryan Bloom] diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index dc2d0c7230..ac6ddc077f 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -659,6 +659,7 @@ AddLanguage sv .se AddLanguage cz .cz AddLanguage ru .ru AddLanguage tw .tw +AddLanguage zh-tw .tw # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 6917a03658..a41ac4702d 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -585,6 +585,7 @@ AddLanguage sv .se AddLanguage cz .cz AddLanguage ru .ru AddLanguage tw .tw +AddLanguage zh-tw .tw # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation.