aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_nl-sx.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngLocale/angular-locale_nl-sx.js')
-rw-r--r--src/ngLocale/angular-locale_nl-sx.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ngLocale/angular-locale_nl-sx.js b/src/ngLocale/angular-locale_nl-sx.js
index b290a734..3ba19b9f 100644
--- a/src/ngLocale/angular-locale_nl-sx.js
+++ b/src/ngLocale/angular-locale_nl-sx.js
@@ -62,7 +62,7 @@ $provide.value("$locale", {
"shortTime": "HH:mm"
},
"NUMBER_FORMATS": {
- "CURRENCY_SYM": "€",
+ "CURRENCY_SYM": "\u20ac",
"DECIMAL_SEP": ",",
"GROUP_SEP": ".",
"PATTERNS": {
@@ -85,9 +85,9 @@ $provide.value("$locale", {
"maxFrac": 2,
"minFrac": 2,
"minInt": 1,
- "negPre": "\u00A4 ",
+ "negPre": "\u00a4\u00a0",
"negSuf": "-",
- "posPre": "\u00A4 ",
+ "posPre": "\u00a4\u00a0",
"posSuf": ""
}
}