From owner-freebsd-translators@freebsd.org Thu Mar 17 21:16:28 2016 Return-Path: Delivered-To: freebsd-translators@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E78DAD4F02 for ; Thu, 17 Mar 2016 21:16:28 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2942F188F for ; Thu, 17 Mar 2016 21:16:27 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u2HLGQk1064905 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 17 Mar 2016 15:16:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u2HLGPAb064901; Thu, 17 Mar 2016 15:16:25 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 17 Mar 2016 15:16:25 -0600 (MDT) From: Warren Block To: RayCherng Yu cc: freebsd-translators@freebsd.org Subject: Re: Missing FAQ webpage in zh_TW In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 17 Mar 2016 15:16:26 -0600 (MDT) X-BeenThere: freebsd-translators@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Translators List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 21:16:28 -0000 On Wed, 9 Mar 2016, RayCherng Yu wrote: > I can see the faq directory in zh_TW.UTF-8 direectory in doc tree but can't > find it in https://www.freebsd.org/doc/zh_TW/books/, nor in > https://www.freebsd.org/doc/zh_TW/books/faq/ > > Is there anything wrong or any setting needed to correct it? Sorry about the delay in looking at this. There are Makefiles in the articles and books directories that build each of the books or articles. In zh_TW/books/Makefile, the FAQ entry has been commented out. So when the cluster builds the zh_TW books, it does not build the FAQ. That was probably added when the translated FAQ became too outdated. We can turn it back on easily enough. Is the new translation ready for that?