Skip to content

Commit 6a381f5

Browse files
authored
Add more comments
1 parent 140af29 commit 6a381f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/supplemental/supplementalData.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4535,8 +4535,8 @@ XXX Code for transations where no currency is involved
45354535
<calendar type="gregorian">
45364536
<calendarSystem type="solar" />
45374537
<eras>
4538-
<era type="0" end="0-12-31" code="bce" aliases="bc"/>
4539-
<era type="1" start="1-01-01" code="ce" aliases="ad" primary="true"/>
4538+
<era type="0" end="0-12-31" code="bce" aliases="bc"/> <!-- Before Common Era, Before Christ -->
4539+
<era type="1" start="1-01-01" code="ce" aliases="ad" primary="true"/> <!-- Common Era, Anno Domini -->
45404540
</eras>
45414541
</calendar>
45424542
<calendar type="generic"/>
@@ -4835,7 +4835,7 @@ XXX Code for transations where no currency is involved
48354835
<calendar type="coptic">
48364836
<calendarSystem type="other"/>
48374837
<eras>
4838-
<era type="0" end="284-08-28" code="bd"/> <!-- NOTE: No evidence this era is used -->
4838+
<era type="0" end="284-08-28" code="bd"/> <!-- Before Diocletian. NOTE: No evidence this era is used -->
48394839
<era type="1" start="284-08-29" code="am" primary="true"/> <!-- Anno Martyrum -->
48404840
</eras>
48414841
</calendar>

0 commit comments

Comments
 (0)