@ui5/webcomponents-localization 0.0.0-d010d8832 → 0.0.0-d473b9686

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/.eslintignore +2 -1
  2. package/CHANGELOG.md +843 -0
  3. package/README.md +2 -1
  4. package/dist/.tsbuildinfo +1 -0
  5. package/dist/dates/CalendarDate.d.ts +2 -2
  6. package/dist/dates/CalendarDate.js.map +1 -1
  7. package/dist/dates/ExtremeDates.d.ts +2 -2
  8. package/dist/dates/ExtremeDates.js.map +1 -1
  9. package/dist/dates/UniversalDate.d.ts +1 -1
  10. package/dist/dates/UniversalDate.js.map +1 -1
  11. package/dist/dates/calculateWeekNumber.d.ts +2 -1
  12. package/dist/dates/calculateWeekNumber.js +6 -6
  13. package/dist/dates/calculateWeekNumber.js.map +1 -1
  14. package/dist/dates/convertMonthNumbersToMonthNames.d.ts +1 -1
  15. package/dist/dates/convertMonthNumbersToMonthNames.js.map +1 -1
  16. package/dist/dates/getTodayUTCTimestamp.d.ts +1 -1
  17. package/dist/dates/getTodayUTCTimestamp.js.map +1 -1
  18. package/dist/dates/modifyDateBy.d.ts +2 -1
  19. package/dist/dates/modifyDateBy.js +34 -19
  20. package/dist/dates/modifyDateBy.js.map +1 -1
  21. package/dist/dates/transformDateToSecondaryType.d.ts +1 -1
  22. package/dist/dates/transformDateToSecondaryType.js.map +1 -1
  23. package/dist/generated/assets/cldr/ar.json +2812 -57
  24. package/dist/generated/assets/cldr/ar_EG.json +2812 -57
  25. package/dist/generated/assets/cldr/ar_SA.json +2812 -57
  26. package/dist/generated/assets/cldr/bg.json +2057 -299
  27. package/dist/generated/assets/cldr/ca.json +2189 -391
  28. package/dist/generated/assets/cldr/cnr.json +4667 -0
  29. package/dist/generated/assets/cldr/cs.json +2673 -322
  30. package/dist/generated/assets/cldr/cy.json +2949 -267
  31. package/dist/generated/assets/cldr/da.json +2000 -226
  32. package/dist/generated/assets/cldr/de.json +2046 -240
  33. package/dist/generated/assets/cldr/de_AT.json +2047 -240
  34. package/dist/generated/assets/cldr/de_CH.json +2044 -239
  35. package/dist/generated/assets/cldr/el.json +1813 -99
  36. package/dist/generated/assets/cldr/el_CY.json +1813 -99
  37. package/dist/generated/assets/cldr/en.json +2246 -487
  38. package/dist/generated/assets/cldr/en_AU.json +2273 -483
  39. package/dist/generated/assets/cldr/en_GB.json +2205 -416
  40. package/dist/generated/assets/cldr/en_HK.json +2235 -446
  41. package/dist/generated/assets/cldr/en_IE.json +2201 -412
  42. package/dist/generated/assets/cldr/en_IN.json +2204 -414
  43. package/dist/generated/assets/cldr/en_NZ.json +2221 -432
  44. package/dist/generated/assets/cldr/en_PG.json +2222 -432
  45. package/dist/generated/assets/cldr/en_SG.json +2222 -432
  46. package/dist/generated/assets/cldr/en_ZA.json +2202 -412
  47. package/dist/generated/assets/cldr/es.json +2399 -455
  48. package/dist/generated/assets/cldr/es_AR.json +2351 -409
  49. package/dist/generated/assets/cldr/es_BO.json +2384 -443
  50. package/dist/generated/assets/cldr/es_CL.json +2231 -397
  51. package/dist/generated/assets/cldr/es_CO.json +2149 -314
  52. package/dist/generated/assets/cldr/es_MX.json +2377 -434
  53. package/dist/generated/assets/cldr/es_PE.json +2096 -371
  54. package/dist/generated/assets/cldr/es_UY.json +2098 -371
  55. package/dist/generated/assets/cldr/es_VE.json +2117 -391
  56. package/dist/generated/assets/cldr/et.json +2080 -306
  57. package/dist/generated/assets/cldr/fa.json +1829 -18
  58. package/dist/generated/assets/cldr/fi.json +2095 -307
  59. package/dist/generated/assets/cldr/fr.json +2096 -303
  60. package/dist/generated/assets/cldr/fr_BE.json +2096 -303
  61. package/dist/generated/assets/cldr/fr_CA.json +2150 -378
  62. package/dist/generated/assets/cldr/fr_CH.json +2050 -256
  63. package/dist/generated/assets/cldr/fr_LU.json +2096 -303
  64. package/dist/generated/assets/cldr/he.json +2286 -17
  65. package/dist/generated/assets/cldr/hi.json +1756 -13
  66. package/dist/generated/assets/cldr/hr.json +2397 -409
  67. package/dist/generated/assets/cldr/hu.json +2011 -194
  68. package/dist/generated/assets/cldr/id.json +1981 -393
  69. package/dist/generated/assets/cldr/it.json +2115 -350
  70. package/dist/generated/assets/cldr/it_CH.json +2115 -350
  71. package/dist/generated/assets/cldr/ja.json +1591 -3
  72. package/dist/generated/assets/cldr/kk.json +2240 -326
  73. package/dist/generated/assets/cldr/ko.json +1571 -2
  74. package/dist/generated/assets/cldr/lt.json +2449 -230
  75. package/dist/generated/assets/cldr/lv.json +2126 -119
  76. package/dist/generated/assets/cldr/mk.json +4408 -0
  77. package/dist/generated/assets/cldr/ms.json +1930 -375
  78. package/dist/generated/assets/cldr/nb.json +1872 -90
  79. package/dist/generated/assets/cldr/nl.json +2311 -370
  80. package/dist/generated/assets/cldr/nl_BE.json +2311 -370
  81. package/dist/generated/assets/cldr/pl.json +2533 -278
  82. package/dist/generated/assets/cldr/pt.json +2320 -330
  83. package/dist/generated/assets/cldr/pt_PT.json +2443 -453
  84. package/dist/generated/assets/cldr/ro.json +2321 -333
  85. package/dist/generated/assets/cldr/ru.json +2520 -277
  86. package/dist/generated/assets/cldr/ru_UA.json +2515 -272
  87. package/dist/generated/assets/cldr/sk.json +2666 -412
  88. package/dist/generated/assets/cldr/sl.json +2339 -79
  89. package/dist/generated/assets/cldr/sr.json +2215 -141
  90. package/dist/generated/assets/cldr/sr_Latn.json +2455 -399
  91. package/dist/generated/assets/cldr/sv.json +2070 -295
  92. package/dist/generated/assets/cldr/th.json +1622 -23
  93. package/dist/generated/assets/cldr/tr.json +2158 -319
  94. package/dist/generated/assets/cldr/uk.json +2495 -271
  95. package/dist/generated/assets/cldr/vi.json +1866 -327
  96. package/dist/generated/assets/cldr/zh_CN.json +1572 -3
  97. package/dist/generated/assets/cldr/zh_HK.json +1571 -2
  98. package/dist/generated/assets/cldr/zh_SG.json +1572 -2
  99. package/dist/generated/assets/cldr/zh_TW.json +1595 -27
  100. package/dist/generated/json-imports/LocaleData.d.ts +1 -0
  101. package/dist/generated/json-imports/LocaleData.js +89 -89
  102. package/dist/generated/json-imports/LocaleData.js.map +1 -0
  103. package/dist/sap/base/Event.js +59 -0
  104. package/dist/sap/base/Eventing.js +146 -0
  105. package/dist/sap/base/Log.js +2 -239
  106. package/dist/sap/base/assert.js +28 -1
  107. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  108. package/dist/sap/base/config.js +17 -0
  109. package/dist/sap/base/i18n/Formatting.js +1130 -0
  110. package/dist/sap/base/i18n/LanguageTag.js +173 -0
  111. package/dist/sap/base/i18n/Localization.d.ts +4 -0
  112. package/dist/sap/base/i18n/Localization.js +12 -0
  113. package/dist/sap/base/i18n/Localization.js.map +1 -0
  114. package/dist/sap/base/i18n/date/CalendarType.js +43 -0
  115. package/dist/sap/base/i18n/date/CalendarWeekNumbering.js +105 -0
  116. package/dist/sap/base/i18n/date/TimezoneUtils.js +319 -0
  117. package/dist/sap/base/strings/camelize.js +30 -0
  118. package/dist/sap/base/strings/formatMessage.js +88 -15
  119. package/dist/sap/base/util/ObjectPath.d.ts +4 -0
  120. package/dist/sap/base/util/ObjectPath.js +4 -33
  121. package/dist/sap/base/util/ObjectPath.js.map +1 -0
  122. package/dist/sap/base/util/Version.js +157 -0
  123. package/dist/sap/base/util/_merge.js +83 -26
  124. package/dist/sap/base/util/array/uniqueSort.js +37 -15
  125. package/dist/sap/base/util/deepClone.js +102 -0
  126. package/dist/sap/base/util/deepEqual.js +75 -51
  127. package/dist/sap/base/util/extend.js +58 -7
  128. package/dist/sap/base/util/isEmptyObject.js +34 -0
  129. package/dist/sap/base/util/isPlainObject.js +35 -1
  130. package/dist/sap/base/util/now.js +24 -3
  131. package/dist/sap/base/util/resolveReference.js +3 -0
  132. package/dist/sap/base/util/uid.js +27 -0
  133. package/dist/sap/ui/base/DataType.js +657 -0
  134. package/dist/sap/ui/base/Interface.js +47 -1
  135. package/dist/sap/ui/base/Metadata.js +435 -171
  136. package/dist/sap/ui/base/Object.js +284 -48
  137. package/dist/sap/ui/core/CalendarType.js +24 -8
  138. package/dist/sap/ui/core/Configuration.d.ts +1 -0
  139. package/dist/sap/ui/core/Configuration.js +2 -0
  140. package/dist/sap/ui/core/Configuration.js.map +1 -1
  141. package/dist/sap/ui/core/Core.d.ts +1 -0
  142. package/dist/sap/ui/core/Locale.js +190 -155
  143. package/dist/sap/ui/core/LocaleData.js +2659 -1351
  144. package/dist/sap/ui/core/Supportability.js +5 -0
  145. package/dist/sap/ui/core/Theming.js +539 -0
  146. package/dist/sap/ui/core/date/Buddhist.js +162 -87
  147. package/dist/sap/ui/core/date/CalendarUtils.js +61 -32
  148. package/dist/sap/ui/core/date/CalendarWeekNumbering.js +30 -7
  149. package/dist/sap/ui/core/date/Gregorian.js +25 -10
  150. package/dist/sap/ui/core/date/Islamic.js +298 -185
  151. package/dist/sap/ui/core/date/Japanese.js +210 -115
  152. package/dist/sap/ui/core/date/Persian.js +324 -195
  153. package/dist/sap/ui/core/date/UI5Date.js +923 -237
  154. package/dist/sap/ui/core/date/UniversalDate.js +1238 -256
  155. package/dist/sap/ui/core/date/_Calendars.js +10 -1
  156. package/dist/sap/ui/core/format/DateFormat.js +3171 -2111
  157. package/dist/sap/ui/core/format/TimezoneUtil.js +24 -89
  158. package/package-scripts.cjs +11 -20
  159. package/package.json +13 -7
  160. package/tsconfig.json +11 -1
  161. package/used-modules.txt +24 -1
  162. package/dist/Assets-static.d.ts +0 -1
  163. package/dist/Assets-static.js +0 -3
  164. package/dist/Assets-static.js.map +0 -1
  165. package/dist/generated/json-imports/LocaleData-static.js +0 -90
  166. package/dist/sap/ui/Device.js +0 -5
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "__license": "This file has been derived from Unicode Common Locale Data Repository (CLDR) files (http://cldr.unicode.org). See the copyright and permission notice in the Unicode-Data-Files-LICENSE.txt available at the same location as this file or visit http://www.unicode.org/copyright.html",
3
- "__version": "41.0.0",
4
- "__buildtime": "2022-12-19T09:41:25.319Z",
3
+ "__version": "43.0.0",
4
+ "__buildtime": "2023-09-28T11:39:07.908Z",
5
5
  "orientation": "left-to-right",
6
6
  "ca-gregorian": {
7
7
  "dateFormats": {
@@ -411,6 +411,48 @@
411
411
  ]
412
412
  }
413
413
  },
414
+ "quarters": {
415
+ "format": {
416
+ "abbreviated": [
417
+ "1분기",
418
+ "2분기",
419
+ "3분기",
420
+ "4분기"
421
+ ],
422
+ "narrow": [
423
+ "1",
424
+ "2",
425
+ "3",
426
+ "4"
427
+ ],
428
+ "wide": [
429
+ "제 1/4분기",
430
+ "제 2/4분기",
431
+ "제 3/4분기",
432
+ "제 4/4분기"
433
+ ]
434
+ },
435
+ "stand-alone": {
436
+ "abbreviated": [
437
+ "1분기",
438
+ "2분기",
439
+ "3분기",
440
+ "4분기"
441
+ ],
442
+ "narrow": [
443
+ "1",
444
+ "2",
445
+ "3",
446
+ "4"
447
+ ],
448
+ "wide": [
449
+ "제 1/4분기",
450
+ "제 2/4분기",
451
+ "제 3/4분기",
452
+ "제 4/4분기"
453
+ ]
454
+ }
455
+ },
414
456
  "dayPeriods": {
415
457
  "format": {
416
458
  "abbreviated": [
@@ -441,6 +483,66 @@
441
483
  ]
442
484
  }
443
485
  },
486
+ "flexibleDayPeriods": {
487
+ "format": {
488
+ "abbreviated": {
489
+ "midnight": "자정",
490
+ "noon": "정오",
491
+ "morning1": "새벽",
492
+ "morning2": "오전",
493
+ "afternoon1": "오후",
494
+ "evening1": "저녁",
495
+ "night1": "밤"
496
+ },
497
+ "narrow": {
498
+ "midnight": "자정",
499
+ "noon": "정오",
500
+ "morning1": "새벽",
501
+ "morning2": "오전",
502
+ "afternoon1": "오후",
503
+ "evening1": "저녁",
504
+ "night1": "밤"
505
+ },
506
+ "wide": {
507
+ "midnight": "자정",
508
+ "noon": "정오",
509
+ "morning1": "새벽",
510
+ "morning2": "오전",
511
+ "afternoon1": "오후",
512
+ "evening1": "저녁",
513
+ "night1": "밤"
514
+ }
515
+ },
516
+ "stand-alone": {
517
+ "abbreviated": {
518
+ "midnight": "자정",
519
+ "noon": "정오",
520
+ "morning1": "새벽",
521
+ "morning2": "오전",
522
+ "afternoon1": "오후",
523
+ "evening1": "저녁",
524
+ "night1": "밤"
525
+ },
526
+ "narrow": {
527
+ "midnight": "자정",
528
+ "noon": "정오",
529
+ "morning1": "새벽",
530
+ "morning2": "오전",
531
+ "afternoon1": "오후",
532
+ "evening1": "저녁",
533
+ "night1": "밤"
534
+ },
535
+ "wide": {
536
+ "midnight": "자정",
537
+ "noon": "정오",
538
+ "morning1": "새벽",
539
+ "morning2": "오전",
540
+ "afternoon1": "오후",
541
+ "evening1": "저녁",
542
+ "night1": "밤"
543
+ }
544
+ }
545
+ },
444
546
  "era-wide": {
445
547
  "0": "기원전",
446
548
  "1": "서기"
@@ -859,6 +961,48 @@
859
961
  ]
860
962
  }
861
963
  },
964
+ "quarters": {
965
+ "format": {
966
+ "abbreviated": [
967
+ "1분기",
968
+ "2분기",
969
+ "3분기",
970
+ "4분기"
971
+ ],
972
+ "narrow": [
973
+ "1",
974
+ "2",
975
+ "3",
976
+ "4"
977
+ ],
978
+ "wide": [
979
+ "제 1/4분기",
980
+ "제 2/4분기",
981
+ "제 3/4분기",
982
+ "제 4/4분기"
983
+ ]
984
+ },
985
+ "stand-alone": {
986
+ "abbreviated": [
987
+ "1분기",
988
+ "2분기",
989
+ "3분기",
990
+ "4분기"
991
+ ],
992
+ "narrow": [
993
+ "1",
994
+ "2",
995
+ "3",
996
+ "4"
997
+ ],
998
+ "wide": [
999
+ "제 1/4분기",
1000
+ "제 2/4분기",
1001
+ "제 3/4분기",
1002
+ "제 4/4분기"
1003
+ ]
1004
+ }
1005
+ },
862
1006
  "dayPeriods": {
863
1007
  "format": {
864
1008
  "abbreviated": [
@@ -889,6 +1033,66 @@
889
1033
  ]
890
1034
  }
891
1035
  },
1036
+ "flexibleDayPeriods": {
1037
+ "format": {
1038
+ "abbreviated": {
1039
+ "midnight": "자정",
1040
+ "noon": "정오",
1041
+ "morning1": "새벽",
1042
+ "morning2": "오전",
1043
+ "afternoon1": "오후",
1044
+ "evening1": "저녁",
1045
+ "night1": "밤"
1046
+ },
1047
+ "narrow": {
1048
+ "midnight": "자정",
1049
+ "noon": "정오",
1050
+ "morning1": "새벽",
1051
+ "morning2": "오전",
1052
+ "afternoon1": "오후",
1053
+ "evening1": "저녁",
1054
+ "night1": "밤"
1055
+ },
1056
+ "wide": {
1057
+ "midnight": "자정",
1058
+ "noon": "정오",
1059
+ "morning1": "새벽",
1060
+ "morning2": "오전",
1061
+ "afternoon1": "오후",
1062
+ "evening1": "저녁",
1063
+ "night1": "밤"
1064
+ }
1065
+ },
1066
+ "stand-alone": {
1067
+ "abbreviated": {
1068
+ "midnight": "자정",
1069
+ "noon": "정오",
1070
+ "morning1": "새벽",
1071
+ "morning2": "오전",
1072
+ "afternoon1": "오후",
1073
+ "evening1": "저녁",
1074
+ "night1": "밤"
1075
+ },
1076
+ "narrow": {
1077
+ "midnight": "자정",
1078
+ "noon": "정오",
1079
+ "morning1": "새벽",
1080
+ "morning2": "오전",
1081
+ "afternoon1": "오후",
1082
+ "evening1": "저녁",
1083
+ "night1": "밤"
1084
+ },
1085
+ "wide": {
1086
+ "midnight": "자정",
1087
+ "noon": "정오",
1088
+ "morning1": "새벽",
1089
+ "morning2": "오전",
1090
+ "afternoon1": "오후",
1091
+ "evening1": "저녁",
1092
+ "night1": "밤"
1093
+ }
1094
+ }
1095
+ },
892
1096
  "era-wide": {
893
1097
  "0": "히즈라력"
894
1098
  },
@@ -1313,6 +1517,48 @@
1313
1517
  ]
1314
1518
  }
1315
1519
  },
1520
+ "quarters": {
1521
+ "format": {
1522
+ "abbreviated": [
1523
+ "1분기",
1524
+ "2분기",
1525
+ "3분기",
1526
+ "4분기"
1527
+ ],
1528
+ "narrow": [
1529
+ "1",
1530
+ "2",
1531
+ "3",
1532
+ "4"
1533
+ ],
1534
+ "wide": [
1535
+ "제 1/4분기",
1536
+ "제 2/4분기",
1537
+ "제 3/4분기",
1538
+ "제 4/4분기"
1539
+ ]
1540
+ },
1541
+ "stand-alone": {
1542
+ "abbreviated": [
1543
+ "1분기",
1544
+ "2분기",
1545
+ "3분기",
1546
+ "4분기"
1547
+ ],
1548
+ "narrow": [
1549
+ "1",
1550
+ "2",
1551
+ "3",
1552
+ "4"
1553
+ ],
1554
+ "wide": [
1555
+ "제 1/4분기",
1556
+ "제 2/4분기",
1557
+ "제 3/4분기",
1558
+ "제 4/4분기"
1559
+ ]
1560
+ }
1561
+ },
1316
1562
  "dayPeriods": {
1317
1563
  "format": {
1318
1564
  "abbreviated": [
@@ -1343,6 +1589,66 @@
1343
1589
  ]
1344
1590
  }
1345
1591
  },
1592
+ "flexibleDayPeriods": {
1593
+ "format": {
1594
+ "abbreviated": {
1595
+ "midnight": "자정",
1596
+ "noon": "정오",
1597
+ "morning1": "새벽",
1598
+ "morning2": "오전",
1599
+ "afternoon1": "오후",
1600
+ "evening1": "저녁",
1601
+ "night1": "밤"
1602
+ },
1603
+ "narrow": {
1604
+ "midnight": "자정",
1605
+ "noon": "정오",
1606
+ "morning1": "새벽",
1607
+ "morning2": "오전",
1608
+ "afternoon1": "오후",
1609
+ "evening1": "저녁",
1610
+ "night1": "밤"
1611
+ },
1612
+ "wide": {
1613
+ "midnight": "자정",
1614
+ "noon": "정오",
1615
+ "morning1": "새벽",
1616
+ "morning2": "오전",
1617
+ "afternoon1": "오후",
1618
+ "evening1": "저녁",
1619
+ "night1": "밤"
1620
+ }
1621
+ },
1622
+ "stand-alone": {
1623
+ "abbreviated": {
1624
+ "midnight": "자정",
1625
+ "noon": "정오",
1626
+ "morning1": "새벽",
1627
+ "morning2": "오전",
1628
+ "afternoon1": "오후",
1629
+ "evening1": "저녁",
1630
+ "night1": "밤"
1631
+ },
1632
+ "narrow": {
1633
+ "midnight": "자정",
1634
+ "noon": "정오",
1635
+ "morning1": "새벽",
1636
+ "morning2": "오전",
1637
+ "afternoon1": "오후",
1638
+ "evening1": "저녁",
1639
+ "night1": "밤"
1640
+ },
1641
+ "wide": {
1642
+ "midnight": "자정",
1643
+ "noon": "정오",
1644
+ "morning1": "새벽",
1645
+ "morning2": "오전",
1646
+ "afternoon1": "오후",
1647
+ "evening1": "저녁",
1648
+ "night1": "밤"
1649
+ }
1650
+ }
1651
+ },
1346
1652
  "era-wide": {
1347
1653
  "232": "메이지",
1348
1654
  "233": "다이쇼",
@@ -1770,6 +2076,48 @@
1770
2076
  ]
1771
2077
  }
1772
2078
  },
2079
+ "quarters": {
2080
+ "format": {
2081
+ "abbreviated": [
2082
+ "1분기",
2083
+ "2분기",
2084
+ "3분기",
2085
+ "4분기"
2086
+ ],
2087
+ "narrow": [
2088
+ "1",
2089
+ "2",
2090
+ "3",
2091
+ "4"
2092
+ ],
2093
+ "wide": [
2094
+ "제 1/4분기",
2095
+ "제 2/4분기",
2096
+ "제 3/4분기",
2097
+ "제 4/4분기"
2098
+ ]
2099
+ },
2100
+ "stand-alone": {
2101
+ "abbreviated": [
2102
+ "1분기",
2103
+ "2분기",
2104
+ "3분기",
2105
+ "4분기"
2106
+ ],
2107
+ "narrow": [
2108
+ "1",
2109
+ "2",
2110
+ "3",
2111
+ "4"
2112
+ ],
2113
+ "wide": [
2114
+ "제 1/4분기",
2115
+ "제 2/4분기",
2116
+ "제 3/4분기",
2117
+ "제 4/4분기"
2118
+ ]
2119
+ }
2120
+ },
1773
2121
  "dayPeriods": {
1774
2122
  "format": {
1775
2123
  "abbreviated": [
@@ -1800,6 +2148,66 @@
1800
2148
  ]
1801
2149
  }
1802
2150
  },
2151
+ "flexibleDayPeriods": {
2152
+ "format": {
2153
+ "abbreviated": {
2154
+ "midnight": "자정",
2155
+ "noon": "정오",
2156
+ "morning1": "새벽",
2157
+ "morning2": "오전",
2158
+ "afternoon1": "오후",
2159
+ "evening1": "저녁",
2160
+ "night1": "밤"
2161
+ },
2162
+ "narrow": {
2163
+ "midnight": "자정",
2164
+ "noon": "정오",
2165
+ "morning1": "새벽",
2166
+ "morning2": "오전",
2167
+ "afternoon1": "오후",
2168
+ "evening1": "저녁",
2169
+ "night1": "밤"
2170
+ },
2171
+ "wide": {
2172
+ "midnight": "자정",
2173
+ "noon": "정오",
2174
+ "morning1": "새벽",
2175
+ "morning2": "오전",
2176
+ "afternoon1": "오후",
2177
+ "evening1": "저녁",
2178
+ "night1": "밤"
2179
+ }
2180
+ },
2181
+ "stand-alone": {
2182
+ "abbreviated": {
2183
+ "midnight": "자정",
2184
+ "noon": "정오",
2185
+ "morning1": "새벽",
2186
+ "morning2": "오전",
2187
+ "afternoon1": "오후",
2188
+ "evening1": "저녁",
2189
+ "night1": "밤"
2190
+ },
2191
+ "narrow": {
2192
+ "midnight": "자정",
2193
+ "noon": "정오",
2194
+ "morning1": "새벽",
2195
+ "morning2": "오전",
2196
+ "afternoon1": "오후",
2197
+ "evening1": "저녁",
2198
+ "night1": "밤"
2199
+ },
2200
+ "wide": {
2201
+ "midnight": "자정",
2202
+ "noon": "정오",
2203
+ "morning1": "새벽",
2204
+ "morning2": "오전",
2205
+ "afternoon1": "오후",
2206
+ "evening1": "저녁",
2207
+ "night1": "밤"
2208
+ }
2209
+ }
2210
+ },
1803
2211
  "era-wide": {
1804
2212
  "0": "AP"
1805
2213
  },
@@ -2215,6 +2623,48 @@
2215
2623
  ]
2216
2624
  }
2217
2625
  },
2626
+ "quarters": {
2627
+ "format": {
2628
+ "abbreviated": [
2629
+ "1분기",
2630
+ "2분기",
2631
+ "3분기",
2632
+ "4분기"
2633
+ ],
2634
+ "narrow": [
2635
+ "1",
2636
+ "2",
2637
+ "3",
2638
+ "4"
2639
+ ],
2640
+ "wide": [
2641
+ "제 1/4분기",
2642
+ "제 2/4분기",
2643
+ "제 3/4분기",
2644
+ "제 4/4분기"
2645
+ ]
2646
+ },
2647
+ "stand-alone": {
2648
+ "abbreviated": [
2649
+ "1분기",
2650
+ "2분기",
2651
+ "3분기",
2652
+ "4분기"
2653
+ ],
2654
+ "narrow": [
2655
+ "1",
2656
+ "2",
2657
+ "3",
2658
+ "4"
2659
+ ],
2660
+ "wide": [
2661
+ "제 1/4분기",
2662
+ "제 2/4분기",
2663
+ "제 3/4분기",
2664
+ "제 4/4분기"
2665
+ ]
2666
+ }
2667
+ },
2218
2668
  "dayPeriods": {
2219
2669
  "format": {
2220
2670
  "abbreviated": [
@@ -2245,6 +2695,66 @@
2245
2695
  ]
2246
2696
  }
2247
2697
  },
2698
+ "flexibleDayPeriods": {
2699
+ "format": {
2700
+ "abbreviated": {
2701
+ "midnight": "자정",
2702
+ "noon": "정오",
2703
+ "morning1": "새벽",
2704
+ "morning2": "오전",
2705
+ "afternoon1": "오후",
2706
+ "evening1": "저녁",
2707
+ "night1": "밤"
2708
+ },
2709
+ "narrow": {
2710
+ "midnight": "자정",
2711
+ "noon": "정오",
2712
+ "morning1": "새벽",
2713
+ "morning2": "오전",
2714
+ "afternoon1": "오후",
2715
+ "evening1": "저녁",
2716
+ "night1": "밤"
2717
+ },
2718
+ "wide": {
2719
+ "midnight": "자정",
2720
+ "noon": "정오",
2721
+ "morning1": "새벽",
2722
+ "morning2": "오전",
2723
+ "afternoon1": "오후",
2724
+ "evening1": "저녁",
2725
+ "night1": "밤"
2726
+ }
2727
+ },
2728
+ "stand-alone": {
2729
+ "abbreviated": {
2730
+ "midnight": "자정",
2731
+ "noon": "정오",
2732
+ "morning1": "새벽",
2733
+ "morning2": "오전",
2734
+ "afternoon1": "오후",
2735
+ "evening1": "저녁",
2736
+ "night1": "밤"
2737
+ },
2738
+ "narrow": {
2739
+ "midnight": "자정",
2740
+ "noon": "정오",
2741
+ "morning1": "새벽",
2742
+ "morning2": "오전",
2743
+ "afternoon1": "오후",
2744
+ "evening1": "저녁",
2745
+ "night1": "밤"
2746
+ },
2747
+ "wide": {
2748
+ "midnight": "자정",
2749
+ "noon": "정오",
2750
+ "morning1": "새벽",
2751
+ "morning2": "오전",
2752
+ "afternoon1": "오후",
2753
+ "evening1": "저녁",
2754
+ "night1": "밤"
2755
+ }
2756
+ }
2757
+ },
2248
2758
  "era-wide": {
2249
2759
  "0": "불기"
2250
2760
  },
@@ -2545,6 +3055,84 @@
2545
3055
  "displayName": "시간대"
2546
3056
  }
2547
3057
  },
3058
+ "timezoneNamesFormats": {
3059
+ "gmtFormat": "GMT{0}"
3060
+ },
3061
+ "decimalFormat": {
3062
+ "standard": "#,##0.###"
3063
+ },
3064
+ "decimalFormat-long": {
3065
+ "1000-other": "0천",
3066
+ "10000-other": "0만",
3067
+ "100000-other": "00만",
3068
+ "1000000-other": "000만",
3069
+ "10000000-other": "0000만",
3070
+ "100000000-other": "0억",
3071
+ "1000000000-other": "00억",
3072
+ "10000000000-other": "000억",
3073
+ "100000000000-other": "0000억",
3074
+ "1000000000000-other": "0조",
3075
+ "10000000000000-other": "00조",
3076
+ "100000000000000-other": "000조"
3077
+ },
3078
+ "decimalFormat-short": {
3079
+ "1000-other": "0천",
3080
+ "10000-other": "0만",
3081
+ "100000-other": "00만",
3082
+ "1000000-other": "000만",
3083
+ "10000000-other": "0000만",
3084
+ "100000000-other": "0억",
3085
+ "1000000000-other": "00억",
3086
+ "10000000000-other": "000억",
3087
+ "100000000000-other": "0000억",
3088
+ "1000000000000-other": "0조",
3089
+ "10000000000000-other": "00조",
3090
+ "100000000000000-other": "000조"
3091
+ },
3092
+ "scientificFormat": {
3093
+ "standard": "#E0"
3094
+ },
3095
+ "percentFormat": {
3096
+ "standard": "#,##0%"
3097
+ },
3098
+ "currencyFormat": {
3099
+ "standard": "¤#,##0.00",
3100
+ "accounting": "¤#,##0.00;(¤#,##0.00)",
3101
+ "currencySpacing": {
3102
+ "beforeCurrency": {
3103
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3104
+ "surroundingMatch": "[:digit:]",
3105
+ "insertBetween": " "
3106
+ },
3107
+ "afterCurrency": {
3108
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3109
+ "surroundingMatch": "[:digit:]",
3110
+ "insertBetween": " "
3111
+ }
3112
+ },
3113
+ "sap-standard": "#,##0.00¤",
3114
+ "sap-accounting": "#,##0.00¤;(#,##0.00¤)"
3115
+ },
3116
+ "miscPattern": {
3117
+ "approximately": "~{0}",
3118
+ "atLeast": "{0}+",
3119
+ "atMost": "≤{0}",
3120
+ "range": "{0}~{1}"
3121
+ },
3122
+ "currencyFormat-short": {
3123
+ "1000-other": "¤ 0천",
3124
+ "10000-other": "¤ 0만",
3125
+ "100000-other": "¤ 00만",
3126
+ "1000000-other": "¤ 000만",
3127
+ "10000000-other": "¤ 0000만",
3128
+ "100000000-other": "¤ 0억",
3129
+ "1000000000-other": "¤ 00억",
3130
+ "10000000000-other": "¤ 000억",
3131
+ "100000000000-other": "¤ 0000억",
3132
+ "1000000000000-other": "¤ 0조",
3133
+ "10000000000000-other": "¤ 00조",
3134
+ "100000000000000-other": "¤ 000조"
3135
+ },
2548
3136
  "symbols-latn-decimal": ".",
2549
3137
  "symbols-latn-group": ",",
2550
3138
  "symbols-latn-list": ";",
@@ -2558,7 +3146,973 @@
2558
3146
  "symbols-latn-infinity": "∞",
2559
3147
  "symbols-latn-nan": "NaN",
2560
3148
  "symbols-latn-timeSeparator": ":",
3149
+ "currencySymbols": {
3150
+ "AUD": "AU$",
3151
+ "BRL": "R$",
3152
+ "CAD": "CA$",
3153
+ "CNY": "CN¥",
3154
+ "EUR": "€",
3155
+ "GBP": "£",
3156
+ "HKD": "HK$",
3157
+ "ILS": "₪",
3158
+ "INR": "₹",
3159
+ "JPY": "JP¥",
3160
+ "KRW": "₩",
3161
+ "MXN": "MX$",
3162
+ "NZD": "NZ$",
3163
+ "TWD": "NT$",
3164
+ "USD": "US$",
3165
+ "VND": "₫",
3166
+ "XAF": "FCFA",
3167
+ "XCD": "EC$",
3168
+ "XOF": "F CFA",
3169
+ "XPF": "CFPF",
3170
+ "XXX": "¤"
3171
+ },
2561
3172
  "rtl": false,
3173
+ "units": {
3174
+ "short": {
3175
+ "10p-1": {
3176
+ "unitPrefixPattern": "d{0}"
3177
+ },
3178
+ "10p-2": {
3179
+ "unitPrefixPattern": "c{0}"
3180
+ },
3181
+ "10p-3": {
3182
+ "unitPrefixPattern": "m{0}"
3183
+ },
3184
+ "10p-6": {
3185
+ "unitPrefixPattern": "μ{0}"
3186
+ },
3187
+ "10p-9": {
3188
+ "unitPrefixPattern": "n{0}"
3189
+ },
3190
+ "10p-12": {
3191
+ "unitPrefixPattern": "p{0}"
3192
+ },
3193
+ "10p-15": {
3194
+ "unitPrefixPattern": "f{0}"
3195
+ },
3196
+ "10p-18": {
3197
+ "unitPrefixPattern": "a{0}"
3198
+ },
3199
+ "10p-21": {
3200
+ "unitPrefixPattern": "z{0}"
3201
+ },
3202
+ "10p-24": {
3203
+ "unitPrefixPattern": "y{0}"
3204
+ },
3205
+ "10p1": {
3206
+ "unitPrefixPattern": "da{0}"
3207
+ },
3208
+ "10p2": {
3209
+ "unitPrefixPattern": "h{0}"
3210
+ },
3211
+ "10p3": {
3212
+ "unitPrefixPattern": "k{0}"
3213
+ },
3214
+ "10p6": {
3215
+ "unitPrefixPattern": "M{0}"
3216
+ },
3217
+ "10p9": {
3218
+ "unitPrefixPattern": "G{0}"
3219
+ },
3220
+ "10p12": {
3221
+ "unitPrefixPattern": "T{0}"
3222
+ },
3223
+ "10p15": {
3224
+ "unitPrefixPattern": "P{0}"
3225
+ },
3226
+ "10p18": {
3227
+ "unitPrefixPattern": "E{0}"
3228
+ },
3229
+ "10p21": {
3230
+ "unitPrefixPattern": "Z{0}"
3231
+ },
3232
+ "10p24": {
3233
+ "unitPrefixPattern": "Y{0}"
3234
+ },
3235
+ "1024p1": {
3236
+ "unitPrefixPattern": "Ki{0}"
3237
+ },
3238
+ "1024p2": {
3239
+ "unitPrefixPattern": "Mi{0}"
3240
+ },
3241
+ "1024p3": {
3242
+ "unitPrefixPattern": "Gi{0}"
3243
+ },
3244
+ "1024p4": {
3245
+ "unitPrefixPattern": "Ti{0}"
3246
+ },
3247
+ "1024p5": {
3248
+ "unitPrefixPattern": "Pi{0}"
3249
+ },
3250
+ "1024p6": {
3251
+ "unitPrefixPattern": "Ei{0}"
3252
+ },
3253
+ "1024p7": {
3254
+ "unitPrefixPattern": "Zi{0}"
3255
+ },
3256
+ "1024p8": {
3257
+ "unitPrefixPattern": "Yi{0}"
3258
+ },
3259
+ "per": {
3260
+ "compoundUnitPattern": "{0}/{1}"
3261
+ },
3262
+ "power2": {
3263
+ "compoundUnitPattern1": "{0}²",
3264
+ "compoundUnitPattern1-count-other": "{0}²"
3265
+ },
3266
+ "power3": {
3267
+ "compoundUnitPattern1": "{0}³",
3268
+ "compoundUnitPattern1-count-other": "{0}³"
3269
+ },
3270
+ "times": {
3271
+ "compoundUnitPattern": "{0}⋅{1}"
3272
+ },
3273
+ "acceleration-g-force": {
3274
+ "displayName": "g-force",
3275
+ "unitPattern-count-other": "{0}G"
3276
+ },
3277
+ "acceleration-meter-per-square-second": {
3278
+ "displayName": "m/s²",
3279
+ "unitPattern-count-other": "{0}m/s²"
3280
+ },
3281
+ "angle-revolution": {
3282
+ "displayName": "rev",
3283
+ "unitPattern-count-other": "{0}rev"
3284
+ },
3285
+ "angle-radian": {
3286
+ "displayName": "rad",
3287
+ "unitPattern-count-other": "{0}rad"
3288
+ },
3289
+ "angle-degree": {
3290
+ "displayName": "°",
3291
+ "unitPattern-count-other": "{0}°"
3292
+ },
3293
+ "angle-arc-minute": {
3294
+ "displayName": "′",
3295
+ "unitPattern-count-other": "{0}′"
3296
+ },
3297
+ "angle-arc-second": {
3298
+ "displayName": "″",
3299
+ "unitPattern-count-other": "{0}″"
3300
+ },
3301
+ "area-square-kilometer": {
3302
+ "displayName": "km²",
3303
+ "unitPattern-count-other": "{0}km²",
3304
+ "perUnitPattern": "{0}/km²"
3305
+ },
3306
+ "area-hectare": {
3307
+ "displayName": "ha",
3308
+ "unitPattern-count-other": "{0}ha"
3309
+ },
3310
+ "area-square-meter": {
3311
+ "displayName": "m²",
3312
+ "unitPattern-count-other": "{0}m²",
3313
+ "perUnitPattern": "{0}/m²"
3314
+ },
3315
+ "area-square-centimeter": {
3316
+ "displayName": "cm²",
3317
+ "unitPattern-count-other": "{0}cm²",
3318
+ "perUnitPattern": "{0}/cm²"
3319
+ },
3320
+ "area-square-mile": {
3321
+ "displayName": "mi²",
3322
+ "unitPattern-count-other": "{0}mi²",
3323
+ "perUnitPattern": "{0}/mi²"
3324
+ },
3325
+ "area-acre": {
3326
+ "displayName": "ac",
3327
+ "unitPattern-count-other": "{0}ac"
3328
+ },
3329
+ "area-square-yard": {
3330
+ "displayName": "yd²",
3331
+ "unitPattern-count-other": "{0}yd²"
3332
+ },
3333
+ "area-square-foot": {
3334
+ "displayName": "ft²",
3335
+ "unitPattern-count-other": "{0}ft²"
3336
+ },
3337
+ "area-square-inch": {
3338
+ "displayName": "in²",
3339
+ "unitPattern-count-other": "{0}in²",
3340
+ "perUnitPattern": "{0}/in²"
3341
+ },
3342
+ "area-dunam": {
3343
+ "displayName": "두남",
3344
+ "unitPattern-count-other": "{0}두남"
3345
+ },
3346
+ "concentr-karat": {
3347
+ "displayName": "kt",
3348
+ "unitPattern-count-other": "{0}kt"
3349
+ },
3350
+ "concentr-milligram-ofglucose-per-deciliter": {
3351
+ "displayName": "mg/dL",
3352
+ "unitPattern-count-other": "{0}mg/dL"
3353
+ },
3354
+ "concentr-millimole-per-liter": {
3355
+ "displayName": "mmol/L",
3356
+ "unitPattern-count-other": "{0}mmol/L"
3357
+ },
3358
+ "concentr-item": {
3359
+ "displayName": "항목",
3360
+ "unitPattern-count-other": "{0}개 항목"
3361
+ },
3362
+ "concentr-permillion": {
3363
+ "displayName": "ppm",
3364
+ "unitPattern-count-other": "{0}ppm"
3365
+ },
3366
+ "concentr-percent": {
3367
+ "displayName": "%",
3368
+ "unitPattern-count-other": "{0}%"
3369
+ },
3370
+ "concentr-permille": {
3371
+ "displayName": "‰",
3372
+ "unitPattern-count-other": "{0}‰"
3373
+ },
3374
+ "concentr-permyriad": {
3375
+ "displayName": "‱",
3376
+ "unitPattern-count-other": "{0}‱"
3377
+ },
3378
+ "concentr-mole": {
3379
+ "displayName": "mol",
3380
+ "unitPattern-count-other": "{0}mol"
3381
+ },
3382
+ "consumption-liter-per-kilometer": {
3383
+ "displayName": "L/km",
3384
+ "unitPattern-count-other": "{0}L/km"
3385
+ },
3386
+ "consumption-liter-per-100-kilometer": {
3387
+ "displayName": "L/100km",
3388
+ "unitPattern-count-other": "{0}L/100km"
3389
+ },
3390
+ "consumption-mile-per-gallon": {
3391
+ "displayName": "mpg",
3392
+ "unitPattern-count-other": "{0}mpg"
3393
+ },
3394
+ "consumption-mile-per-gallon-imperial": {
3395
+ "displayName": "mpg Imp.",
3396
+ "unitPattern-count-other": "{0}mpg Imp."
3397
+ },
3398
+ "digital-petabyte": {
3399
+ "displayName": "PB",
3400
+ "unitPattern-count-other": "{0}PB"
3401
+ },
3402
+ "digital-terabyte": {
3403
+ "displayName": "TB",
3404
+ "unitPattern-count-other": "{0}TB"
3405
+ },
3406
+ "digital-terabit": {
3407
+ "displayName": "Tb",
3408
+ "unitPattern-count-other": "{0}Tb"
3409
+ },
3410
+ "digital-gigabyte": {
3411
+ "displayName": "GB",
3412
+ "unitPattern-count-other": "{0}GB"
3413
+ },
3414
+ "digital-gigabit": {
3415
+ "displayName": "Gb",
3416
+ "unitPattern-count-other": "{0}Gb"
3417
+ },
3418
+ "digital-megabyte": {
3419
+ "displayName": "MB",
3420
+ "unitPattern-count-other": "{0}MB"
3421
+ },
3422
+ "digital-megabit": {
3423
+ "displayName": "Mb",
3424
+ "unitPattern-count-other": "{0}Mb"
3425
+ },
3426
+ "digital-kilobyte": {
3427
+ "displayName": "kB",
3428
+ "unitPattern-count-other": "{0}kB"
3429
+ },
3430
+ "digital-kilobit": {
3431
+ "displayName": "kb",
3432
+ "unitPattern-count-other": "{0}kb"
3433
+ },
3434
+ "digital-byte": {
3435
+ "displayName": "byte",
3436
+ "unitPattern-count-other": "{0}byte"
3437
+ },
3438
+ "digital-bit": {
3439
+ "displayName": "bit",
3440
+ "unitPattern-count-other": "{0}bit"
3441
+ },
3442
+ "duration-century": {
3443
+ "displayName": "C",
3444
+ "unitPattern-count-other": "{0}C"
3445
+ },
3446
+ "duration-decade": {
3447
+ "displayName": "dec",
3448
+ "unitPattern-count-other": "{0}dec"
3449
+ },
3450
+ "duration-year": {
3451
+ "displayName": "년",
3452
+ "unitPattern-count-other": "{0}년",
3453
+ "perUnitPattern": "{0}/년"
3454
+ },
3455
+ "duration-quarter": {
3456
+ "displayName": "분기",
3457
+ "unitPattern-count-other": "{0}분기",
3458
+ "perUnitPattern": "{0}/분기"
3459
+ },
3460
+ "duration-month": {
3461
+ "displayName": "개월",
3462
+ "unitPattern-count-other": "{0}개월",
3463
+ "perUnitPattern": "{0}/월"
3464
+ },
3465
+ "duration-week": {
3466
+ "displayName": "주",
3467
+ "unitPattern-count-other": "{0}주",
3468
+ "perUnitPattern": "{0}/주"
3469
+ },
3470
+ "duration-day": {
3471
+ "displayName": "일",
3472
+ "unitPattern-count-other": "{0}일",
3473
+ "perUnitPattern": "{0}/일"
3474
+ },
3475
+ "duration-hour": {
3476
+ "displayName": "시간",
3477
+ "unitPattern-count-other": "{0}시간",
3478
+ "perUnitPattern": "{0}/h"
3479
+ },
3480
+ "duration-minute": {
3481
+ "displayName": "분",
3482
+ "unitPattern-count-other": "{0}분",
3483
+ "perUnitPattern": "{0}/min"
3484
+ },
3485
+ "duration-second": {
3486
+ "displayName": "초",
3487
+ "unitPattern-count-other": "{0}초",
3488
+ "perUnitPattern": "{0}/s"
3489
+ },
3490
+ "duration-millisecond": {
3491
+ "displayName": "밀리초",
3492
+ "unitPattern-count-other": "{0}ms"
3493
+ },
3494
+ "duration-microsecond": {
3495
+ "displayName": "μs",
3496
+ "unitPattern-count-other": "{0}μs"
3497
+ },
3498
+ "duration-nanosecond": {
3499
+ "displayName": "ns",
3500
+ "unitPattern-count-other": "{0}ns"
3501
+ },
3502
+ "electric-ampere": {
3503
+ "displayName": "amp",
3504
+ "unitPattern-count-other": "{0}A"
3505
+ },
3506
+ "electric-milliampere": {
3507
+ "displayName": "mA",
3508
+ "unitPattern-count-other": "{0}mA"
3509
+ },
3510
+ "electric-ohm": {
3511
+ "displayName": "ohm",
3512
+ "unitPattern-count-other": "{0}Ω"
3513
+ },
3514
+ "electric-volt": {
3515
+ "displayName": "V",
3516
+ "unitPattern-count-other": "{0}V"
3517
+ },
3518
+ "energy-kilocalorie": {
3519
+ "displayName": "kcal",
3520
+ "unitPattern-count-other": "{0}kcal"
3521
+ },
3522
+ "energy-calorie": {
3523
+ "displayName": "cal",
3524
+ "unitPattern-count-other": "{0}cal"
3525
+ },
3526
+ "energy-foodcalorie": {
3527
+ "displayName": "Cal",
3528
+ "unitPattern-count-other": "{0}Cal"
3529
+ },
3530
+ "energy-kilojoule": {
3531
+ "displayName": "kJ",
3532
+ "unitPattern-count-other": "{0}kJ"
3533
+ },
3534
+ "energy-joule": {
3535
+ "displayName": "줄",
3536
+ "unitPattern-count-other": "{0}줄"
3537
+ },
3538
+ "energy-kilowatt-hour": {
3539
+ "displayName": "kWh",
3540
+ "unitPattern-count-other": "{0}kWh"
3541
+ },
3542
+ "energy-electronvolt": {
3543
+ "displayName": "eV",
3544
+ "unitPattern-count-other": "{0}eV"
3545
+ },
3546
+ "energy-british-thermal-unit": {
3547
+ "displayName": "Btu",
3548
+ "unitPattern-count-other": "{0}Btu"
3549
+ },
3550
+ "energy-therm-us": {
3551
+ "displayName": "미국 섬",
3552
+ "unitPattern-count-other": "{0}섬"
3553
+ },
3554
+ "force-pound-force": {
3555
+ "displayName": "lbf",
3556
+ "unitPattern-count-other": "{0}lbf"
3557
+ },
3558
+ "force-newton": {
3559
+ "displayName": "N",
3560
+ "unitPattern-count-other": "{0}N"
3561
+ },
3562
+ "force-kilowatt-hour-per-100-kilometer": {
3563
+ "displayName": "kWh/100km",
3564
+ "unitPattern-count-other": "{0}kWh/100km"
3565
+ },
3566
+ "frequency-gigahertz": {
3567
+ "displayName": "GHz",
3568
+ "unitPattern-count-other": "{0}GHz"
3569
+ },
3570
+ "frequency-megahertz": {
3571
+ "displayName": "MHz",
3572
+ "unitPattern-count-other": "{0}MHz"
3573
+ },
3574
+ "frequency-kilohertz": {
3575
+ "displayName": "kHz",
3576
+ "unitPattern-count-other": "{0}kHz"
3577
+ },
3578
+ "frequency-hertz": {
3579
+ "displayName": "Hz",
3580
+ "unitPattern-count-other": "{0}Hz"
3581
+ },
3582
+ "graphics-em": {
3583
+ "displayName": "em",
3584
+ "unitPattern-count-other": "{0}em"
3585
+ },
3586
+ "graphics-pixel": {
3587
+ "displayName": "px",
3588
+ "unitPattern-count-other": "{0}px"
3589
+ },
3590
+ "graphics-megapixel": {
3591
+ "displayName": "MP",
3592
+ "unitPattern-count-other": "{0}MP"
3593
+ },
3594
+ "graphics-pixel-per-centimeter": {
3595
+ "displayName": "ppcm",
3596
+ "unitPattern-count-other": "{0}ppcm"
3597
+ },
3598
+ "graphics-pixel-per-inch": {
3599
+ "displayName": "ppi",
3600
+ "unitPattern-count-other": "{0}ppi"
3601
+ },
3602
+ "graphics-dot-per-centimeter": {
3603
+ "displayName": "dpcm",
3604
+ "unitPattern-count-other": "{0}dpcm"
3605
+ },
3606
+ "graphics-dot-per-inch": {
3607
+ "displayName": "dpi",
3608
+ "unitPattern-count-other": "{0}dpi"
3609
+ },
3610
+ "graphics-dot": {
3611
+ "displayName": "px",
3612
+ "unitPattern-count-other": "{0}dot"
3613
+ },
3614
+ "length-earth-radius": {
3615
+ "displayName": "R⊕",
3616
+ "unitPattern-count-other": "{0}R⊕"
3617
+ },
3618
+ "length-kilometer": {
3619
+ "displayName": "km",
3620
+ "unitPattern-count-other": "{0}km",
3621
+ "perUnitPattern": "{0}/km"
3622
+ },
3623
+ "length-meter": {
3624
+ "displayName": "m",
3625
+ "unitPattern-count-other": "{0}m",
3626
+ "perUnitPattern": "{0}/m"
3627
+ },
3628
+ "length-decimeter": {
3629
+ "displayName": "dm",
3630
+ "unitPattern-count-other": "{0}dm"
3631
+ },
3632
+ "length-centimeter": {
3633
+ "displayName": "cm",
3634
+ "unitPattern-count-other": "{0}cm",
3635
+ "perUnitPattern": "{0}/cm"
3636
+ },
3637
+ "length-millimeter": {
3638
+ "displayName": "mm",
3639
+ "unitPattern-count-other": "{0}mm"
3640
+ },
3641
+ "length-micrometer": {
3642
+ "displayName": "μm",
3643
+ "unitPattern-count-other": "{0}μm"
3644
+ },
3645
+ "length-nanometer": {
3646
+ "displayName": "nm",
3647
+ "unitPattern-count-other": "{0}nm"
3648
+ },
3649
+ "length-picometer": {
3650
+ "displayName": "pm",
3651
+ "unitPattern-count-other": "{0}pm"
3652
+ },
3653
+ "length-mile": {
3654
+ "displayName": "mi",
3655
+ "unitPattern-count-other": "{0}mi"
3656
+ },
3657
+ "length-yard": {
3658
+ "displayName": "yd",
3659
+ "unitPattern-count-other": "{0}yd"
3660
+ },
3661
+ "length-foot": {
3662
+ "displayName": "ft",
3663
+ "unitPattern-count-other": "{0}ft",
3664
+ "perUnitPattern": "{0}/ft"
3665
+ },
3666
+ "length-inch": {
3667
+ "displayName": "in",
3668
+ "unitPattern-count-other": "{0}in",
3669
+ "perUnitPattern": "{0}/in"
3670
+ },
3671
+ "length-parsec": {
3672
+ "displayName": "pc",
3673
+ "unitPattern-count-other": "{0}pc"
3674
+ },
3675
+ "length-light-year": {
3676
+ "displayName": "ly",
3677
+ "unitPattern-count-other": "{0}ly"
3678
+ },
3679
+ "length-astronomical-unit": {
3680
+ "displayName": "au",
3681
+ "unitPattern-count-other": "{0}au"
3682
+ },
3683
+ "length-furlong": {
3684
+ "displayName": "fur",
3685
+ "unitPattern-count-other": "{0}fur"
3686
+ },
3687
+ "length-fathom": {
3688
+ "displayName": "fm",
3689
+ "unitPattern-count-other": "{0}fth"
3690
+ },
3691
+ "length-nautical-mile": {
3692
+ "displayName": "nmi",
3693
+ "unitPattern-count-other": "{0}nmi"
3694
+ },
3695
+ "length-mile-scandinavian": {
3696
+ "displayName": "smi",
3697
+ "unitPattern-count-other": "{0}smi"
3698
+ },
3699
+ "length-point": {
3700
+ "displayName": "pt",
3701
+ "unitPattern-count-other": "{0}pt"
3702
+ },
3703
+ "length-solar-radius": {
3704
+ "displayName": "R☉",
3705
+ "unitPattern-count-other": "{0}R☉"
3706
+ },
3707
+ "light-lux": {
3708
+ "displayName": "lx",
3709
+ "unitPattern-count-other": "{0}lx"
3710
+ },
3711
+ "light-candela": {
3712
+ "displayName": "cd",
3713
+ "unitPattern-count-other": "{0}cd"
3714
+ },
3715
+ "light-lumen": {
3716
+ "displayName": "lm",
3717
+ "unitPattern-count-other": "{0}lm"
3718
+ },
3719
+ "light-solar-luminosity": {
3720
+ "displayName": "L☉",
3721
+ "unitPattern-count-other": "{0}L☉"
3722
+ },
3723
+ "mass-tonne": {
3724
+ "displayName": "t",
3725
+ "unitPattern-count-other": "{0}t"
3726
+ },
3727
+ "mass-kilogram": {
3728
+ "displayName": "kg",
3729
+ "unitPattern-count-other": "{0}kg",
3730
+ "perUnitPattern": "{0}/kg"
3731
+ },
3732
+ "mass-gram": {
3733
+ "displayName": "그램",
3734
+ "unitPattern-count-other": "{0}g",
3735
+ "perUnitPattern": "{0}/g"
3736
+ },
3737
+ "mass-milligram": {
3738
+ "displayName": "mg",
3739
+ "unitPattern-count-other": "{0}mg"
3740
+ },
3741
+ "mass-microgram": {
3742
+ "displayName": "μg",
3743
+ "unitPattern-count-other": "{0}μg"
3744
+ },
3745
+ "mass-ton": {
3746
+ "displayName": "tn",
3747
+ "unitPattern-count-other": "{0}tn"
3748
+ },
3749
+ "mass-stone": {
3750
+ "displayName": "st",
3751
+ "unitPattern-count-other": "{0}st"
3752
+ },
3753
+ "mass-pound": {
3754
+ "displayName": "lb",
3755
+ "unitPattern-count-other": "{0}lb",
3756
+ "perUnitPattern": "{0}/lb"
3757
+ },
3758
+ "mass-ounce": {
3759
+ "displayName": "oz",
3760
+ "unitPattern-count-other": "{0}oz",
3761
+ "perUnitPattern": "{0}/oz"
3762
+ },
3763
+ "mass-ounce-troy": {
3764
+ "displayName": "oz t",
3765
+ "unitPattern-count-other": "{0}oz t"
3766
+ },
3767
+ "mass-carat": {
3768
+ "displayName": "CD",
3769
+ "unitPattern-count-other": "{0}CD"
3770
+ },
3771
+ "mass-dalton": {
3772
+ "displayName": "Da",
3773
+ "unitPattern-count-other": "{0}Da"
3774
+ },
3775
+ "mass-earth-mass": {
3776
+ "displayName": "M⊕",
3777
+ "unitPattern-count-other": "{0}M⊕"
3778
+ },
3779
+ "mass-solar-mass": {
3780
+ "displayName": "M☉",
3781
+ "unitPattern-count-other": "{0}M☉"
3782
+ },
3783
+ "mass-grain": {
3784
+ "displayName": "grain",
3785
+ "unitPattern-count-other": "{0}grain"
3786
+ },
3787
+ "power-gigawatt": {
3788
+ "displayName": "GW",
3789
+ "unitPattern-count-other": "{0}GW"
3790
+ },
3791
+ "power-megawatt": {
3792
+ "displayName": "MW",
3793
+ "unitPattern-count-other": "{0}MW"
3794
+ },
3795
+ "power-kilowatt": {
3796
+ "displayName": "kW",
3797
+ "unitPattern-count-other": "{0}kW"
3798
+ },
3799
+ "power-watt": {
3800
+ "displayName": "w",
3801
+ "unitPattern-count-other": "{0}W"
3802
+ },
3803
+ "power-milliwatt": {
3804
+ "displayName": "mW",
3805
+ "unitPattern-count-other": "{0}mW"
3806
+ },
3807
+ "power-horsepower": {
3808
+ "displayName": "hp",
3809
+ "unitPattern-count-other": "{0}hp"
3810
+ },
3811
+ "pressure-millimeter-ofhg": {
3812
+ "displayName": "mmHg",
3813
+ "unitPattern-count-other": "{0}mmHg"
3814
+ },
3815
+ "pressure-pound-force-per-square-inch": {
3816
+ "displayName": "psi",
3817
+ "unitPattern-count-other": "{0}psi"
3818
+ },
3819
+ "pressure-inch-ofhg": {
3820
+ "displayName": "inHg",
3821
+ "unitPattern-count-other": "{0}inHg"
3822
+ },
3823
+ "pressure-bar": {
3824
+ "displayName": "bar",
3825
+ "unitPattern-count-other": "{0}bar"
3826
+ },
3827
+ "pressure-millibar": {
3828
+ "displayName": "mbar",
3829
+ "unitPattern-count-other": "{0}mb"
3830
+ },
3831
+ "pressure-atmosphere": {
3832
+ "displayName": "atm",
3833
+ "unitPattern-count-other": "{0}atm"
3834
+ },
3835
+ "pressure-pascal": {
3836
+ "displayName": "Pa",
3837
+ "unitPattern-count-other": "{0}Pa"
3838
+ },
3839
+ "pressure-hectopascal": {
3840
+ "displayName": "hPa",
3841
+ "unitPattern-count-other": "{0}hPa"
3842
+ },
3843
+ "pressure-kilopascal": {
3844
+ "displayName": "kPa",
3845
+ "unitPattern-count-other": "{0}kPa"
3846
+ },
3847
+ "pressure-megapascal": {
3848
+ "displayName": "MPa",
3849
+ "unitPattern-count-other": "{0}MPa"
3850
+ },
3851
+ "speed-kilometer-per-hour": {
3852
+ "displayName": "km/h",
3853
+ "unitPattern-count-other": "{0}km/h"
3854
+ },
3855
+ "speed-meter-per-second": {
3856
+ "displayName": "m/s",
3857
+ "unitPattern-count-other": "{0}m/s"
3858
+ },
3859
+ "speed-mile-per-hour": {
3860
+ "displayName": "mi/h",
3861
+ "unitPattern-count-other": "{0}mi/h"
3862
+ },
3863
+ "speed-knot": {
3864
+ "displayName": "kn",
3865
+ "unitPattern-count-other": "{0}kn"
3866
+ },
3867
+ "temperature-generic": {
3868
+ "displayName": "°",
3869
+ "unitPattern-count-other": "{0}°"
3870
+ },
3871
+ "temperature-celsius": {
3872
+ "displayName": "°C",
3873
+ "unitPattern-count-other": "{0}°C"
3874
+ },
3875
+ "temperature-fahrenheit": {
3876
+ "displayName": "°F",
3877
+ "unitPattern-count-other": "{0}°F"
3878
+ },
3879
+ "temperature-kelvin": {
3880
+ "displayName": "K",
3881
+ "unitPattern-count-other": "{0}K"
3882
+ },
3883
+ "torque-pound-force-foot": {
3884
+ "displayName": "lbf⋅ft",
3885
+ "unitPattern-count-other": "{0}lbf⋅ft"
3886
+ },
3887
+ "torque-newton-meter": {
3888
+ "displayName": "N⋅m",
3889
+ "unitPattern-count-other": "{0}N⋅m"
3890
+ },
3891
+ "volume-cubic-kilometer": {
3892
+ "displayName": "km³",
3893
+ "unitPattern-count-other": "{0}km³"
3894
+ },
3895
+ "volume-cubic-meter": {
3896
+ "displayName": "m³",
3897
+ "unitPattern-count-other": "{0}m³",
3898
+ "perUnitPattern": "{0}/m³"
3899
+ },
3900
+ "volume-cubic-centimeter": {
3901
+ "displayName": "cm³",
3902
+ "unitPattern-count-other": "{0}cm³",
3903
+ "perUnitPattern": "{0}/cm³"
3904
+ },
3905
+ "volume-cubic-mile": {
3906
+ "displayName": "mi³",
3907
+ "unitPattern-count-other": "{0}mi³"
3908
+ },
3909
+ "volume-cubic-yard": {
3910
+ "displayName": "yd³",
3911
+ "unitPattern-count-other": "{0}yd³"
3912
+ },
3913
+ "volume-cubic-foot": {
3914
+ "displayName": "ft³",
3915
+ "unitPattern-count-other": "{0}ft³"
3916
+ },
3917
+ "volume-cubic-inch": {
3918
+ "displayName": "in³",
3919
+ "unitPattern-count-other": "{0}in³"
3920
+ },
3921
+ "volume-megaliter": {
3922
+ "displayName": "ML",
3923
+ "unitPattern-count-other": "{0}ML"
3924
+ },
3925
+ "volume-hectoliter": {
3926
+ "displayName": "hL",
3927
+ "unitPattern-count-other": "{0}hL"
3928
+ },
3929
+ "volume-liter": {
3930
+ "displayName": "리터",
3931
+ "unitPattern-count-other": "{0}L",
3932
+ "perUnitPattern": "{0}/L"
3933
+ },
3934
+ "volume-deciliter": {
3935
+ "displayName": "dL",
3936
+ "unitPattern-count-other": "{0}dL"
3937
+ },
3938
+ "volume-centiliter": {
3939
+ "displayName": "cL",
3940
+ "unitPattern-count-other": "{0}cL"
3941
+ },
3942
+ "volume-milliliter": {
3943
+ "displayName": "mL",
3944
+ "unitPattern-count-other": "{0}mL"
3945
+ },
3946
+ "volume-pint-metric": {
3947
+ "displayName": "mpt",
3948
+ "unitPattern-count-other": "{0}mpt"
3949
+ },
3950
+ "volume-cup-metric": {
3951
+ "displayName": "mcup",
3952
+ "unitPattern-count-other": "{0}mc"
3953
+ },
3954
+ "volume-acre-foot": {
3955
+ "displayName": "ac ft",
3956
+ "unitPattern-count-other": "{0}ac ft"
3957
+ },
3958
+ "volume-bushel": {
3959
+ "displayName": "bu",
3960
+ "unitPattern-count-other": "{0}bu"
3961
+ },
3962
+ "volume-gallon": {
3963
+ "displayName": "gal",
3964
+ "unitPattern-count-other": "{0}gal",
3965
+ "perUnitPattern": "{0}/gal"
3966
+ },
3967
+ "volume-gallon-imperial": {
3968
+ "displayName": "Imp. gal",
3969
+ "unitPattern-count-other": "{0}gal Imp.",
3970
+ "perUnitPattern": "{0}/gal Imp."
3971
+ },
3972
+ "volume-quart": {
3973
+ "displayName": "qt",
3974
+ "unitPattern-count-other": "{0}qt"
3975
+ },
3976
+ "volume-pint": {
3977
+ "displayName": "pt",
3978
+ "unitPattern-count-other": "{0}pt"
3979
+ },
3980
+ "volume-cup": {
3981
+ "displayName": "컵",
3982
+ "unitPattern-count-other": "{0}컵"
3983
+ },
3984
+ "volume-fluid-ounce": {
3985
+ "displayName": "fl oz",
3986
+ "unitPattern-count-other": "{0}fl oz"
3987
+ },
3988
+ "volume-fluid-ounce-imperial": {
3989
+ "displayName": "Imp. fl oz",
3990
+ "unitPattern-count-other": "{0}fl oz Imp."
3991
+ },
3992
+ "volume-tablespoon": {
3993
+ "displayName": "tbsp",
3994
+ "unitPattern-count-other": "{0}tbsp"
3995
+ },
3996
+ "volume-teaspoon": {
3997
+ "displayName": "tsp",
3998
+ "unitPattern-count-other": "{0}tsp"
3999
+ },
4000
+ "volume-barrel": {
4001
+ "displayName": "bbl",
4002
+ "unitPattern-count-other": "{0}bbl"
4003
+ },
4004
+ "volume-dessert-spoon": {
4005
+ "displayName": "dstspn",
4006
+ "unitPattern-count-other": "{0}dstspn"
4007
+ },
4008
+ "volume-dessert-spoon-imperial": {
4009
+ "displayName": "dstspn Imp",
4010
+ "unitPattern-count-other": "{0}dstspn Imp"
4011
+ },
4012
+ "volume-drop": {
4013
+ "displayName": "drop",
4014
+ "unitPattern-count-other": "{0}drop"
4015
+ },
4016
+ "volume-dram": {
4017
+ "displayName": "dram fluid",
4018
+ "unitPattern-count-other": "{0}dram fl"
4019
+ },
4020
+ "volume-jigger": {
4021
+ "displayName": "jigger",
4022
+ "unitPattern-count-other": "{0}jigger"
4023
+ },
4024
+ "volume-pinch": {
4025
+ "displayName": "pinch",
4026
+ "unitPattern-count-other": "{0}pinch"
4027
+ },
4028
+ "volume-quart-imperial": {
4029
+ "displayName": "qt Imp",
4030
+ "unitPattern-count-other": "{0}qt Imp."
4031
+ },
4032
+ "coordinateUnit": {
4033
+ "displayName": "쪽",
4034
+ "east": "{0}E",
4035
+ "north": "{0}N",
4036
+ "south": "{0}S",
4037
+ "west": "{0}W"
4038
+ }
4039
+ }
4040
+ },
4041
+ "lenient-scope-number": {
4042
+ "minusSign": "-‒⁻₋−➖﹣-",
4043
+ "commaSign": ",،٫、︐︑﹐﹑,、",
4044
+ "plusSign": "+⁺₊➕﬩﹢+"
4045
+ },
4046
+ "currencyFormat-sap-short": {
4047
+ "1000-other": "0천 ¤",
4048
+ "10000-other": "0만 ¤",
4049
+ "100000-other": "00만 ¤",
4050
+ "1000000-other": "000만 ¤",
4051
+ "10000000-other": "0000만 ¤",
4052
+ "100000000-other": "0억 ¤",
4053
+ "1000000000-other": "00억 ¤",
4054
+ "10000000000-other": "000억 ¤",
4055
+ "100000000000-other": "0000억 ¤",
4056
+ "1000000000000-other": "0조 ¤",
4057
+ "10000000000000-other": "00조 ¤",
4058
+ "100000000000000-other": "000조 ¤"
4059
+ },
4060
+ "currencyDigits": {
4061
+ "ADP": 0,
4062
+ "AFN": 0,
4063
+ "ALL": 0,
4064
+ "BHD": 3,
4065
+ "BIF": 0,
4066
+ "BYR": 0,
4067
+ "CLF": 4,
4068
+ "CLP": 0,
4069
+ "DEFAULT": 2,
4070
+ "DJF": 0,
4071
+ "ESP": 0,
4072
+ "GNF": 0,
4073
+ "HUF": 0,
4074
+ "IQD": 0,
4075
+ "IRR": 0,
4076
+ "ISK": 0,
4077
+ "ITL": 0,
4078
+ "JOD": 3,
4079
+ "JPY": 0,
4080
+ "KMF": 0,
4081
+ "KPW": 0,
4082
+ "KRW": 0,
4083
+ "KWD": 3,
4084
+ "LAK": 0,
4085
+ "LBP": 0,
4086
+ "LUF": 0,
4087
+ "LYD": 3,
4088
+ "MGA": 0,
4089
+ "MGF": 0,
4090
+ "MMK": 0,
4091
+ "MRO": 0,
4092
+ "OMR": 3,
4093
+ "PYG": 0,
4094
+ "RSD": 0,
4095
+ "RWF": 0,
4096
+ "SLL": 0,
4097
+ "SOS": 0,
4098
+ "STD": 0,
4099
+ "SYP": 0,
4100
+ "TMM": 0,
4101
+ "TND": 3,
4102
+ "TRL": 0,
4103
+ "TWD": 0,
4104
+ "UGX": 0,
4105
+ "UYI": 0,
4106
+ "UYW": 4,
4107
+ "VND": 0,
4108
+ "VUV": 0,
4109
+ "XAF": 0,
4110
+ "XOF": 0,
4111
+ "XPF": 0,
4112
+ "YER": 0,
4113
+ "ZMK": 0,
4114
+ "ZWD": 0
4115
+ },
2562
4116
  "plurals": {},
2563
4117
  "weekData-minDays": 1,
2564
4118
  "weekData-firstDay": 0,
@@ -2570,41 +4124,56 @@
2570
4124
  },
2571
4125
  "eras-gregorian": {
2572
4126
  "0": {
4127
+ "_code": "gregory-inverse",
4128
+ "_aliases": "bc bce",
2573
4129
  "_end": "0-12-31"
2574
4130
  },
2575
4131
  "1": {
4132
+ "_code": "gregory",
4133
+ "_aliases": "ad ce",
2576
4134
  "_start": "1-01-01"
2577
4135
  }
2578
4136
  },
2579
4137
  "eras-islamic": {
2580
4138
  "0": {
4139
+ "_code": "islamic",
4140
+ "_aliases": "ah",
2581
4141
  "_start": "622-7-15"
2582
4142
  }
2583
4143
  },
2584
4144
  "eras-persian": {
2585
4145
  "0": {
4146
+ "_code": "persian",
4147
+ "_aliases": "ap",
2586
4148
  "_start": "622-01-01"
2587
4149
  }
2588
4150
  },
2589
4151
  "eras-buddhist": {
2590
4152
  "0": {
4153
+ "_code": "buddhist",
4154
+ "_aliases": "be",
2591
4155
  "_start": "-542-01-01"
2592
4156
  }
2593
4157
  },
2594
4158
  "eras-japanese": {
2595
4159
  "232": {
4160
+ "_code": "meiji",
2596
4161
  "_start": "1868-9-8"
2597
4162
  },
2598
4163
  "233": {
4164
+ "_code": "taisho",
2599
4165
  "_start": "1912-7-30"
2600
4166
  },
2601
4167
  "234": {
4168
+ "_code": "showa",
2602
4169
  "_start": "1926-12-25"
2603
4170
  },
2604
4171
  "235": {
4172
+ "_code": "heisei",
2605
4173
  "_start": "1989-1-8"
2606
4174
  },
2607
4175
  "236": {
4176
+ "_code": "reiwa",
2608
4177
  "_start": "2019-5-1"
2609
4178
  }
2610
4179
  },