Added support for European numeric formats #16
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
App will first try to capture the browser locale and if found, that locale will be used in handsontable, otherwise Handsontable default (en-US) will be used.
@ -0,0 +2,4 @@
import * as languages from 'numbro/dist/languages.min'
/**
* Applying the numeric formats based on the browser locale/language
* @param rules rules to be updated
can we provide more information on what these rules are?
@ -0,0 +1,22 @@
import { DcValidation } from '../models/dc-validation.model'
import * as languages from 'numbro/dist/languages.min'
/**
* Applying the numeric formats based on the browser locale/language
can we have a sentence to explain why this is important?
"It will first try to capture the browser locale and if found, it will be used in handsontable, otherwise Handsontable default (en-US) will be used." -> this information should ideally be in the code docs (comments) somewhere.
Also, please define "it"