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

en_ZW.xml « supp « locale-builder « tools - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 496808e031326400f6d9b6e874d5745d770cc678 (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
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
	<dates>
		<calendars>
			<calendar type="gregorian">
				<am>AM</am>
				<pm>PM</pm>
				<dateFormats>
					<dateFormatLength type="short">
						<dateFormat >
							<pattern>M/d/yyyy</pattern>
						</dateFormat>
					</dateFormatLength >
				</dateFormats>
				<timeFormats>
					<timeFormatLength type="long">
						<timeFormat >
							<pattern>h:mm:ss tt</pattern>
						</timeFormat>
					</timeFormatLength >
				</timeFormats>
			</calendar>
		</calendars>
	</dates>
  <numbers>
    <decimalFormats>
      <decimalFormatLength >
        <decimalFormat >
          <pattern>#,##0.###;-#,##0.###</pattern>
        </decimalFormat>
      </decimalFormatLength >
    </decimalFormats>
  </numbers>
</ldml>