From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/6] gnu: Add liblangtag. Date: Mon, 7 Mar 2016 20:30:37 +0100 Message-ID: <20160307193037.GA25133@solar> References: <1457347327-13748-1-git-send-email-efraim@flashner.co.il> <1457347327-13748-2-git-send-email-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad0re-0004ew-6M for guix-devel@gnu.org; Mon, 07 Mar 2016 14:30:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ad0ra-00054T-U5 for guix-devel@gnu.org; Mon, 07 Mar 2016 14:30:46 -0500 Received: from mailrelay1.public.one.com ([91.198.169.124]:15974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad0ra-00054I-IR for guix-devel@gnu.org; Mon, 07 Mar 2016 14:30:42 -0500 Content-Disposition: inline In-Reply-To: <1457347327-13748-2-git-send-email-efraim@flashner.co.il> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Efraim Flashner Cc: guix-devel@gnu.org On Mon, Mar 07, 2016 at 12:42:02PM +0200, Efraim Flashner wrote: > * gnu/packages/libreoffice.scm (liblangtag): New variable. It compiles without problem for me. > + (description "liblangtag is an interface library to access/deal with tags > +for identifying languages, which is described in RFC 5646. It supports > +extensions in extensions RFC6067, RFC6497, and new T Extensions for > +language/locale identifier in CLDR 21.0.2.") The description is a bit convoluted and not really understandable. How about, as a first approximation: liblangtag implements an interface to work with tags for identifying languages as described in RFC 5646. It supports the extensions described in RFC6067 and RFC6497, and Extension T for language/locale identifier as described in the Unicode CLDR standard 21.0.2. I do not know whether we capitalise the first letter of the proper name "liblangtag". Andreas