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

id_ID.xml « supp « locale-builder « tools - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03a91e091c9f41e4ebf8965c774ebe19364755ec (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
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
	<numbers>
		<currencyFormats>
			<currencyFormatLength >
				<currencyFormat >
					<pattern>#,##0;-#,##0</pattern>
				</currencyFormat>
			</currencyFormatLength >
		</currencyFormats>
	</numbers>
	<dates>
		<calendars>
			<calendar type="gregorian">
				<dateFormats>
					<default type="medium"/>
					<dateFormatLength type="medium">
						<dateFormat >
							<pattern>dd MMM yyyy</pattern>
						</dateFormat>
					</dateFormatLength >
					<dateFormatLength type="short">
						<dateFormat >
							<pattern>dd/MM/yyyy</pattern>
						</dateFormat>
					</dateFormatLength >
				</dateFormats>
			</calendar>
		</calendars>
	</dates>
</ldml>