-
1 Aug 2012 11:31 AM #1
Danish locale NumberField decimal separator incorrect
Danish locale NumberField decimal separator incorrect
REQUIRED INFORMATIONExt version tested:
- Ext 4.1.1
- Chrome / FF ESR
- ext-lang-da.js does not localize Ext.form.field.Number correctly. The number separator is not set (it is for Ext.util.Format)
- Include the danish local in an example page with a number form field.
- , can be used as the decimal separator (as it can be with the German locale)
- . must be used
Something similar to the German locale
Additional CSS used:PHP Code:Ext.define("Ext.locale.de.form.field.Number", {
override: "Ext.form.field.Number",
minText: "Der Mindestwert für dieses Feld ist {0}",
maxText: "Der Maximalwert für dieses Feld ist {0}",
nanText: "{0} ist keine Zahl",
decimalSeparator: ","
});
- only default ext-all.css
- All
-
2 Aug 2012 4:54 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
Thanks for the report.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-6928
in
4.1.2.


Reply With Quote