From 143c1e725171a614816342a51f09f7a3c8b53e48 Mon Sep 17 00:00:00 2001 From: Juan Carlos Arevalo Date: Sat, 14 Jun 2014 11:38:42 -0300 Subject: [PATCH] fix(i18n): es-ar locale currency --- src/ngLocale/angular-locale_es-ar.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ngLocale/angular-locale_es-ar.js b/src/ngLocale/angular-locale_es-ar.js index 409a360198ba..1bdc4919d67f 100644 --- a/src/ngLocale/angular-locale_es-ar.js +++ b/src/ngLocale/angular-locale_es-ar.js @@ -63,7 +63,7 @@ $provide.value("$locale", { "shortTime": "HH:mm" }, "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ac", + "CURRENCY_SYM": "$", "DECIMAL_SEP": ",", "GROUP_SEP": ".", "PATTERNS": [ @@ -86,10 +86,10 @@ $provide.value("$locale", { "maxFrac": 2, "minFrac": 2, "minInt": 1, - "negPre": "-", - "negSuf": "\u00a0\u00a4", - "posPre": "", - "posSuf": "\u00a0\u00a4" + "negPre": "-\u00a0\u00a4", + "negSuf": " ", + "posPre": "\u00a0\u00a4", + "posSuf": "" } ] },