This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/1] Added Tok-Pisin locale.
- From: Mike FABIAN <mfabian at redhat dot com>
- To: Akhilesh Kumar <akhilesh dot k at samsung dot com>
- Cc: libc-alpha at sourceware dot org, pankaj dot m at samsung dot com, hakbong5 dot lee at samsung dot com, maninder1 dot s at samsung dot com
- Date: Wed, 05 Jul 2017 18:39:23 +0200
- Subject: Re: [PATCH 1/1] Added Tok-Pisin locale.
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=mfabian at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 59DE6C0035B2
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 59DE6C0035B2
- References: <CGME20170705115548epcas5p3c85642e2e5da043a95da12a475017c9b@epcas5p3.samsung.com> <1499255563-30123-1-git-send-email-akhilesh.k@samsung.com>
Akhilesh Kumar <akhilesh.k@samsung.com> wrote:
> +category "i18n:2017";LC_IDENTIFICATION
> +category "i18n:2017";LC_CTYPE
> +category "i18n:2017";LC_COLLATE
> +category "i18n:2017";LC_TIME
> +category "i18n:2017";LC_NUMERIC
> +category "i18n:2017";LC_MONETARY
> +category "i18n:2017";LC_PAPER
> +category "i18n:2017";LC_MEASUREMENT
> +category "i18n:2017";LC_MESSAGES
> +category "i18n:2017";LC_NAME
> +category "i18n:2017";LC_ADDRESS
> +category "i18n:2017";LC_TELEPHONE
> +END LC_IDENTIFICATION
This causes an error when building the locale:
tpi_PG.UTF-8...LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_CTYPE'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_NUMERIC'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_TIME'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_COLLATE'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_MONETARY'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_MESSAGES'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_PAPER'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_NAME'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_ADDRESS'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_TELEPHONE'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_MEASUREMENT'
LC_IDENTIFICATION: unknown standard `i18n:2017' for category `LC_IDENTIFICATION'
All the other locales have `i18n:2012'.
I’ll change it to `i18n:2012' before committing your patch.
--
Mike FABIAN <mfabian@redhat.com>