X Tutup
Skip to content

Commit 2b68136

Browse files
chore(ngLocale): regenerate locales
This regeneration takes into account the changes due to: * update to closure library 27.0.1 * fix to default position of negative sign in currency formats Closes angular#12307 Closes angular#12362
1 parent dc49b4d commit 2b68136

File tree

470 files changed

+1507
-1415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

470 files changed

+1507
-1415
lines changed

src/ngLocale/angular-locale_af-na.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ $provide.value("$locale", {
9797
"maxFrac": 2,
9898
"minFrac": 2,
9999
"minInt": 1,
100-
"negPre": "\u00a4\u00a0-",
100+
"negPre": "-\u00a4",
101101
"negSuf": "",
102-
"posPre": "\u00a4\u00a0",
102+
"posPre": "\u00a4",
103103
"posSuf": ""
104104
}
105105
]

src/ngLocale/angular-locale_af-za.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $provide.value("$locale", {
9797
"maxFrac": 2,
9898
"minFrac": 2,
9999
"minInt": 1,
100-
"negPre": "\u00a4-",
100+
"negPre": "-\u00a4",
101101
"negSuf": "",
102102
"posPre": "\u00a4",
103103
"posSuf": ""

src/ngLocale/angular-locale_af.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $provide.value("$locale", {
9797
"maxFrac": 2,
9898
"minFrac": 2,
9999
"minInt": 1,
100-
"negPre": "\u00a4-",
100+
"negPre": "-\u00a4",
101101
"negSuf": "",
102102
"posPre": "\u00a4",
103103
"posSuf": ""

src/ngLocale/angular-locale_ak-gh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $provide.value("$locale", {
115115
"maxFrac": 2,
116116
"minFrac": 2,
117117
"minInt": 1,
118-
"negPre": "\u00a4-",
118+
"negPre": "-\u00a4",
119119
"negSuf": "",
120120
"posPre": "\u00a4",
121121
"posSuf": ""

src/ngLocale/angular-locale_ak.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $provide.value("$locale", {
115115
"maxFrac": 2,
116116
"minFrac": 2,
117117
"minInt": 1,
118-
"negPre": "\u00a4-",
118+
"negPre": "-\u00a4",
119119
"negSuf": "",
120120
"posPre": "\u00a4",
121121
"posSuf": ""

src/ngLocale/angular-locale_am-et.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $provide.value("$locale", {
9797
"maxFrac": 2,
9898
"minFrac": 2,
9999
"minInt": 1,
100-
"negPre": "\u00a4-",
100+
"negPre": "-\u00a4",
101101
"negSuf": "",
102102
"posPre": "\u00a4",
103103
"posSuf": ""

src/ngLocale/angular-locale_am.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $provide.value("$locale", {
9797
"maxFrac": 2,
9898
"minFrac": 2,
9999
"minInt": 1,
100-
"negPre": "\u00a4-",
100+
"negPre": "-\u00a4",
101101
"negSuf": "",
102102
"posPre": "\u00a4",
103103
"posSuf": ""

src/ngLocale/angular-locale_ar-001.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $provide.value("$locale", {
9797
"maxFrac": 2,
9898
"minFrac": 2,
9999
"minInt": 1,
100-
"negPre": "\u00a4\u00a0-",
100+
"negPre": "-\u00a4\u00a0",
101101
"negSuf": "",
102102
"posPre": "\u00a4\u00a0",
103103
"posSuf": ""

src/ngLocale/angular-locale_ar-ae.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $provide.value("$locale", {
9797
"maxFrac": 2,
9898
"minFrac": 2,
9999
"minInt": 1,
100-
"negPre": "\u00a4\u00a0-",
100+
"negPre": "-\u00a4\u00a0",
101101
"negSuf": "",
102102
"posPre": "\u00a4\u00a0",
103103
"posSuf": ""

src/ngLocale/angular-locale_ar-bh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $provide.value("$locale", {
9797
"maxFrac": 2,
9898
"minFrac": 2,
9999
"minInt": 1,
100-
"negPre": "\u00a4\u00a0-",
100+
"negPre": "-\u00a4\u00a0",
101101
"negSuf": "",
102102
"posPre": "\u00a4\u00a0",
103103
"posSuf": ""

0 commit comments

Comments
 (0)
X Tutup