[PATCH v2] Added Samoan language locale for Samoa
Mike FABIAN
mfabian@redhat.com
Tue Jul 11 11:36:00 GMT 2017
Akhilesh Kumar <akhilesh.k@samsung.com> wrote:
> [BZ #21710]
> Added Samoan language locale for Samoa
>
> +% Equivalent of AM PM
> +% AM PM
> +am_pm "<U0041><U004D>";/
> + "<U0050><U004D>"
> +%
There is still no translation for AM and PM.
Is it OK to use the English strings here?
[...]
> +LC_MONETARY
> +% https://en.wikipedia.org/wiki/ISO_4217
> +% WST
> +int_curr_symbol "<U0057><U0053><U0024><U0020>"
> +% https://en.wikipedia.org/wiki/Samoan_t%C4%81l%C4%81
> +% WS$
> +currency_symbol "<U0057><U0053><U0054>"
decoded:
LC_MONETARY
% https://en.wikipedia.org/wiki/ISO_4217
% WST
int_curr_symbol "WS$ "
% https://en.wikipedia.org/wiki/Samoan_t%C4%81l%C4%81
% WS$
currency_symbol "WST"
This seems wrong and does not agree with the comments, it should be:
int_curr_symbol "WST "
currency_symbol "WS$"
[...]
--
Mike FABIAN <mfabian@redhat.com>
More information about the Libc-alpha
mailing list