Kendo Angular is not formatting Japanese Yen correctly, it is always placing two decimal places and this is incorrect. There is no such thing as a fraction of a Yen. Our users will literally scream at this oversight.
I compared the Kendo Jquery culture file to the Kendo Angular culture file for the ja culture and to my astonishment I see that the "decimals:0" for the currency formating section of the Jquery file is not even in the Angular file. I tried adding it, but it made no difference. This is a HUGE oversight in the Angular culture files. My application needs to support 40 currencies and we rely on the culture files for correct formatting and there are several currencies with differing decimal places, so this is not the only currency where the Kendo Angular data is very wrong.
We need this added ASAP.