112 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			112 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | |
| <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
 | |
| <!-- Copyright © 1991-2022 Unicode, Inc.
 | |
| For terms of use, see http://www.unicode.org/copyright.html
 | |
| SPDX-License-Identifier: Unicode-DFS-2016
 | |
| CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 | |
| -->
 | |
| <ldml>
 | |
| 	<identity>
 | |
| 		<version number="$Revision$"/>
 | |
| 		<language type="en"/>
 | |
| 		<territory type="MV"/>
 | |
| 	</identity>
 | |
| 	<dates>
 | |
| 		<calendars>
 | |
| 			<calendar type="gregorian">
 | |
| 				<dateFormats>
 | |
| 					<dateFormatLength type="full">
 | |
| 						<dateFormat>
 | |
| 							<pattern>EEEE d MMMM y</pattern>
 | |
| 							<datetimeSkeleton>yMMMMEEEEd</datetimeSkeleton>
 | |
| 						</dateFormat>
 | |
| 					</dateFormatLength>
 | |
| 					<dateFormatLength type="long">
 | |
| 						<dateFormat>
 | |
| 							<pattern>d MMMM y</pattern>
 | |
| 							<datetimeSkeleton>yMMMMd</datetimeSkeleton>
 | |
| 						</dateFormat>
 | |
| 					</dateFormatLength>
 | |
| 					<dateFormatLength type="medium">
 | |
| 						<dateFormat>
 | |
| 							<pattern>dd-MM-y</pattern>
 | |
| 							<datetimeSkeleton>yMMdd</datetimeSkeleton>
 | |
| 						</dateFormat>
 | |
| 					</dateFormatLength>
 | |
| 					<dateFormatLength type="short">
 | |
| 						<dateFormat>
 | |
| 							<pattern>d-M-yy</pattern>
 | |
| 							<datetimeSkeleton>yyMd</datetimeSkeleton>
 | |
| 						</dateFormat>
 | |
| 					</dateFormatLength>
 | |
| 				</dateFormats>
 | |
| 				<timeFormats>
 | |
| 					<timeFormatLength type="full">
 | |
| 						<timeFormat>
 | |
| 							<pattern>HH:mm:ss zzzz</pattern>
 | |
| 							<datetimeSkeleton>HHmmsszzzz</datetimeSkeleton>
 | |
| 						</timeFormat>
 | |
| 					</timeFormatLength>
 | |
| 					<timeFormatLength type="long">
 | |
| 						<timeFormat>
 | |
| 							<pattern>HH:mm:ss z</pattern>
 | |
| 							<datetimeSkeleton>HHmmssz</datetimeSkeleton>
 | |
| 						</timeFormat>
 | |
| 					</timeFormatLength>
 | |
| 					<timeFormatLength type="medium">
 | |
| 						<timeFormat>
 | |
| 							<pattern>HH:mm:ss</pattern>
 | |
| 							<datetimeSkeleton>HHmmss</datetimeSkeleton>
 | |
| 						</timeFormat>
 | |
| 					</timeFormatLength>
 | |
| 					<timeFormatLength type="short">
 | |
| 						<timeFormat>
 | |
| 							<pattern>HH:mm</pattern>
 | |
| 							<datetimeSkeleton>HHmm</datetimeSkeleton>
 | |
| 						</timeFormat>
 | |
| 					</timeFormatLength>
 | |
| 				</timeFormats>
 | |
| 				<dateTimeFormats>
 | |
| 					<dateTimeFormatLength type="full">
 | |
| 						<dateTimeFormat>
 | |
| 							<pattern>{1} {0}</pattern>
 | |
| 						</dateTimeFormat>
 | |
| 					</dateTimeFormatLength>
 | |
| 					<dateTimeFormatLength type="long">
 | |
| 						<dateTimeFormat>
 | |
| 							<pattern>{1} {0}</pattern>
 | |
| 						</dateTimeFormat>
 | |
| 					</dateTimeFormatLength>
 | |
| 					<dateTimeFormatLength type="medium">
 | |
| 						<dateTimeFormat>
 | |
| 							<pattern>{1} {0}</pattern>
 | |
| 						</dateTimeFormat>
 | |
| 					</dateTimeFormatLength>
 | |
| 					<dateTimeFormatLength type="short">
 | |
| 						<dateTimeFormat>
 | |
| 							<pattern>{1} {0}</pattern>
 | |
| 						</dateTimeFormat>
 | |
| 					</dateTimeFormatLength>
 | |
| 				</dateTimeFormats>
 | |
| 			</calendar>
 | |
| 		</calendars>
 | |
| 	</dates>
 | |
| 	<numbers>
 | |
| 		<currencyFormats numberSystem="latn">
 | |
| 			<currencyFormatLength>
 | |
| 				<currencyFormat type="standard">
 | |
| 					<pattern>¤ #,##0.00</pattern>
 | |
| 				</currencyFormat>
 | |
| 				<currencyFormat type="accounting">
 | |
| 					<pattern>¤ #,##0.00</pattern>
 | |
| 				</currencyFormat>
 | |
| 			</currencyFormatLength>
 | |
| 		</currencyFormats>
 | |
| 		<currencies>
 | |
| 			<currency type="MVR">
 | |
| 				<symbol>Rf</symbol>
 | |
| 			</currency>
 | |
| 		</currencies>
 | |
| 	</numbers>
 | |
| </ldml>
 |