Skip to content

Commit 75d0562

Browse files
authored
CLDR-18620 Create en_MX.xml
1 parent 0c56c2f commit 75d0562

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

common/main/en_MX.xml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!-- Copyright © 1991-2025 Unicode, Inc.
4+
For terms of use, see http://www.unicode.org/copyright.html
5+
SPDX-License-Identifier: Unicode-3.0
6+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="en"/>
12+
<territory type="MX"/>
13+
</identity>
14+
<numbers>
15+
<currencies>
16+
<currency type="MXN">
17+
<symbol>$</symbol>
18+
</currency>
19+
<currency type="USD">
20+
<symbol>US$</symbol>
21+
</currency>
22+
</currencies>
23+
</numbers>
24+
</ldml>

0 commit comments

Comments
 (0)