This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 2/2] Add mnw language code [BZ #25139]
- From: Florian Weimer <fweimer at redhat dot com>
- To: Mike FABIAN <mfabian at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 05 Nov 2019 14:47:10 +0100
- Subject: Re: [PATCH 2/2] Add mnw language code [BZ #25139]
- References: <s9dy2wutq26.fsf@taka.site>
* Mike FABIAN:
> Add mnw language code [BZ #25139]
>
> From f64b5f7daec85c99614120e5d9a89535253ecd48 Mon Sep 17 00:00:00 2001
> From: Mike FABIAN <mfabian@redhat.com>
> Date: Tue, 5 Nov 2019 12:26:58 +0100
> Subject: [PATCH 2/2] Add mnw language code [BZ #25139]
>
> ---
> locale/iso-639.def | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/locale/iso-639.def b/locale/iso-639.def
> index 193e52352a..926aebada0 100644
> --- a/locale/iso-639.def
> +++ b/locale/iso-639.def
> @@ -333,6 +333,7 @@ DEFINE_LANGUAGE_CODE3 ("Miscellaneous languages", mis, mis)
> DEFINE_LANGUAGE_CODE3 ("Mohawk", moh, moh)
> DEFINE_LANGUAGE_CODE3 ("Moksha", mdf, mdf)
> DEFINE_LANGUAGE_CODE ("Moldavian", mo, mol, mol)
> +DEFINE_LANGUAGE_CODE3 ("Mon", mnw, mnw)
> DEFINE_LANGUAGE_CODE3 ("Mon-Khmer (Other)", mkh, mkh)
> DEFINE_LANGUAGE_CODE ("Mongolian", mn, mon, mon)
> DEFINE_LANGUAGE_CODE3 ("Mongo", lol, lol)
This looks good to me, thanks.
Florian