diff options
Diffstat (limited to 'src/ngLocale/angular-locale_eu-es.js')
| -rw-r--r-- | src/ngLocale/angular-locale_eu-es.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ngLocale/angular-locale_eu-es.js b/src/ngLocale/angular-locale_eu-es.js index 56e6cc23..6ff2293a 100644 --- a/src/ngLocale/angular-locale_eu-es.js +++ b/src/ngLocale/angular-locale_eu-es.js @@ -62,7 +62,7 @@ $provide.value("$locale", { "shortTime": "HH:mm" }, "NUMBER_FORMATS": { - "CURRENCY_SYM": "€", + "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", "GROUP_SEP": ".", "PATTERNS": { @@ -86,9 +86,9 @@ $provide.value("$locale", { "minFrac": 2, "minInt": 1, "negPre": "(", - "negSuf": " \u00A4)", + "negSuf": "\u00a0\u00a4)", "posPre": "", - "posSuf": " \u00A4" + "posSuf": "\u00a0\u00a4" } } }, |
