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

ja.xml « supp « locale-builder « tools - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fda6ce803bcacf4f3cc59f54052866785048a7d (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
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM " 	http://www.openi18n.org/spec/ldml/1.0/ldml.dtd" 
[
      <!ENTITY % icu SYSTEM " 	http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd"> 
%icu;
]
>
<ldml>
	<numbers>
		<currencies>
			<currency type="JPY">
				<symbol>\</symbol>
			</currency>
		</currencies>
		<currencyFormats>
			<currencyFormatLength >
				<currencyFormat >
					<pattern>#,##0;-#,##0</pattern>
				</currencyFormat>
			</currencyFormatLength >
		</currencyFormats>
	</numbers>
	<dates>
		<calendars>
			<calendar type="gregorian">
				<dateFormats>
					<dateFormatLength type="short">
						<dateFormat >
							<pattern>yyyy/MM/dd</pattern>
						</dateFormat>
						<extraPatterns>
							<pattern>yyyy/MM/dd</pattern>
							<pattern>yy/MM/dd</pattern>
							<pattern>yy/M/d</pattern>
							<pattern>yyyy/M/d</pattern>
							<pattern>yy/MM/dd' ('ddd')'</pattern>
							<pattern>yy/M/d' ('ddd')'</pattern>
							<pattern>yyyy/M/d' ('ddd')'</pattern>
							<!-- we should not need yyyy-MM-dd that should be covered by yyyy/MM/dd -->
						</extraPatterns>
					</dateFormatLength >
					<dateFormatLength type="long">
						<extraPatterns>
							<pattern>yyyy'年'M'月'd'日'</pattern>
							<pattern>yyyy'年'MM'月'dd'日'</pattern>
							<pattern>yyyy'年'M'月'd'日' dddd</pattern>
							<pattern>yyyy'年'MM'月'dd'日' dddd</pattern>
						</extraPatterns>
					</dateFormatLength>
				</dateFormats>
				<timeFormats>
					<timeFormatLength type="long">
						<extraPatterns>
							<pattern>H:mm:ss</pattern>
							<pattern>HH:mm:ss</pattern>
							<pattern>tt h:mm:ss</pattern>
							<pattern>tt hh:mm:ss</pattern>
						</extraPatterns>
					</timeFormatLength>
					<timeFormatLength type="short">
						<extraPatterns>
							<pattern>H:mm</pattern>
							<pattern>HH:mm</pattern>
							<pattern>tt h:mm</pattern>
							<pattern>tt hh:mm</pattern>
						</extraPatterns>
					</timeFormatLength>
				</timeFormats>
			</calendar>
		</calendars>
	</dates>
</ldml>