Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 68dbbfb

Browse files
committedMar 11, 2015
chore(ngLocale): regenerate locale files to include ERA info
1 parent 4acb0af commit 68dbbfb

File tree

729 files changed

+5826
-0
lines changed

Some content is hidden

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

729 files changed

+5826
-0
lines changed
 

‎i18n/spec/closureI18nExtractorSpec.js

+2
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ describe("extractDateTimeSymbols", function() {
187187
FIRSTDAYOFWEEK: 6,
188188
WEEKENDRANGE: [5, 6],
189189
AMPMS: ['AM', 'PM'],
190+
ERAS: ['av. J.-C.', 'ap. J.-C.'],
191+
ERANAMES: ['avant Jésus-Christ', 'après Jésus-Christ'],
190192
medium: 'yyyy-MM-dd HH:mm:ss',
191193
short: 'yy-MM-dd HH:mm',
192194
fullDate: 'EEEE d MMMM y',

‎src/ngLocale/angular-locale_aa-dj.js

+8
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ $provide.value("$locale", {
3434
"Gumqata",
3535
"Sabti"
3636
],
37+
"ERANAMES": [
38+
"Yaasuusuk Duma",
39+
"Yaasuusuk Wadir"
40+
],
41+
"ERAS": [
42+
"Yaasuusuk Duma",
43+
"Yaasuusuk Wadir"
44+
],
3745
"FIRSTDAYOFWEEK": 5,
3846
"MONTH": [
3947
"Qunxa Garablu",

0 commit comments

Comments
 (0)