diff options
Diffstat (limited to 'src/ngLocale/angular-locale_de.js')
| -rw-r--r-- | src/ngLocale/angular-locale_de.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ngLocale/angular-locale_de.js b/src/ngLocale/angular-locale_de.js index b1f40313..545676c9 100644 --- a/src/ngLocale/angular-locale_de.js +++ b/src/ngLocale/angular-locale_de.js @@ -18,7 +18,7 @@ $provide.value("$locale", { "MONTH": { "0": "Januar", "1": "Februar", - "2": "März", + "2": "M\u00e4rz", "3": "April", "4": "Mai", "5": "Juni", @@ -41,7 +41,7 @@ $provide.value("$locale", { "SHORTMONTH": { "0": "Jan", "1": "Feb", - "2": "Mär", + "2": "M\u00e4r", "3": "Apr", "4": "Mai", "5": "Jun", @@ -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" } } }, |
