Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a6e43cc

Browse files
committed
style(ngLocale): change es-us lcoale currency format
change es-us locale currency format, before: $1.234,56 - after: $1,234.56 closes #8931
1 parent 0f3adec commit a6e43cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngLocale/angular-locale_es-us.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ $provide.value("$locale", {
6464
},
6565
"NUMBER_FORMATS": {
6666
"CURRENCY_SYM": "\u20ac",
67-
"DECIMAL_SEP": ",",
68-
"GROUP_SEP": ".",
67+
"DECIMAL_SEP": ".",
68+
"GROUP_SEP": ",",
6969
"PATTERNS": [
7070
{
7171
"gSize": 3,

0 commit comments

Comments
 (0)