File: measure.xml

package info (click to toggle)
python-babel 2.8.0%2Bdfsg.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 194,932 kB
  • sloc: xml: 2,069,184; python: 12,072; makefile: 197; sh: 36
file content (17 lines) | stat: -rw-r--r-- 797 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!-- Copyright © 1991-2015 Unicode, Inc. CLDR data files are interpreted according to the LDML specification 
	(http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html -->

<ldmlBCP47>
	<version number="$Revision$" />
	<keyword>
		<key name="ms" description="Measurement System" alias="measure" since="28">
			<type name="metric" description="Metric System" since="28" />
			<type name="ussystem" description="US System of measurement: feet, pints, etc.; pints are 16oz"
				since="28" />
			<type name="uksystem" description="UK System of measurement: feet, pints, etc.; pints are 20oz"
				alias="imperial" since="28" />
		</key>
	</keyword>
</ldmlBCP47>