-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLDR-13639 update territoryInfo for ms in ID; add ms_ID (#384)
- Loading branch information
1 parent
4fd38c8
commit d61355b
Showing
4 changed files
with
160 additions
and
4 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,154 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> | ||
<!-- Copyright © 1991-2020 Unicode, Inc. | ||
For terms of use, see http://www.unicode.org/copyright.html | ||
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. | ||
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) | ||
--> | ||
<ldml> | ||
<identity> | ||
<version number="$Revision$"/> | ||
<language type="ms"/> | ||
<territory type="ID"/> | ||
</identity> | ||
<dates> | ||
<calendars> | ||
<calendar type="generic"> | ||
<dateFormats> | ||
<dateFormatLength type="full"> | ||
<dateFormat> | ||
<pattern>EEEE, dd MMMM y G</pattern> | ||
</dateFormat> | ||
</dateFormatLength> | ||
<dateFormatLength type="medium"> | ||
<dateFormat> | ||
<pattern>d MMM y G</pattern> | ||
</dateFormat> | ||
</dateFormatLength> | ||
<dateFormatLength type="short"> | ||
<dateFormat> | ||
<pattern>dd/MM/yy GGGGG</pattern> | ||
</dateFormat> | ||
</dateFormatLength> | ||
</dateFormats> | ||
</calendar> | ||
<calendar type="gregorian"> | ||
<dateFormats> | ||
<dateFormatLength type="full"> | ||
<dateFormat> | ||
<pattern>EEEE, dd MMMM y</pattern> | ||
</dateFormat> | ||
</dateFormatLength> | ||
<dateFormatLength type="short"> | ||
<dateFormat> | ||
<pattern>dd/MM/yy</pattern> | ||
</dateFormat> | ||
</dateFormatLength> | ||
</dateFormats> | ||
<timeFormats> | ||
<timeFormatLength type="full"> | ||
<timeFormat> | ||
<pattern>HH.mm.ss zzzz</pattern> | ||
</timeFormat> | ||
</timeFormatLength> | ||
<timeFormatLength type="long"> | ||
<timeFormat> | ||
<pattern>HH.mm.ss z</pattern> | ||
</timeFormat> | ||
</timeFormatLength> | ||
<timeFormatLength type="medium"> | ||
<timeFormat> | ||
<pattern>HH.mm.ss</pattern> | ||
</timeFormat> | ||
</timeFormatLength> | ||
<timeFormatLength type="short"> | ||
<timeFormat> | ||
<pattern>HH.mm</pattern> | ||
</timeFormat> | ||
</timeFormatLength> | ||
</timeFormats> | ||
<dateTimeFormats> | ||
<availableFormats> | ||
<dateFormatItem id="Bhm">h.mm B</dateFormatItem> | ||
<dateFormatItem id="Bhms">h.mm.ss B</dateFormatItem> | ||
<dateFormatItem id="EBhm">E h.mm B</dateFormatItem> | ||
<dateFormatItem id="EBhms">E h.mm.ss B</dateFormatItem> | ||
<dateFormatItem id="Ehm">E h.mm a</dateFormatItem> | ||
<dateFormatItem id="EHm">E HH.mm</dateFormatItem> | ||
<dateFormatItem id="Ehms">E h.mm.ss a</dateFormatItem> | ||
<dateFormatItem id="EHms">E HH.mm.ss</dateFormatItem> | ||
<dateFormatItem id="hm">h.mm a</dateFormatItem> | ||
<dateFormatItem id="Hm">HH.mm</dateFormatItem> | ||
<dateFormatItem id="hms">h.mm.ss a</dateFormatItem> | ||
<dateFormatItem id="Hms">HH.mm.ss</dateFormatItem> | ||
<dateFormatItem id="hmsv">h.mm.ss. a v</dateFormatItem> | ||
<dateFormatItem id="Hmsv">HH.mm.ss v</dateFormatItem> | ||
<dateFormatItem id="hmv">h.mm a v</dateFormatItem> | ||
<dateFormatItem id="Hmv">HH.mm v</dateFormatItem> | ||
</availableFormats> | ||
<intervalFormats> | ||
<intervalFormatItem id="Bhm"> | ||
<greatestDifference id="B">h.mm B – h.mm B</greatestDifference> | ||
<greatestDifference id="h">h.mm – h.mm B</greatestDifference> | ||
<greatestDifference id="m">h.mm – h.mm B</greatestDifference> | ||
</intervalFormatItem> | ||
<intervalFormatItem id="hm"> | ||
<greatestDifference id="a">h.mm a – h.mm a</greatestDifference> | ||
<greatestDifference id="h">h.mm–h.mm a</greatestDifference> | ||
<greatestDifference id="m">h.mm–h.mm a</greatestDifference> | ||
</intervalFormatItem> | ||
<intervalFormatItem id="Hm"> | ||
<greatestDifference id="H">HH.mm–HH.mm</greatestDifference> | ||
<greatestDifference id="m">HH.mm–HH.mm</greatestDifference> | ||
</intervalFormatItem> | ||
<intervalFormatItem id="hmv"> | ||
<greatestDifference id="a">h.mm a – h.mm a v</greatestDifference> | ||
<greatestDifference id="h">h.mm–h.mm a v</greatestDifference> | ||
<greatestDifference id="m">h.mm–h.mm a v</greatestDifference> | ||
</intervalFormatItem> | ||
<intervalFormatItem id="Hmv"> | ||
<greatestDifference id="H">HH.mm–HH.mm v</greatestDifference> | ||
<greatestDifference id="m">HH.mm–HH.mm v</greatestDifference> | ||
</intervalFormatItem> | ||
</intervalFormats> | ||
</dateTimeFormats> | ||
</calendar> | ||
<calendar type="islamic"> | ||
<dateFormats> | ||
<dateFormatLength type="full"> | ||
<dateFormat> | ||
<pattern>EEEE, dd MMMM y G</pattern> | ||
</dateFormat> | ||
</dateFormatLength> | ||
<dateFormatLength type="medium"> | ||
<dateFormat> | ||
<pattern>d MMM y G</pattern> | ||
</dateFormat> | ||
</dateFormatLength> | ||
</dateFormats> | ||
</calendar> | ||
</calendars> | ||
<timeZoneNames> | ||
<hourFormat>+HH.mm;-HH.mm</hourFormat> | ||
</timeZoneNames> | ||
</dates> | ||
<numbers> | ||
<symbols numberSystem="latn"> | ||
<decimal>,</decimal> | ||
<group>.</group> | ||
<timeSeparator>.</timeSeparator> | ||
</symbols> | ||
<currencyFormats numberSystem="latn"> | ||
<currencyFormatLength> | ||
<currencyFormat type="accounting"> | ||
<pattern>¤#,##0.00</pattern> | ||
</currencyFormat> | ||
</currencyFormatLength> | ||
</currencyFormats> | ||
<currencies> | ||
<currency type="IDR"> | ||
<symbol>Rp</symbol> | ||
</currency> | ||
</currencies> | ||
</numbers> | ||
</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
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
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