Ext4 中文包的问题 ext-lang-zh_CN.js
今天无意间发现Ext4 中文包的问题 ext-lang-zh_CN.js
if(Ext.util.Format){
Ext.apply(Ext.util.Format, {
thousandSeparator: '.',
decimalSeparator: ',',
currencySign: '\u00a5', // Chinese Yuan
dateFormat: 'y年m月d日'
});
}
thousandSeparator: ',',
decimalSeparator: '.',
千分位和小数位写反了