github.com/go-enjin/golang-org-x-text@v0.12.1-enjin.2/internal/cldrtree/testdata/test2/common/main/en.xml (about) 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <ldml> 3 <identity> 4 <language type="en"/> 5 </identity> 6 <dates> 7 <calendars> 8 <calendar type="buddhist"> 9 <eras> 10 <eraAbbr> 11 <era type="0">BE</era> 12 </eraAbbr> 13 </eras> 14 </calendar> 15 <calendar type="chinese"> 16 <months> 17 <monthContext type="format"> 18 <monthWidth type="abbreviated"> 19 <month type="1">Mo1</month> 20 <month type="2">Mo2</month> 21 <month type="3">Mo3</month> 22 <month type="4">Mo4</month> 23 <month type="5">Mo5</month> 24 <month type="6">Mo6</month> 25 <month type="7">Mo7</month> 26 <month type="8">Mo8</month> 27 <month type="9">Mo9</month> 28 <month type="10">Mo10</month> 29 <month type="11">Mo11</month> 30 <month type="12">Mo12</month> 31 </monthWidth> 32 <monthWidth type="wide"> 33 <month type="1">First Month</month> 34 <month type="2">Second Month</month> 35 <month type="3">Third Month</month> 36 <month type="4">Fourth Month</month> 37 <month type="5">Fifth Month</month> 38 <month type="6">Sixth Month</month> 39 <month type="7">Seventh Month</month> 40 <month type="8">Eighth Month</month> 41 <month type="9">Ninth Month</month> 42 <month type="10">Tenth Month</month> 43 <month type="11">Eleventh Month</month> 44 <month type="12">Twelfth Month</month> 45 </monthWidth> 46 </monthContext> 47 </months> 48 <cyclicNameSets> 49 <cyclicNameSet type="zodiacs"> 50 <cyclicNameContext type="format"> 51 <cyclicNameWidth type="abbreviated"> 52 <cyclicName type="1">Rat</cyclicName> 53 <cyclicName type="2">Ox</cyclicName> 54 <cyclicName type="3">Tiger</cyclicName> 55 <cyclicName type="4">Rabbit</cyclicName> 56 <cyclicName type="5">Dragon</cyclicName> 57 <cyclicName type="6">Snake</cyclicName> 58 <cyclicName type="7">Horse</cyclicName> 59 <cyclicName type="8">Goat</cyclicName> 60 <cyclicName type="9">Monkey</cyclicName> 61 <cyclicName type="10">Rooster</cyclicName> 62 <cyclicName type="11">Dog</cyclicName> 63 <cyclicName type="12">Pig</cyclicName> 64 </cyclicNameWidth> 65 </cyclicNameContext> 66 </cyclicNameSet> 67 </cyclicNameSets> 68 </calendar> 69 <calendar type="generic"> 70 </calendar> 71 <calendar type="gregorian"> 72 <months> 73 <monthContext type="format"> 74 <monthWidth type="wide"> 75 <month type="1">enWideM1</month> 76 <month type="2">enWideM2</month> 77 <month type="3">enWideM3</month> 78 <month type="4">enWideM4</month> 79 <month type="5">enWideM5</month> 80 <month type="6">enWideM6</month> 81 <month type="7">enWideM7</month> 82 <month type="8">enWideM8</month> 83 <month type="9">enWideM9</month> 84 <month type="10">enWideM10</month> 85 <month type="11">enWideM11</month> 86 <month type="12">enWideM12</month> 87 </monthWidth> 88 </monthContext> 89 <monthContext type="stand-alone"> 90 <monthWidth type="narrow"> 91 <month type="1">enNarrowM1</month> 92 <month type="2">enNarrowM2</month> 93 <month type="3">enNarrowM3</month> 94 <month type="4">enNarrowM4</month> 95 <month type="5">enNarrowM5</month> 96 <month type="6">enNarrowM6</month> 97 <!-- missing --> 98 <month type="8">enNarrowM8</month> 99 <month type="9">enNarrowM9</month> 100 <month type="10">enNarrowM10</month> 101 <month type="11">enNarrowM11</month> 102 <month type="12">enNarrowM12</month> 103 </monthWidth> 104 </monthContext> 105 </months> 106 <eras> 107 <eraNames> 108 <era type="0">Before Christ</era> 109 <era type="0" alt="variant">Before Common Era</era> 110 <era type="1">Anno Domini</era> 111 <era type="1" alt="variant">Common Era</era> 112 </eraNames> 113 <eraAbbr> 114 <era type="0">BC</era> 115 <era type="0" alt="variant">BCE</era> 116 <era type="1">AD</era> 117 <era type="1" alt="variant">CE</era> 118 </eraAbbr> 119 <!-- nothing for eraNarrow --> 120 </eras> 121 </calendar> 122 <calendar type="hebrew"> 123 <eras> 124 <eraAbbr> 125 <era type="0">AM</era> 126 </eraAbbr> 127 </eras> 128 </calendar> 129 <calendar type="islamic"> 130 <eras> 131 <eraAbbr> 132 <era type="0">AH</era> 133 </eraAbbr> 134 </eras> 135 </calendar> 136 </calendars> 137 <fields> 138 <field type="era"> 139 <displayName>era</displayName> 140 </field> 141 <field type="month"> 142 <displayName>month</displayName> 143 <relative type="-1">last month</relative> 144 <relative type="0">this month</relative> 145 <relative type="1">next month</relative> 146 <relativeTime type="future"> 147 <relativeTimePattern count="one">enFutMOne</relativeTimePattern> 148 <relativeTimePattern count="other">enFutMOther</relativeTimePattern> 149 </relativeTime> 150 <relativeTime type="past"> 151 <relativeTimePattern count="one">enPastMOne</relativeTimePattern> 152 <relativeTimePattern count="other">enPastMOther</relativeTimePattern> 153 </relativeTime> 154 </field> 155 <field type="month-short"> 156 <displayName>mo.</displayName> 157 <relative type="-1">last mo.</relative> 158 <relative type="0">this mo.</relative> 159 <relative type="1">next mo.</relative> 160 <relativeTime type="future"> 161 <relativeTimePattern count="one">enShortFutMOne</relativeTimePattern> 162 <relativeTimePattern count="other">enShortFutMOther</relativeTimePattern> 163 </relativeTime> 164 <relativeTime type="past"> 165 <relativeTimePattern count="one">enShortPastMOne</relativeTimePattern> 166 <relativeTimePattern count="other">enShortPastMOther</relativeTimePattern> 167 </relativeTime> 168 </field> 169 </fields> 170 </dates> 171 </ldml>