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