This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/1] Added Tok-Pisin locale.


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]