aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_no.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngLocale/angular-locale_no.js')
-rw-r--r--src/ngLocale/angular-locale_no.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ngLocale/angular-locale_no.js b/src/ngLocale/angular-locale_no.js
index f2deff3b..b12461a2 100644
--- a/src/ngLocale/angular-locale_no.js
+++ b/src/ngLocale/angular-locale_no.js
@@ -7,13 +7,13 @@ $provide.value("$locale", {
"1": "PM"
},
"DAY": {
- "0": "søndag",
+ "0": "s\u00f8ndag",
"1": "mandag",
"2": "tirsdag",
"3": "onsdag",
"4": "torsdag",
"5": "fredag",
- "6": "lørdag"
+ "6": "l\u00f8rdag"
},
"MONTH": {
"0": "januar",
@@ -30,13 +30,13 @@ $provide.value("$locale", {
"11": "desember"
},
"SHORTDAY": {
- "0": "søn.",
+ "0": "s\u00f8n.",
"1": "man.",
"2": "tir.",
"3": "ons.",
"4": "tor.",
"5": "fre.",
- "6": "lør."
+ "6": "l\u00f8r."
},
"SHORTMONTH": {
"0": "jan.",
@@ -64,7 +64,7 @@ $provide.value("$locale", {
"NUMBER_FORMATS": {
"CURRENCY_SYM": "kr",
"DECIMAL_SEP": ",",
- "GROUP_SEP": " ",
+ "GROUP_SEP": "\u00a0",
"PATTERNS": {
"0": {
"gSize": 3,
@@ -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": ""
}
}