This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] locale: iso-639: add Talossan language [BZ #19400]
- From: Chris Leonard <cjlhomeaddress at gmail dot com>
- To: Mike Frysinger <vapier at gentoo dot org>
- Cc: libc-alpha <libc-alpha at sourceware dot org>
- Date: Sat, 16 Apr 2016 08:58:05 -0400
- Subject: Re: [PATCH] locale: iso-639: add Talossan language [BZ #19400]
- Authentication-results: sourceware.org; auth=none
- References: <1460792855-28339-1-git-send-email-vapier at gentoo dot org> <CAHdAatayrEapum8=ESyojHnUH6tsC06=9KNVUPghuWv8wvU1yQ at mail dot gmail dot com>
I withdraw my objection, tzl is defined as Talossan in iso639-3
http://www-01.sil.org/iso639-3/chg_detail.asp?id=2012-070&lang=tzl
cjl
On Sat, Apr 16, 2016 at 8:23 AM, Chris Leonard <cjlhomeaddress@gmail.com> wrote:
> How sure are we that Talossan actually landed in ISO-639 as tzl?
>
> https://en.wikipedia.org/wiki/Talossa
>
> I do not dispute that Klingon is actually in there as tlh, but I have
> not come across Talossan before and I spend a fair amount of time
> looking at the ISO639 PO files.
>
> Maybe they can use something from the range
>
> #. Name for qaa-qtz
> msgid "Reserved for local use"
> msgstr ""
>
> If it is supported in localedef.
>
> My concern is not the frivolous nature of the language, but that they
> might be attempting to "squat" in protected namespace.
>
> cjl
>
>
> On Sat, Apr 16, 2016 at 3:47 AM, Mike Frysinger <vapier@gentoo.org> wrote:
>> From: Robin van der Vliet <info@robinvandervliet.com>
>>
>> ---
>> locale/iso-639.def | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/locale/iso-639.def b/locale/iso-639.def
>> index 4bea116..e9c1dd3 100644
>> --- a/locale/iso-639.def
>> +++ b/locale/iso-639.def
>> @@ -454,6 +454,7 @@ DEFINE_LANGUAGE_CODE ("Tagalog", tl, tgl, tgl)
>> DEFINE_LANGUAGE_CODE ("Tahitian", ty, tah, tah)
>> DEFINE_LANGUAGE_CODE3 ("Tai (Other)", tai, tai)
>> DEFINE_LANGUAGE_CODE ("Tajik", tg, tgk, tgk)
>> +DEFINE_LANGUAGE_CODE3 ("Talossan", tzl, tzl)
>> DEFINE_LANGUAGE_CODE3 ("Tamashek", tmh, tmh)
>> DEFINE_LANGUAGE_CODE ("Tamil", ta, tam, tam)
>> DEFINE_LANGUAGE_CODE ("Tatar", tt, tat, tat)
>> --
>> 2.7.4
>>