Added support for European numeric formats #16

Merged
allan merged 6 commits from issue-1 into development 2023-08-23 14:46:37 +00:00
Owner

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.

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.
mihajlo added 2 commits 2023-07-28 18:10:08 +00:00
style: lint
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 7m39s
5bb55e6484
allan was assigned by mihajlo 2023-07-28 18:10:16 +00:00
mihajlo added 1 commit 2023-07-28 18:10:26 +00:00
Merge branch 'development' into issue-1
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 7m40s
7c98ad8c5b
allan reviewed 2023-07-28 19:07:50 +00:00
@ -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
Owner

can we provide more information on what these rules are?

can we provide more information on what these rules are?
mihajlo marked this conversation as resolved
allan reviewed 2023-07-28 19:08:11 +00:00
@ -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
Owner

can we have a sentence to explain why this is important?

can we have a sentence to explain why this is important?
mihajlo marked this conversation as resolved
Owner

"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"

"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"
mihajlo added 2 commits 2023-07-31 08:12:48 +00:00
allan added 1 commit 2023-08-23 14:46:01 +00:00
Merge branch 'development' into issue-1
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 25s
0a7d23c763
allan approved these changes 2023-08-23 14:46:17 +00:00
allan merged commit 8c2ee441fc into development 2023-08-23 14:46:37 +00:00
allan deleted branch issue-1 2023-08-23 14:46:37 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dc/dc#16
No description provided.