summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/text/internal/cldrtree/testdata/test2/common/main/en_001.xml
blob: e58544885862974910a7ccc7812d3e53663fdfaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
	<identity>
		<language type="en"/>
		<territory type="001"/>
	</identity>
	<dates>
		<calendars>
			<calendar type="chinese">
				<months>
					<monthContext type="format">
						<monthWidth type="abbreviated">
							<month type="1">001AbbrMo1</month>
							<month type="2">001AbbrMo2</month>
							<month type="3">001AbbrMo3</month>
							<month type="4">001AbbrMo4</month>
							<month type="5">001AbbrMo5</month>
							<month type="6">001AbbrMo6</month>
							<month type="7">001AbbrMo7</month>
							<month type="8">001AbbrMo8</month>
							<month type="9">001AbbrMo9</month>
							<month type="10">001AbbrMo10</month>
							<month type="11">001AbbrMo11</month>
							<month type="12">001AbbrMo12</month>
						</monthWidth>
					</monthContext>
				</months>
			</calendar>
			<calendar type="generic">
			</calendar>
			<calendar type="gregorian">
			</calendar>
		</calendars>
		<fields>
			<field type="month-short">
				<displayName>mo</displayName>
				<relativeTime type="future">
					<relativeTimePattern count="one">001ShortFutMOne</relativeTimePattern>
					<relativeTimePattern count="other">001ShortFutMOther</relativeTimePattern>
				</relativeTime>
				<relativeTime type="past">
					<!-- missing -->
					<relativeTimePattern count="other">001ShortPastMOther</relativeTimePattern>
				</relativeTime>
			</field>
			<field type="month-narrow">
				<displayName>mo</displayName>
				<relativeTime type="future">
					<relativeTimePattern count="one">001NarrowFutMOne</relativeTimePattern>
					<relativeTimePattern count="two">001NarrowFutMTwo</relativeTimePattern>
					<relativeTimePattern count="other">001NarrowFutMOther</relativeTimePattern>
				</relativeTime>
				<relativeTime type="past">
					<relativeTimePattern count="one">001NarrowPastMOne</relativeTimePattern>
					<relativeTimePattern count="other">001NarrowPastMOther</relativeTimePattern>
				</relativeTime>
			</field>
		</fields>
	</dates>
</ldml>