Welcome to mirror list, hosted at ThFree Co, Russian Federation.

af_ZA.xml « supp « locale-builder « tools - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d1b18aacb417bca464fa3a432240deebdc6b4c0 (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
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
	<dates>
		<calendars>
			<calendar type="gregorian">
				<!-- hmm, LongTimePattern contains "tt", but neither "VM" nor "NM" is not in output. -->
				<am></am>
				<pm></pm>
				<dateFormats>
					<dateFormatLength type="short">
						<dateFormat >
							<pattern>yyyy/MM/dd</pattern>
						</dateFormat>
					</dateFormatLength >
				</dateFormats>
				<timeFormats>
					<timeFormatLength type="long">
						<timeFormat >
							<pattern>hh:mm:ss tt</pattern>
						</timeFormat>
					</timeFormatLength >
				</timeFormats>
			</calendar>
		</calendars>
	</dates>
</ldml>