Open dankurka opened 9 years ago
Reported by rdayal@google.com
on 2011-12-07 16:29:01
John - does this sound right to you?
Reported by unnurg@google.com
on 2011-12-14 22:00:11
Yes -- amazing that this has never worked and was not noticed before now. Basically,
this came from ICU's MessageFormat, yet GWT's NumberFormat doesn't actually have getIntegerInstance().
I think the most straightforward fix is to replace ".getIntegerFormat()" in MessagesMethodCreator.NumberFormatter.format
with ".getDecimalFormat().overrideFractionDigits(0)" -- and of course adding some tests.
Reported by jat@google.com
on 2011-12-14 22:28:05
Accepted
Is there any chance, that this will be fixed soon? I came up to this right now. It is
really bad. Or is there any workaround available now? (two years later)
Is there another way to pass in an integer or long parameter value with the locale
specific messages interface?
Reported by benjamin.gruenebast
on 2013-04-22 13:12:47
John might fix it as he's working on his big I18N patch, but otherwise patches are welcome
(it's a simple fix, ideal for a first contribution; the hardest part would be writing
tests).
Reported by t.broyer
on 2013-04-22 13:50:22
PatchesWelcome
Hello,
I have just submitted a patch for this issue. Here is the link: https://gwt-review.googlesource.com/#/c/12430/
This is my first contribution to gwt so please let me know if I need to do anything
else to get it accepted.
Thanks
Reported by josephadams9
on 2015-04-09 18:15:21
Originally reported on Google Code with ID 7051
Reported by
mauromol@tiscali.it
on 2011-12-04 18:54:02