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 v2] Added Samoan language locale for Samoa


> [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?

am_pm and t_fmt_ampm - made empty for 24 hour time

>[...]
> 
> > +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$"
> 

Agree with your comments ..... 
changes done with below url  
https://sourceware.org/ml/libc-alpha/2017-07/msg00481.html

Akhilesh 


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