-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLDR-10478 Add Cantonese (Macau) locale xml
Since I added a new locale that has "de_facto_official" status I need to add a new xml -- easy enough, I'll just have it inherit from root for now. I also re-generated the test data with `java -jar tools/cldr-code/target/cldr-code.jar GenerateLikelyTestData`
- Loading branch information
1 parent
851cfd6
commit f0360d0
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> | ||
<!-- Copyright © 1991-2024 Unicode, Inc. | ||
For terms of use, see http://www.unicode.org/copyright.html | ||
SPDX-License-Identifier: Unicode-3.0 | ||
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) | ||
--> | ||
<ldml> | ||
<identity> | ||
<version number="$Revision$"/> | ||
<language type="yue"/> | ||
<script type="Hant"/> | ||
<territory type="MO"/> | ||
</identity> | ||
</ldml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters