From owner-freebsd-doc@FreeBSD.ORG Sat Jul 15 10:50:23 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B875816A4DA for ; Sat, 15 Jul 2006 10:50:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC35443D49 for ; Sat, 15 Jul 2006 10:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6FAoM1u006090 for ; Sat, 15 Jul 2006 10:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6FAoMUc006089; Sat, 15 Jul 2006 10:50:22 GMT (envelope-from gnats) Resent-Date: Sat, 15 Jul 2006 10:50:22 GMT Resent-Message-Id: <200607151050.k6FAoMUc006089@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00B9016A4E1; Sat, 15 Jul 2006 10:49:55 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5A743D45; Sat, 15 Jul 2006 10:49:55 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (u14-109.u203-187.giga.net.tw [203.187.14.109]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id C15832E970; Sat, 15 Jul 2006 18:49:55 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Sat, 15 Jul 2006 18:54:05 +0800 Message-Id: <20060715104955.C15832E970@smtp2.bc.hgc.com.tw> Date: Sat, 15 Jul 2006 18:54:05 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: hrs@FreeBSD.org, delphij@FreeBSD.org Subject: docs/100334: [PATCH] zh_CN: Correct th last part of FPI(should be ISO 639 language code) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chinsan List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 10:50:23 -0000 >Number: 100334 >Category: docs >Synopsis: [PATCH] zh_CN: Correct th last part of FPI(should be ISO 639 language code) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 10:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 2 16:44:35 CST 2006 root@chinsan2.twbbs.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Correct th last part of FPI(should be ISO 639 language code) As a result of http://lists.freebsd.org/pipermail/freebsd-doc/2006-July/010736.html hrs@: "The last part of FPI have to be a language code, not a country code, specified in ISO 639" Accroding to /usr/share/misc/iso639, zh_CN.GB2312 should take "ZH" as the last part of FPI. >How-To-Repeat: >Fix: --- zh_CN.GB2312.FPI.diff begins here --- diff -ruN zh_CN.GB2312/share/sgml.orig/catalog zh_CN.GB2312/share/sgml/catalog --- zh_CN.GB2312/share/sgml.orig/catalog Sat Jul 15 18:45:03 2006 +++ zh_CN.GB2312/share/sgml/catalog Sat Jul 15 18:46:07 2006 @@ -14,10 +14,10 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN" "l10n.ent" -- Addition to en_US, opened in l10n.ent. -- -PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//CN" +PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//ZH" "authors.ent" -- Chinese-specific, opened in l10n.ent. -- -PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//CN" +PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//ZH" "authors-in-author-tag.ent" -- Override en_US -- PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN" diff -ruN zh_CN.GB2312/share/sgml.orig/l10n.ent zh_CN.GB2312/share/sgml/l10n.ent --- zh_CN.GB2312/share/sgml.orig/l10n.ent Sat Jul 15 18:45:03 2006 +++ zh_CN.GB2312/share/sgml/l10n.ent Sat Jul 15 18:46:50 2006 @@ -16,11 +16,11 @@ - + %authors.cn; + PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//ZH"> %authors.in.author.tag.cn; --- zh_CN.GB2312.FPI.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: