ray007

Results 119 comments of ray007

My program is only a processor for customer projects. We now offer localized number formatting, but have to limit the selection to the browser-supported subset.

Experience says: they'll use everything we offer and will ask for more. I know we do have customers in china and japan, so non-latin numbers for there will definitely be...

IMHO exporting everythings that's in CLDR sounds like a good idea to me. I can ask. The company I work for also sells hardware, that displays the same customer-produced projects...

> I don't think we can do this in the Web context, because CLDR changes over time and we need APIs that don't break over time. The data in the...

I'm using `DateTimeFormat` to generate a formatter like globalize.js dateFormatter. Trying to do so, I was not able to support all formatters - formatter "Y" partially wrong - formatter "U"...

Currency works, though other than the ICU API, it doesn't take the currency to use from the locale if not given. Agreed about `compact` and `ordinal`. While I'm sure some...

> > Currency works, though other than the ICU API, it doesn't take the currency to use from the locale if not given. > Ok. I think you're asking for...

I can't give any better wishes right now since I don't know what the customers will to with the new localization options we released just last week. I already do...

@eemeli I really dislike the syntax where one has to list all permutations of argument variations manually, it's so easy to miss some this way. And it duplicates a lot...

It seems the end result will not be compatible with MF1, has nothing to do with ICU MessageFormat, why still call it MessageFormat?