diff options
Diffstat (limited to 'src/ngLocale/angular-locale_es-ve.js')
| -rw-r--r-- | src/ngLocale/angular-locale_es-ve.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ngLocale/angular-locale_es-ve.js b/src/ngLocale/angular-locale_es-ve.js index 0869275b..c988218b 100644 --- a/src/ngLocale/angular-locale_es-ve.js +++ b/src/ngLocale/angular-locale_es-ve.js @@ -10,10 +10,10 @@ $provide.value("$locale", { "0": "domingo", "1": "lunes", "2": "martes", - "3": "miércoles", + "3": "mi\u00e9rcoles", "4": "jueves", "5": "viernes", - "6": "sábado" + "6": "s\u00e1bado" }, "MONTH": { "0": "enero", @@ -33,10 +33,10 @@ $provide.value("$locale", { "0": "dom", "1": "lun", "2": "mar", - "3": "mié", + "3": "mi\u00e9", "4": "jue", "5": "vie", - "6": "sáb" + "6": "s\u00e1b" }, "SHORTMONTH": { "0": "ene", @@ -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" } } }, |
