@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": {
@@ -21,8 +21,8 @@
21
21
  "short-alt-variant": "HH.mm"
22
22
  },
23
23
  "dateTimeFormats": {
24
- "full": "{1} 'kl'. {0}",
25
- "long": "{1} 'kl'. {0}",
24
+ "full": "{1}, {0}",
25
+ "long": "{1}, {0}",
26
26
  "medium": "{1}, {0}",
27
27
  "short": "{1}, {0}",
28
28
  "availableFormats": {
@@ -34,24 +34,24 @@
34
34
  "EBhm": "E h:mm B",
35
35
  "EBhms": "E h:mm:ss B",
36
36
  "Ed": "E d.",
37
- "Ehm": "E h:mm a",
37
+ "Ehm": "E h:mma",
38
38
  "EHm": "E 'kl'. HH:mm",
39
- "Ehms": "E h:mm:ss a",
39
+ "Ehms": "E h:mm:ssa",
40
40
  "EHms": "E 'kl'. HH:mm:ss",
41
41
  "Gy": "y G",
42
42
  "GyMd": "dd.MM.y GGGGG",
43
43
  "GyMMM": "MMM y G",
44
44
  "GyMMMd": "d. MMM y G",
45
45
  "GyMMMEd": "E d. MMM y G",
46
- "h": "h a",
46
+ "h": "ha",
47
47
  "H": "HH",
48
- "hm": "h:mm a",
48
+ "hm": "h:mma",
49
49
  "Hm": "HH:mm",
50
- "hms": "h:mm:ss a",
50
+ "hms": "h:mm:ssa",
51
51
  "Hms": "HH:mm:ss",
52
- "hmsv": "h:mm:ss a v",
52
+ "hmsv": "h:mm:ssa v",
53
53
  "Hmsv": "HH:mm:ss v",
54
- "hmv": "h:mm a v",
54
+ "hmv": "h:mma v",
55
55
  "Hmv": "HH:mm v",
56
56
  "M": "L.",
57
57
  "Md": "d.M.",
@@ -142,33 +142,33 @@
142
142
  "y": "E d. MMM y–E d. MMM y G"
143
143
  },
144
144
  "h": {
145
- "a": "h a–h a",
146
- "h": "h–h a"
145
+ "a": "ha–ha",
146
+ "h": "h–ha"
147
147
  },
148
148
  "H": {
149
149
  "H": "HH–HH"
150
150
  },
151
151
  "hm": {
152
- "a": "h:mm a–h:mm a",
153
- "h": "h:mm–h:mm a",
154
- "m": "h:mm–h:mm a"
152
+ "a": "h:mma–h:mma",
153
+ "h": "h:mm–h:mma",
154
+ "m": "h:mm–h:mma"
155
155
  },
156
156
  "Hm": {
157
157
  "H": "HH:mm–HH:mm",
158
158
  "m": "HH:mm–HH:mm"
159
159
  },
160
160
  "hmv": {
161
- "a": "h:mm a–h:mm a v",
162
- "h": "h:mm–h:mm a v",
163
- "m": "h:mm–h:mm a v"
161
+ "a": "h:mma–h:mma v",
162
+ "h": "h:mm–h:mma v",
163
+ "m": "h:mm–h:mma v"
164
164
  },
165
165
  "Hmv": {
166
166
  "H": "HH:mm–HH:mm v",
167
167
  "m": "HH:mm–HH:mm v"
168
168
  },
169
169
  "hv": {
170
- "a": "h a–h a v",
171
- "h": "h–h a v"
170
+ "a": "ha–ha v",
171
+ "h": "h–ha v"
172
172
  },
173
173
  "Hv": {
174
174
  "H": "HH–HH v"
@@ -237,11 +237,20 @@
237
237
  "abbreviated": [
238
238
  "jan.",
239
239
  "feb.",
240
- "mar.",
240
+ [
241
+ "mars",
242
+ "mar."
243
+ ],
241
244
  "apr.",
242
245
  "mai",
243
- "jun.",
244
- "jul.",
246
+ [
247
+ "juni",
248
+ "jun."
249
+ ],
250
+ [
251
+ "juli",
252
+ "jul."
253
+ ],
245
254
  "aug.",
246
255
  "sep.",
247
256
  "okt.",
@@ -400,6 +409,48 @@
400
409
  ]
401
410
  }
402
411
  },
412
+ "quarters": {
413
+ "format": {
414
+ "abbreviated": [
415
+ "K1",
416
+ "K2",
417
+ "K3",
418
+ "K4"
419
+ ],
420
+ "narrow": [
421
+ "1.",
422
+ "2.",
423
+ "3.",
424
+ "4."
425
+ ],
426
+ "wide": [
427
+ "1. kvartal",
428
+ "2. kvartal",
429
+ "3. kvartal",
430
+ "4. kvartal"
431
+ ]
432
+ },
433
+ "stand-alone": {
434
+ "abbreviated": [
435
+ "K1",
436
+ "K2",
437
+ "K3",
438
+ "K4"
439
+ ],
440
+ "narrow": [
441
+ "1.",
442
+ "2.",
443
+ "3.",
444
+ "4."
445
+ ],
446
+ "wide": [
447
+ "1. kvartal",
448
+ "2. kvartal",
449
+ "3. kvartal",
450
+ "4. kvartal"
451
+ ]
452
+ }
453
+ },
403
454
  "dayPeriods": {
404
455
  "format": {
405
456
  "abbreviated": [
@@ -430,6 +481,60 @@
430
481
  ]
431
482
  }
432
483
  },
484
+ "flexibleDayPeriods": {
485
+ "format": {
486
+ "abbreviated": {
487
+ "midnight": "midn.",
488
+ "morning1": "morg.",
489
+ "morning2": "form.",
490
+ "afternoon1": "etterm.",
491
+ "evening1": "kveld",
492
+ "night1": "natt"
493
+ },
494
+ "narrow": {
495
+ "midnight": "mn.",
496
+ "morning1": "mg.",
497
+ "morning2": "fm.",
498
+ "afternoon1": "em.",
499
+ "evening1": "kv.",
500
+ "night1": "nt."
501
+ },
502
+ "wide": {
503
+ "midnight": "midnatt",
504
+ "morning1": "på morgenen",
505
+ "morning2": "på formiddagen",
506
+ "afternoon1": "på ettermiddagen",
507
+ "evening1": "på kvelden",
508
+ "night1": "på natten"
509
+ }
510
+ },
511
+ "stand-alone": {
512
+ "abbreviated": {
513
+ "midnight": "midn.",
514
+ "morning1": "morg.",
515
+ "morning2": "form.",
516
+ "afternoon1": "etterm.",
517
+ "evening1": "kveld",
518
+ "night1": "natt"
519
+ },
520
+ "narrow": {
521
+ "midnight": "mn.",
522
+ "morning1": "mg.",
523
+ "morning2": "fm.",
524
+ "afternoon1": "em.",
525
+ "evening1": "kv.",
526
+ "night1": "nt."
527
+ },
528
+ "wide": {
529
+ "midnight": "midnatt",
530
+ "morning1": "morgen",
531
+ "morning2": "formiddag",
532
+ "afternoon1": "ettermiddag",
533
+ "evening1": "kveld",
534
+ "night1": "natt"
535
+ }
536
+ }
537
+ },
433
538
  "era-wide": {
434
539
  "0": "før Kristus",
435
540
  "1": "etter Kristus"
@@ -474,20 +579,20 @@
474
579
  "EBhm": "E h:mm B",
475
580
  "EBhms": "E h:mm:ss B",
476
581
  "Ed": "E d.",
477
- "Ehm": "E h:mm a",
582
+ "Ehm": "E h:mma",
478
583
  "EHm": "E HH:mm",
479
- "Ehms": "E h:mm:ss a",
584
+ "Ehms": "E h:mm:ssa",
480
585
  "EHms": "E HH:mm:ss",
481
586
  "Gy": "y G",
482
587
  "GyMd": "dd.MM.y GGGGG",
483
588
  "GyMMM": "MMM y G",
484
589
  "GyMMMd": "d. MMM y G",
485
590
  "GyMMMEd": "E d. MMM y G",
486
- "h": "h a",
591
+ "h": "ha",
487
592
  "H": "HH",
488
- "hm": "h:mm a",
593
+ "hm": "h:mma",
489
594
  "Hm": "HH:mm",
490
- "hms": "h:mm:ss a",
595
+ "hms": "h:mm:ssa",
491
596
  "Hms": "HH:mm:ss",
492
597
  "M": "L.",
493
598
  "Md": "d.M.",
@@ -577,33 +682,33 @@
577
682
  "y": "E d. MMM y–E d. MMM y G"
578
683
  },
579
684
  "h": {
580
- "a": "h a–h a",
581
- "h": "h–h a"
685
+ "a": "ha–ha",
686
+ "h": "h–ha"
582
687
  },
583
688
  "H": {
584
689
  "H": "HH–HH"
585
690
  },
586
691
  "hm": {
587
- "a": "h:mm a h:mm a",
588
- "h": "h:mm–h:mm a",
589
- "m": "h:mm–h:mm a"
692
+ "a": "h:mmah:mma",
693
+ "h": "h:mm–h:mma",
694
+ "m": "h:mm–h:mma"
590
695
  },
591
696
  "Hm": {
592
697
  "H": "HH:mm–HH:mm",
593
698
  "m": "HH:mm–HH:mm"
594
699
  },
595
700
  "hmv": {
596
- "a": "h:mm a h:mm a v",
597
- "h": "h:mm–h:mm a v",
598
- "m": "h:mm–h:mm a v"
701
+ "a": "h:mmah:mma v",
702
+ "h": "h:mm–h:mma v",
703
+ "m": "h:mm–h:mma v"
599
704
  },
600
705
  "Hmv": {
601
706
  "H": "HH:mm–HH:mm v",
602
707
  "m": "HH:mm–HH:mm v"
603
708
  },
604
709
  "hv": {
605
- "a": "h a–h a v",
606
- "h": "h–h a v"
710
+ "a": "ha–ha v",
711
+ "h": "h–ha v"
607
712
  },
608
713
  "Hv": {
609
714
  "H": "HH–HH v"
@@ -835,6 +940,48 @@
835
940
  ]
836
941
  }
837
942
  },
943
+ "quarters": {
944
+ "format": {
945
+ "abbreviated": [
946
+ "K1",
947
+ "K2",
948
+ "K3",
949
+ "K4"
950
+ ],
951
+ "narrow": [
952
+ "1.",
953
+ "2.",
954
+ "3.",
955
+ "4."
956
+ ],
957
+ "wide": [
958
+ "1. kvartal",
959
+ "2. kvartal",
960
+ "3. kvartal",
961
+ "4. kvartal"
962
+ ]
963
+ },
964
+ "stand-alone": {
965
+ "abbreviated": [
966
+ "K1",
967
+ "K2",
968
+ "K3",
969
+ "K4"
970
+ ],
971
+ "narrow": [
972
+ "1.",
973
+ "2.",
974
+ "3.",
975
+ "4."
976
+ ],
977
+ "wide": [
978
+ "1. kvartal",
979
+ "2. kvartal",
980
+ "3. kvartal",
981
+ "4. kvartal"
982
+ ]
983
+ }
984
+ },
838
985
  "dayPeriods": {
839
986
  "format": {
840
987
  "abbreviated": [
@@ -865,6 +1012,60 @@
865
1012
  ]
866
1013
  }
867
1014
  },
1015
+ "flexibleDayPeriods": {
1016
+ "format": {
1017
+ "abbreviated": {
1018
+ "midnight": "midn.",
1019
+ "morning1": "morg.",
1020
+ "morning2": "form.",
1021
+ "afternoon1": "etterm.",
1022
+ "evening1": "kveld",
1023
+ "night1": "natt"
1024
+ },
1025
+ "narrow": {
1026
+ "midnight": "mn.",
1027
+ "morning1": "mg.",
1028
+ "morning2": "fm.",
1029
+ "afternoon1": "em.",
1030
+ "evening1": "kv.",
1031
+ "night1": "nt."
1032
+ },
1033
+ "wide": {
1034
+ "midnight": "midnatt",
1035
+ "morning1": "på morgenen",
1036
+ "morning2": "på formiddagen",
1037
+ "afternoon1": "på ettermiddagen",
1038
+ "evening1": "på kvelden",
1039
+ "night1": "på natten"
1040
+ }
1041
+ },
1042
+ "stand-alone": {
1043
+ "abbreviated": {
1044
+ "midnight": "midn.",
1045
+ "morning1": "morg.",
1046
+ "morning2": "form.",
1047
+ "afternoon1": "etterm.",
1048
+ "evening1": "kveld",
1049
+ "night1": "natt"
1050
+ },
1051
+ "narrow": {
1052
+ "midnight": "mn.",
1053
+ "morning1": "mg.",
1054
+ "morning2": "fm.",
1055
+ "afternoon1": "em.",
1056
+ "evening1": "kv.",
1057
+ "night1": "nt."
1058
+ },
1059
+ "wide": {
1060
+ "midnight": "midnatt",
1061
+ "morning1": "morgen",
1062
+ "morning2": "formiddag",
1063
+ "afternoon1": "ettermiddag",
1064
+ "evening1": "kveld",
1065
+ "night1": "natt"
1066
+ }
1067
+ }
1068
+ },
868
1069
  "era-wide": {
869
1070
  "0": "AH"
870
1071
  },
@@ -906,20 +1107,20 @@
906
1107
  "EBhm": "E h:mm B",
907
1108
  "EBhms": "E h:mm:ss B",
908
1109
  "Ed": "E d.",
909
- "Ehm": "E h:mm a",
1110
+ "Ehm": "E h:mma",
910
1111
  "EHm": "E HH:mm",
911
- "Ehms": "E h:mm:ss a",
1112
+ "Ehms": "E h:mm:ssa",
912
1113
  "EHms": "E HH:mm:ss",
913
1114
  "Gy": "y G",
914
1115
  "GyMd": "dd.MM.y GGGGG",
915
1116
  "GyMMM": "MMM y G",
916
1117
  "GyMMMd": "d. MMM y G",
917
1118
  "GyMMMEd": "E d. MMM y G",
918
- "h": "h a",
1119
+ "h": "ha",
919
1120
  "H": "HH",
920
- "hm": "h:mm a",
1121
+ "hm": "h:mma",
921
1122
  "Hm": "HH:mm",
922
- "hms": "h:mm:ss a",
1123
+ "hms": "h:mm:ssa",
923
1124
  "Hms": "HH:mm:ss",
924
1125
  "M": "L.",
925
1126
  "Md": "d.M.",
@@ -1009,33 +1210,33 @@
1009
1210
  "y": "E d. MMM y–E d. MMM y G"
1010
1211
  },
1011
1212
  "h": {
1012
- "a": "h a–h a",
1013
- "h": "h–h a"
1213
+ "a": "ha–ha",
1214
+ "h": "h–ha"
1014
1215
  },
1015
1216
  "H": {
1016
1217
  "H": "HH–HH"
1017
1218
  },
1018
1219
  "hm": {
1019
- "a": "h:mm a h:mm a",
1020
- "h": "h:mm–h:mm a",
1021
- "m": "h:mm–h:mm a"
1220
+ "a": "h:mmah:mma",
1221
+ "h": "h:mm–h:mma",
1222
+ "m": "h:mm–h:mma"
1022
1223
  },
1023
1224
  "Hm": {
1024
1225
  "H": "HH:mm–HH:mm",
1025
1226
  "m": "HH:mm–HH:mm"
1026
1227
  },
1027
1228
  "hmv": {
1028
- "a": "h:mm a h:mm a v",
1029
- "h": "h:mm–h:mm a v",
1030
- "m": "h:mm–h:mm a v"
1229
+ "a": "h:mmah:mma v",
1230
+ "h": "h:mm–h:mma v",
1231
+ "m": "h:mm–h:mma v"
1031
1232
  },
1032
1233
  "Hmv": {
1033
1234
  "H": "HH:mm–HH:mm v",
1034
1235
  "m": "HH:mm–HH:mm v"
1035
1236
  },
1036
1237
  "hv": {
1037
- "a": "h a–h a v",
1038
- "h": "h–h a v"
1238
+ "a": "ha–ha v",
1239
+ "h": "h–ha v"
1039
1240
  },
1040
1241
  "Hv": {
1041
1242
  "H": "HH–HH v"
@@ -1112,11 +1313,20 @@
1112
1313
  "abbreviated": [
1113
1314
  "jan.",
1114
1315
  "feb.",
1115
- "mar.",
1316
+ [
1317
+ "mars",
1318
+ "mar."
1319
+ ],
1116
1320
  "apr.",
1117
1321
  "mai",
1118
- "jun.",
1119
- "jul.",
1322
+ [
1323
+ "juni",
1324
+ "jun."
1325
+ ],
1326
+ [
1327
+ "juli",
1328
+ "jul."
1329
+ ],
1120
1330
  "aug.",
1121
1331
  "sep.",
1122
1332
  "okt.",
@@ -1275,6 +1485,48 @@
1275
1485
  ]
1276
1486
  }
1277
1487
  },
1488
+ "quarters": {
1489
+ "format": {
1490
+ "abbreviated": [
1491
+ "K1",
1492
+ "K2",
1493
+ "K3",
1494
+ "K4"
1495
+ ],
1496
+ "narrow": [
1497
+ "1.",
1498
+ "2.",
1499
+ "3.",
1500
+ "4."
1501
+ ],
1502
+ "wide": [
1503
+ "1. kvartal",
1504
+ "2. kvartal",
1505
+ "3. kvartal",
1506
+ "4. kvartal"
1507
+ ]
1508
+ },
1509
+ "stand-alone": {
1510
+ "abbreviated": [
1511
+ "K1",
1512
+ "K2",
1513
+ "K3",
1514
+ "K4"
1515
+ ],
1516
+ "narrow": [
1517
+ "1.",
1518
+ "2.",
1519
+ "3.",
1520
+ "4."
1521
+ ],
1522
+ "wide": [
1523
+ "1. kvartal",
1524
+ "2. kvartal",
1525
+ "3. kvartal",
1526
+ "4. kvartal"
1527
+ ]
1528
+ }
1529
+ },
1278
1530
  "dayPeriods": {
1279
1531
  "format": {
1280
1532
  "abbreviated": [
@@ -1305,6 +1557,60 @@
1305
1557
  ]
1306
1558
  }
1307
1559
  },
1560
+ "flexibleDayPeriods": {
1561
+ "format": {
1562
+ "abbreviated": {
1563
+ "midnight": "midn.",
1564
+ "morning1": "morg.",
1565
+ "morning2": "form.",
1566
+ "afternoon1": "etterm.",
1567
+ "evening1": "kveld",
1568
+ "night1": "natt"
1569
+ },
1570
+ "narrow": {
1571
+ "midnight": "mn.",
1572
+ "morning1": "mg.",
1573
+ "morning2": "fm.",
1574
+ "afternoon1": "em.",
1575
+ "evening1": "kv.",
1576
+ "night1": "nt."
1577
+ },
1578
+ "wide": {
1579
+ "midnight": "midnatt",
1580
+ "morning1": "på morgenen",
1581
+ "morning2": "på formiddagen",
1582
+ "afternoon1": "på ettermiddagen",
1583
+ "evening1": "på kvelden",
1584
+ "night1": "på natten"
1585
+ }
1586
+ },
1587
+ "stand-alone": {
1588
+ "abbreviated": {
1589
+ "midnight": "midn.",
1590
+ "morning1": "morg.",
1591
+ "morning2": "form.",
1592
+ "afternoon1": "etterm.",
1593
+ "evening1": "kveld",
1594
+ "night1": "natt"
1595
+ },
1596
+ "narrow": {
1597
+ "midnight": "mn.",
1598
+ "morning1": "mg.",
1599
+ "morning2": "fm.",
1600
+ "afternoon1": "em.",
1601
+ "evening1": "kv.",
1602
+ "night1": "nt."
1603
+ },
1604
+ "wide": {
1605
+ "midnight": "midnatt",
1606
+ "morning1": "morgen",
1607
+ "morning2": "formiddag",
1608
+ "afternoon1": "ettermiddag",
1609
+ "evening1": "kveld",
1610
+ "night1": "natt"
1611
+ }
1612
+ }
1613
+ },
1308
1614
  "era-wide": {
1309
1615
  "232": "Meiji",
1310
1616
  "233": "Taishō",
@@ -1358,20 +1664,20 @@
1358
1664
  "EBhm": "E h:mm B",
1359
1665
  "EBhms": "E h:mm:ss B",
1360
1666
  "Ed": "E d.",
1361
- "Ehm": "E h:mm a",
1667
+ "Ehm": "E h:mma",
1362
1668
  "EHm": "E HH:mm",
1363
- "Ehms": "E h:mm:ss a",
1669
+ "Ehms": "E h:mm:ssa",
1364
1670
  "EHms": "E HH:mm:ss",
1365
1671
  "Gy": "y G",
1366
1672
  "GyMd": "dd.MM.y GGGGG",
1367
1673
  "GyMMM": "MMM y G",
1368
1674
  "GyMMMd": "d. MMM y G",
1369
1675
  "GyMMMEd": "E d. MMM y G",
1370
- "h": "h a",
1676
+ "h": "ha",
1371
1677
  "H": "HH",
1372
- "hm": "h:mm a",
1678
+ "hm": "h:mma",
1373
1679
  "Hm": "HH:mm",
1374
- "hms": "h:mm:ss a",
1680
+ "hms": "h:mm:ssa",
1375
1681
  "Hms": "HH:mm:ss",
1376
1682
  "M": "L.",
1377
1683
  "Md": "d.M.",
@@ -1461,33 +1767,33 @@
1461
1767
  "y": "E d. MMM y–E d. MMM y G"
1462
1768
  },
1463
1769
  "h": {
1464
- "a": "h a–h a",
1465
- "h": "h–h a"
1770
+ "a": "ha–ha",
1771
+ "h": "h–ha"
1466
1772
  },
1467
1773
  "H": {
1468
1774
  "H": "HH–HH"
1469
1775
  },
1470
1776
  "hm": {
1471
- "a": "h:mm a h:mm a",
1472
- "h": "h:mm–h:mm a",
1473
- "m": "h:mm–h:mm a"
1777
+ "a": "h:mmah:mma",
1778
+ "h": "h:mm–h:mma",
1779
+ "m": "h:mm–h:mma"
1474
1780
  },
1475
1781
  "Hm": {
1476
1782
  "H": "HH:mm–HH:mm",
1477
1783
  "m": "HH:mm–HH:mm"
1478
1784
  },
1479
1785
  "hmv": {
1480
- "a": "h:mm a h:mm a v",
1481
- "h": "h:mm–h:mm a v",
1482
- "m": "h:mm–h:mm a v"
1786
+ "a": "h:mmah:mma v",
1787
+ "h": "h:mm–h:mma v",
1788
+ "m": "h:mm–h:mma v"
1483
1789
  },
1484
1790
  "Hmv": {
1485
1791
  "H": "HH:mm–HH:mm v",
1486
1792
  "m": "HH:mm–HH:mm v"
1487
1793
  },
1488
1794
  "hv": {
1489
- "a": "h a–h a v",
1490
- "h": "h–h a v"
1795
+ "a": "ha–ha v",
1796
+ "h": "h–ha v"
1491
1797
  },
1492
1798
  "Hv": {
1493
1799
  "H": "HH–HH v"
@@ -1719,6 +2025,48 @@
1719
2025
  ]
1720
2026
  }
1721
2027
  },
2028
+ "quarters": {
2029
+ "format": {
2030
+ "abbreviated": [
2031
+ "K1",
2032
+ "K2",
2033
+ "K3",
2034
+ "K4"
2035
+ ],
2036
+ "narrow": [
2037
+ "1.",
2038
+ "2.",
2039
+ "3.",
2040
+ "4."
2041
+ ],
2042
+ "wide": [
2043
+ "1. kvartal",
2044
+ "2. kvartal",
2045
+ "3. kvartal",
2046
+ "4. kvartal"
2047
+ ]
2048
+ },
2049
+ "stand-alone": {
2050
+ "abbreviated": [
2051
+ "K1",
2052
+ "K2",
2053
+ "K3",
2054
+ "K4"
2055
+ ],
2056
+ "narrow": [
2057
+ "1.",
2058
+ "2.",
2059
+ "3.",
2060
+ "4."
2061
+ ],
2062
+ "wide": [
2063
+ "1. kvartal",
2064
+ "2. kvartal",
2065
+ "3. kvartal",
2066
+ "4. kvartal"
2067
+ ]
2068
+ }
2069
+ },
1722
2070
  "dayPeriods": {
1723
2071
  "format": {
1724
2072
  "abbreviated": [
@@ -1749,6 +2097,60 @@
1749
2097
  ]
1750
2098
  }
1751
2099
  },
2100
+ "flexibleDayPeriods": {
2101
+ "format": {
2102
+ "abbreviated": {
2103
+ "midnight": "midn.",
2104
+ "morning1": "morg.",
2105
+ "morning2": "form.",
2106
+ "afternoon1": "etterm.",
2107
+ "evening1": "kveld",
2108
+ "night1": "natt"
2109
+ },
2110
+ "narrow": {
2111
+ "midnight": "mn.",
2112
+ "morning1": "mg.",
2113
+ "morning2": "fm.",
2114
+ "afternoon1": "em.",
2115
+ "evening1": "kv.",
2116
+ "night1": "nt."
2117
+ },
2118
+ "wide": {
2119
+ "midnight": "midnatt",
2120
+ "morning1": "på morgenen",
2121
+ "morning2": "på formiddagen",
2122
+ "afternoon1": "på ettermiddagen",
2123
+ "evening1": "på kvelden",
2124
+ "night1": "på natten"
2125
+ }
2126
+ },
2127
+ "stand-alone": {
2128
+ "abbreviated": {
2129
+ "midnight": "midn.",
2130
+ "morning1": "morg.",
2131
+ "morning2": "form.",
2132
+ "afternoon1": "etterm.",
2133
+ "evening1": "kveld",
2134
+ "night1": "natt"
2135
+ },
2136
+ "narrow": {
2137
+ "midnight": "mn.",
2138
+ "morning1": "mg.",
2139
+ "morning2": "fm.",
2140
+ "afternoon1": "em.",
2141
+ "evening1": "kv.",
2142
+ "night1": "nt."
2143
+ },
2144
+ "wide": {
2145
+ "midnight": "midnatt",
2146
+ "morning1": "morgen",
2147
+ "morning2": "formiddag",
2148
+ "afternoon1": "ettermiddag",
2149
+ "evening1": "kveld",
2150
+ "night1": "natt"
2151
+ }
2152
+ }
2153
+ },
1752
2154
  "era-wide": {
1753
2155
  "0": "AP"
1754
2156
  },
@@ -1790,20 +2192,20 @@
1790
2192
  "EBhm": "E h:mm B",
1791
2193
  "EBhms": "E h:mm:ss B",
1792
2194
  "Ed": "E d.",
1793
- "Ehm": "E h:mm a",
2195
+ "Ehm": "E h:mma",
1794
2196
  "EHm": "E HH:mm",
1795
- "Ehms": "E h:mm:ss a",
2197
+ "Ehms": "E h:mm:ssa",
1796
2198
  "EHms": "E HH:mm:ss",
1797
2199
  "Gy": "y G",
1798
2200
  "GyMd": "dd.MM.y GGGGG",
1799
2201
  "GyMMM": "MMM y G",
1800
2202
  "GyMMMd": "d. MMM y G",
1801
2203
  "GyMMMEd": "E d. MMM y G",
1802
- "h": "h a",
2204
+ "h": "ha",
1803
2205
  "H": "HH",
1804
- "hm": "h:mm a",
2206
+ "hm": "h:mma",
1805
2207
  "Hm": "HH:mm",
1806
- "hms": "h:mm:ss a",
2208
+ "hms": "h:mm:ssa",
1807
2209
  "Hms": "HH:mm:ss",
1808
2210
  "M": "L.",
1809
2211
  "Md": "d.M.",
@@ -1893,33 +2295,33 @@
1893
2295
  "y": "E d. MMM y–E d. MMM y G"
1894
2296
  },
1895
2297
  "h": {
1896
- "a": "h a–h a",
1897
- "h": "h–h a"
2298
+ "a": "ha–ha",
2299
+ "h": "h–ha"
1898
2300
  },
1899
2301
  "H": {
1900
2302
  "H": "HH–HH"
1901
2303
  },
1902
2304
  "hm": {
1903
- "a": "h:mm a h:mm a",
1904
- "h": "h:mm–h:mm a",
1905
- "m": "h:mm–h:mm a"
2305
+ "a": "h:mmah:mma",
2306
+ "h": "h:mm–h:mma",
2307
+ "m": "h:mm–h:mma"
1906
2308
  },
1907
2309
  "Hm": {
1908
2310
  "H": "HH:mm–HH:mm",
1909
2311
  "m": "HH:mm–HH:mm"
1910
2312
  },
1911
2313
  "hmv": {
1912
- "a": "h:mm a h:mm a v",
1913
- "h": "h:mm–h:mm a v",
1914
- "m": "h:mm–h:mm a v"
2314
+ "a": "h:mmah:mma v",
2315
+ "h": "h:mm–h:mma v",
2316
+ "m": "h:mm–h:mma v"
1915
2317
  },
1916
2318
  "Hmv": {
1917
2319
  "H": "HH:mm–HH:mm v",
1918
2320
  "m": "HH:mm–HH:mm v"
1919
2321
  },
1920
2322
  "hv": {
1921
- "a": "h a–h a v",
1922
- "h": "h–h a v"
2323
+ "a": "ha–ha v",
2324
+ "h": "h–ha v"
1923
2325
  },
1924
2326
  "Hv": {
1925
2327
  "H": "HH–HH v"
@@ -1988,11 +2390,20 @@
1988
2390
  "abbreviated": [
1989
2391
  "jan.",
1990
2392
  "feb.",
1991
- "mar.",
2393
+ [
2394
+ "mars",
2395
+ "mar."
2396
+ ],
1992
2397
  "apr.",
1993
2398
  "mai",
1994
- "jun.",
1995
- "jul.",
2399
+ [
2400
+ "juni",
2401
+ "jun."
2402
+ ],
2403
+ [
2404
+ "juli",
2405
+ "jul."
2406
+ ],
1996
2407
  "aug.",
1997
2408
  "sep.",
1998
2409
  "okt.",
@@ -2151,6 +2562,48 @@
2151
2562
  ]
2152
2563
  }
2153
2564
  },
2565
+ "quarters": {
2566
+ "format": {
2567
+ "abbreviated": [
2568
+ "K1",
2569
+ "K2",
2570
+ "K3",
2571
+ "K4"
2572
+ ],
2573
+ "narrow": [
2574
+ "1.",
2575
+ "2.",
2576
+ "3.",
2577
+ "4."
2578
+ ],
2579
+ "wide": [
2580
+ "1. kvartal",
2581
+ "2. kvartal",
2582
+ "3. kvartal",
2583
+ "4. kvartal"
2584
+ ]
2585
+ },
2586
+ "stand-alone": {
2587
+ "abbreviated": [
2588
+ "K1",
2589
+ "K2",
2590
+ "K3",
2591
+ "K4"
2592
+ ],
2593
+ "narrow": [
2594
+ "1.",
2595
+ "2.",
2596
+ "3.",
2597
+ "4."
2598
+ ],
2599
+ "wide": [
2600
+ "1. kvartal",
2601
+ "2. kvartal",
2602
+ "3. kvartal",
2603
+ "4. kvartal"
2604
+ ]
2605
+ }
2606
+ },
2154
2607
  "dayPeriods": {
2155
2608
  "format": {
2156
2609
  "abbreviated": [
@@ -2181,6 +2634,60 @@
2181
2634
  ]
2182
2635
  }
2183
2636
  },
2637
+ "flexibleDayPeriods": {
2638
+ "format": {
2639
+ "abbreviated": {
2640
+ "midnight": "midn.",
2641
+ "morning1": "morg.",
2642
+ "morning2": "form.",
2643
+ "afternoon1": "etterm.",
2644
+ "evening1": "kveld",
2645
+ "night1": "natt"
2646
+ },
2647
+ "narrow": {
2648
+ "midnight": "mn.",
2649
+ "morning1": "mg.",
2650
+ "morning2": "fm.",
2651
+ "afternoon1": "em.",
2652
+ "evening1": "kv.",
2653
+ "night1": "nt."
2654
+ },
2655
+ "wide": {
2656
+ "midnight": "midnatt",
2657
+ "morning1": "på morgenen",
2658
+ "morning2": "på formiddagen",
2659
+ "afternoon1": "på ettermiddagen",
2660
+ "evening1": "på kvelden",
2661
+ "night1": "på natten"
2662
+ }
2663
+ },
2664
+ "stand-alone": {
2665
+ "abbreviated": {
2666
+ "midnight": "midn.",
2667
+ "morning1": "morg.",
2668
+ "morning2": "form.",
2669
+ "afternoon1": "etterm.",
2670
+ "evening1": "kveld",
2671
+ "night1": "natt"
2672
+ },
2673
+ "narrow": {
2674
+ "midnight": "mn.",
2675
+ "morning1": "mg.",
2676
+ "morning2": "fm.",
2677
+ "afternoon1": "em.",
2678
+ "evening1": "kv.",
2679
+ "night1": "nt."
2680
+ },
2681
+ "wide": {
2682
+ "midnight": "midnatt",
2683
+ "morning1": "morgen",
2684
+ "morning2": "formiddag",
2685
+ "afternoon1": "ettermiddag",
2686
+ "evening1": "kveld",
2687
+ "night1": "natt"
2688
+ }
2689
+ }
2690
+ },
2184
2691
  "era-wide": {
2185
2692
  "0": "BE"
2186
2693
  },
@@ -2529,6 +3036,120 @@
2529
3036
  "displayName": "tidssone"
2530
3037
  }
2531
3038
  },
3039
+ "timezoneNamesFormats": {
3040
+ "gmtFormat": "GMT{0}"
3041
+ },
3042
+ "decimalFormat": {
3043
+ "standard": "#,##0.###"
3044
+ },
3045
+ "decimalFormat-long": {
3046
+ "1000-one": "0 tusen",
3047
+ "1000-other": "0 tusen",
3048
+ "10000-one": "00 tusen",
3049
+ "10000-other": "00 tusen",
3050
+ "100000-one": "000 tusen",
3051
+ "100000-other": "000 tusen",
3052
+ "1000000-one": "0 million",
3053
+ "1000000-other": "0 millioner",
3054
+ "10000000-one": "00 millioner",
3055
+ "10000000-other": "00 millioner",
3056
+ "100000000-one": "000 millioner",
3057
+ "100000000-other": "000 millioner",
3058
+ "1000000000-one": "0 milliard",
3059
+ "1000000000-other": "0 milliarder",
3060
+ "10000000000-one": "00 milliarder",
3061
+ "10000000000-other": "00 milliarder",
3062
+ "100000000000-one": "000 milliarder",
3063
+ "100000000000-other": "000 milliarder",
3064
+ "1000000000000-one": "0 billion",
3065
+ "1000000000000-other": "0 billioner",
3066
+ "10000000000000-one": "00 billioner",
3067
+ "10000000000000-other": "00 billioner",
3068
+ "100000000000000-one": "000 billioner",
3069
+ "100000000000000-other": "000 billioner"
3070
+ },
3071
+ "decimalFormat-short": {
3072
+ "1000-one": "0k",
3073
+ "1000-other": "0k",
3074
+ "10000-one": "00k",
3075
+ "10000-other": "00k",
3076
+ "100000-one": "000k",
3077
+ "100000-other": "000k",
3078
+ "1000000-one": "0 mill'.'",
3079
+ "1000000-other": "0 mill'.'",
3080
+ "10000000-one": "00 mill'.'",
3081
+ "10000000-other": "00 mill'.'",
3082
+ "100000000-one": "000 mill'.'",
3083
+ "100000000-other": "000 mill'.'",
3084
+ "1000000000-one": "0 mrd'.'",
3085
+ "1000000000-other": "0 mrd'.'",
3086
+ "10000000000-one": "00 mrd'.'",
3087
+ "10000000000-other": "00 mrd'.'",
3088
+ "100000000000-one": "000 mrd'.'",
3089
+ "100000000000-other": "000 mrd'.'",
3090
+ "1000000000000-one": "0 bill'.'",
3091
+ "1000000000000-other": "0 bill'.'",
3092
+ "10000000000000-one": "00 bill'.'",
3093
+ "10000000000000-other": "00 bill'.'",
3094
+ "100000000000000-one": "000 bill'.'",
3095
+ "100000000000000-other": "000 bill'.'"
3096
+ },
3097
+ "scientificFormat": {
3098
+ "standard": "#E0"
3099
+ },
3100
+ "percentFormat": {
3101
+ "standard": "#,##0 %"
3102
+ },
3103
+ "currencyFormat": {
3104
+ "standard": "¤ #,##0.00;¤ -#,##0.00",
3105
+ "accounting": "¤ #,##0.00;(¤ #,##0.00)",
3106
+ "currencySpacing": {
3107
+ "beforeCurrency": {
3108
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3109
+ "surroundingMatch": "[:digit:]",
3110
+ "insertBetween": " "
3111
+ },
3112
+ "afterCurrency": {
3113
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3114
+ "surroundingMatch": "[:digit:]",
3115
+ "insertBetween": " "
3116
+ }
3117
+ },
3118
+ "sap-standard": "#,##0.00 ¤;-#,##0.00 ¤",
3119
+ "sap-accounting": "#,##0.00 ¤;(#,##0.00 ¤)"
3120
+ },
3121
+ "miscPattern": {
3122
+ "approximately": "ca. {0}",
3123
+ "atLeast": "≥ {0}",
3124
+ "atMost": "≤ {0}",
3125
+ "range": "{0}–{1}"
3126
+ },
3127
+ "currencyFormat-short": {
3128
+ "1000-one": "¤ 0k",
3129
+ "1000-other": "¤ 0k",
3130
+ "10000-one": "¤ 00k",
3131
+ "10000-other": "¤ 00k",
3132
+ "100000-one": "¤ 000k",
3133
+ "100000-other": "¤ 000k",
3134
+ "1000000-one": "¤ 0 mill'.'",
3135
+ "1000000-other": "¤ 0 mill'.'",
3136
+ "10000000-one": "¤ 00 mill'.'",
3137
+ "10000000-other": "¤ 00 mill'.'",
3138
+ "100000000-one": "¤ 000 mill'.'",
3139
+ "100000000-other": "¤ 000 mill'.'",
3140
+ "1000000000-one": "¤ 0 mrd'.'",
3141
+ "1000000000-other": "¤ 0 mrd'.'",
3142
+ "10000000000-one": "¤ 00 mrd'.'",
3143
+ "10000000000-other": "¤ 00 mrd'.'",
3144
+ "100000000000-one": "¤ 000 mrd'.'",
3145
+ "100000000000-other": "¤ 000 mrd'.'",
3146
+ "1000000000000-one": "¤ 0 bill'.'",
3147
+ "1000000000000-other": "¤ 0 bill'.'",
3148
+ "10000000000000-one": "¤ 00 bill'.'",
3149
+ "10000000000000-other": "¤ 00 bill'.'",
3150
+ "100000000000000-one": "¤ 000 bill'.'",
3151
+ "100000000000000-other": "¤ 000 bill'.'"
3152
+ },
2532
3153
  "symbols-latn-decimal": ",",
2533
3154
  "symbols-latn-group": " ",
2534
3155
  "symbols-latn-list": ";",
@@ -2543,7 +3164,1153 @@
2543
3164
  "symbols-latn-nan": "NaN",
2544
3165
  "symbols-latn-timeSeparator": ":",
2545
3166
  "symbols-latn-timeSeparator-alt-variant": ".",
3167
+ "currencySymbols": {
3168
+ "EUR": "€",
3169
+ "GBP": "£",
3170
+ "NOK": "kr",
3171
+ "XOF": "F CFA"
3172
+ },
2546
3173
  "rtl": false,
3174
+ "units": {
3175
+ "short": {
3176
+ "10p-1": {
3177
+ "unitPrefixPattern": "d{0}"
3178
+ },
3179
+ "10p-2": {
3180
+ "unitPrefixPattern": "c{0}"
3181
+ },
3182
+ "10p-3": {
3183
+ "unitPrefixPattern": "m{0}"
3184
+ },
3185
+ "10p-6": {
3186
+ "unitPrefixPattern": "μ{0}"
3187
+ },
3188
+ "10p-9": {
3189
+ "unitPrefixPattern": "n{0}"
3190
+ },
3191
+ "10p-12": {
3192
+ "unitPrefixPattern": "p{0}"
3193
+ },
3194
+ "10p-15": {
3195
+ "unitPrefixPattern": "f{0}"
3196
+ },
3197
+ "10p-18": {
3198
+ "unitPrefixPattern": "a{0}"
3199
+ },
3200
+ "10p-21": {
3201
+ "unitPrefixPattern": "z{0}"
3202
+ },
3203
+ "10p-24": {
3204
+ "unitPrefixPattern": "y{0}"
3205
+ },
3206
+ "10p1": {
3207
+ "unitPrefixPattern": "da{0}"
3208
+ },
3209
+ "10p2": {
3210
+ "unitPrefixPattern": "h{0}"
3211
+ },
3212
+ "10p3": {
3213
+ "unitPrefixPattern": "k{0}"
3214
+ },
3215
+ "10p6": {
3216
+ "unitPrefixPattern": "M{0}"
3217
+ },
3218
+ "10p9": {
3219
+ "unitPrefixPattern": "G{0}"
3220
+ },
3221
+ "10p12": {
3222
+ "unitPrefixPattern": "T{0}"
3223
+ },
3224
+ "10p15": {
3225
+ "unitPrefixPattern": "P{0}"
3226
+ },
3227
+ "10p18": {
3228
+ "unitPrefixPattern": "E{0}"
3229
+ },
3230
+ "10p21": {
3231
+ "unitPrefixPattern": "Z{0}"
3232
+ },
3233
+ "10p24": {
3234
+ "unitPrefixPattern": "Y{0}"
3235
+ },
3236
+ "1024p1": {
3237
+ "unitPrefixPattern": "Ki{0}"
3238
+ },
3239
+ "1024p2": {
3240
+ "unitPrefixPattern": "Mi{0}"
3241
+ },
3242
+ "1024p3": {
3243
+ "unitPrefixPattern": "Gi{0}"
3244
+ },
3245
+ "1024p4": {
3246
+ "unitPrefixPattern": "Ti{0}"
3247
+ },
3248
+ "1024p5": {
3249
+ "unitPrefixPattern": "Pi{0}"
3250
+ },
3251
+ "1024p6": {
3252
+ "unitPrefixPattern": "Ei{0}"
3253
+ },
3254
+ "1024p7": {
3255
+ "unitPrefixPattern": "Zi{0}"
3256
+ },
3257
+ "1024p8": {
3258
+ "unitPrefixPattern": "Yi{0}"
3259
+ },
3260
+ "per": {
3261
+ "compoundUnitPattern": "{0}/{1}"
3262
+ },
3263
+ "power2": {
3264
+ "compoundUnitPattern1": "{0}²",
3265
+ "compoundUnitPattern1-count-one": "{0}²",
3266
+ "compoundUnitPattern1-count-other": "{0}²"
3267
+ },
3268
+ "power3": {
3269
+ "compoundUnitPattern1": "{0}³",
3270
+ "compoundUnitPattern1-count-one": "{0}³",
3271
+ "compoundUnitPattern1-count-other": "{0}³"
3272
+ },
3273
+ "times": {
3274
+ "compoundUnitPattern": "{0}⋅{1}"
3275
+ },
3276
+ "acceleration-g-force": {
3277
+ "displayName": "g-kraft",
3278
+ "unitPattern-count-one": "{0} G",
3279
+ "unitPattern-count-other": "{0} G"
3280
+ },
3281
+ "acceleration-meter-per-square-second": {
3282
+ "displayName": "meter/s²",
3283
+ "unitPattern-count-one": "{0} m/s²",
3284
+ "unitPattern-count-other": "{0} m/s²"
3285
+ },
3286
+ "angle-revolution": {
3287
+ "displayName": "omdr.",
3288
+ "unitPattern-count-one": "{0} omdr.",
3289
+ "unitPattern-count-other": "{0} omdr."
3290
+ },
3291
+ "angle-radian": {
3292
+ "displayName": "radianer",
3293
+ "unitPattern-count-one": "{0} rad",
3294
+ "unitPattern-count-other": "{0} rad"
3295
+ },
3296
+ "angle-degree": {
3297
+ "displayName": "grader",
3298
+ "unitPattern-count-one": "{0}°",
3299
+ "unitPattern-count-other": "{0}°"
3300
+ },
3301
+ "angle-arc-minute": {
3302
+ "displayName": "bueminutter",
3303
+ "unitPattern-count-one": "{0}′",
3304
+ "unitPattern-count-other": "{0}′"
3305
+ },
3306
+ "angle-arc-second": {
3307
+ "displayName": "buesek",
3308
+ "unitPattern-count-one": "{0}″",
3309
+ "unitPattern-count-other": "{0}″"
3310
+ },
3311
+ "area-square-kilometer": {
3312
+ "displayName": "km²",
3313
+ "unitPattern-count-one": "{0} km²",
3314
+ "unitPattern-count-other": "{0} km²",
3315
+ "perUnitPattern": "{0}/km²"
3316
+ },
3317
+ "area-hectare": {
3318
+ "displayName": "hektar",
3319
+ "unitPattern-count-one": "{0} ha",
3320
+ "unitPattern-count-other": "{0} ha"
3321
+ },
3322
+ "area-square-meter": {
3323
+ "displayName": "m²",
3324
+ "unitPattern-count-one": "{0} m²",
3325
+ "unitPattern-count-other": "{0} m²",
3326
+ "perUnitPattern": "{0}/m²"
3327
+ },
3328
+ "area-square-centimeter": {
3329
+ "displayName": "cm²",
3330
+ "unitPattern-count-one": "{0} cm²",
3331
+ "unitPattern-count-other": "{0} cm²",
3332
+ "perUnitPattern": "{0}/cm²"
3333
+ },
3334
+ "area-square-mile": {
3335
+ "displayName": "miles²",
3336
+ "unitPattern-count-one": "{0} mile²",
3337
+ "unitPattern-count-other": "{0} miles²",
3338
+ "perUnitPattern": "{0}/mile²"
3339
+ },
3340
+ "area-acre": {
3341
+ "displayName": "acre",
3342
+ "unitPattern-count-one": "{0} ac",
3343
+ "unitPattern-count-other": "{0} ac"
3344
+ },
3345
+ "area-square-yard": {
3346
+ "displayName": "yd²",
3347
+ "unitPattern-count-one": "{0} yd²",
3348
+ "unitPattern-count-other": "{0} yd²"
3349
+ },
3350
+ "area-square-foot": {
3351
+ "displayName": "kvadratfot",
3352
+ "unitPattern-count-one": "{0} fot²",
3353
+ "unitPattern-count-other": "{0} fot²"
3354
+ },
3355
+ "area-square-inch": {
3356
+ "displayName": "tommer²",
3357
+ "unitPattern-count-one": "{0} tomme²",
3358
+ "unitPattern-count-other": "{0} tommer²",
3359
+ "perUnitPattern": "{0}/tommer²"
3360
+ },
3361
+ "area-dunam": {
3362
+ "displayName": "dunam",
3363
+ "unitPattern-count-one": "{0} dunam",
3364
+ "unitPattern-count-other": "{0} dunam"
3365
+ },
3366
+ "concentr-karat": {
3367
+ "displayName": "karat",
3368
+ "unitPattern-count-one": "{0} kt",
3369
+ "unitPattern-count-other": "{0} kt"
3370
+ },
3371
+ "concentr-milligram-ofglucose-per-deciliter": {
3372
+ "displayName": "mg/dl",
3373
+ "unitPattern-count-one": "{0} mg/dl",
3374
+ "unitPattern-count-other": "{0} mg/dl"
3375
+ },
3376
+ "concentr-millimole-per-liter": {
3377
+ "displayName": "mmol/liter",
3378
+ "unitPattern-count-one": "{0} mmol/l",
3379
+ "unitPattern-count-other": "{0} mmol/l"
3380
+ },
3381
+ "concentr-item": {
3382
+ "displayName": "item",
3383
+ "unitPattern-count-one": "{0} item",
3384
+ "unitPattern-count-other": "{0} item"
3385
+ },
3386
+ "concentr-permillion": {
3387
+ "displayName": "ppm",
3388
+ "unitPattern-count-one": "{0} ppm",
3389
+ "unitPattern-count-other": "{0} ppm"
3390
+ },
3391
+ "concentr-percent": {
3392
+ "displayName": "prosent",
3393
+ "unitPattern-count-one": "{0} %",
3394
+ "unitPattern-count-other": "{0} %"
3395
+ },
3396
+ "concentr-permille": {
3397
+ "displayName": "promille",
3398
+ "unitPattern-count-one": "{0} ‰",
3399
+ "unitPattern-count-other": "{0} ‰"
3400
+ },
3401
+ "concentr-permyriad": {
3402
+ "displayName": "promyriade",
3403
+ "unitPattern-count-one": "{0} ‱",
3404
+ "unitPattern-count-other": "{0} ‱"
3405
+ },
3406
+ "concentr-mole": {
3407
+ "displayName": "mol",
3408
+ "unitPattern-count-one": "{0} mol",
3409
+ "unitPattern-count-other": "{0} mol"
3410
+ },
3411
+ "consumption-liter-per-kilometer": {
3412
+ "displayName": "liter/km",
3413
+ "unitPattern-count-one": "{0} l/km",
3414
+ "unitPattern-count-other": "{0} l/km"
3415
+ },
3416
+ "consumption-liter-per-100-kilometer": {
3417
+ "displayName": "l/100 km",
3418
+ "unitPattern-count-one": "{0} l/100 km",
3419
+ "unitPattern-count-other": "{0} l/100 km"
3420
+ },
3421
+ "consumption-mile-per-gallon": {
3422
+ "displayName": "miles/gal",
3423
+ "unitPattern-count-one": "{0} mpg",
3424
+ "unitPattern-count-other": "{0} mpg"
3425
+ },
3426
+ "consumption-mile-per-gallon-imperial": {
3427
+ "displayName": "miles/brit. gal",
3428
+ "unitPattern-count-one": "{0} mpg brit.",
3429
+ "unitPattern-count-other": "{0} mpg brit."
3430
+ },
3431
+ "digital-petabyte": {
3432
+ "displayName": "PB",
3433
+ "unitPattern-count-one": "{0} PB",
3434
+ "unitPattern-count-other": "{0} PB"
3435
+ },
3436
+ "digital-terabyte": {
3437
+ "displayName": "TB",
3438
+ "unitPattern-count-one": "{0} TB",
3439
+ "unitPattern-count-other": "{0} TB"
3440
+ },
3441
+ "digital-terabit": {
3442
+ "displayName": "Tbit",
3443
+ "unitPattern-count-one": "{0} Tb",
3444
+ "unitPattern-count-other": "{0} Tb"
3445
+ },
3446
+ "digital-gigabyte": {
3447
+ "displayName": "GB",
3448
+ "unitPattern-count-one": "{0} GB",
3449
+ "unitPattern-count-other": "{0} GB"
3450
+ },
3451
+ "digital-gigabit": {
3452
+ "displayName": "Gbit",
3453
+ "unitPattern-count-one": "{0} Gb",
3454
+ "unitPattern-count-other": "{0} Gb"
3455
+ },
3456
+ "digital-megabyte": {
3457
+ "displayName": "MB",
3458
+ "unitPattern-count-one": "{0} MB",
3459
+ "unitPattern-count-other": "{0} MB"
3460
+ },
3461
+ "digital-megabit": {
3462
+ "displayName": "Mbit",
3463
+ "unitPattern-count-one": "{0} Mb",
3464
+ "unitPattern-count-other": "{0} Mb"
3465
+ },
3466
+ "digital-kilobyte": {
3467
+ "displayName": "kB",
3468
+ "unitPattern-count-one": "{0} kB",
3469
+ "unitPattern-count-other": "{0} kB"
3470
+ },
3471
+ "digital-kilobit": {
3472
+ "displayName": "kbit",
3473
+ "unitPattern-count-one": "{0} kb",
3474
+ "unitPattern-count-other": "{0} kb"
3475
+ },
3476
+ "digital-byte": {
3477
+ "displayName": "byte",
3478
+ "unitPattern-count-one": "{0} B",
3479
+ "unitPattern-count-other": "{0} B"
3480
+ },
3481
+ "digital-bit": {
3482
+ "displayName": "bit",
3483
+ "unitPattern-count-one": "{0} bit",
3484
+ "unitPattern-count-other": "{0} bit"
3485
+ },
3486
+ "duration-century": {
3487
+ "displayName": "årh.",
3488
+ "unitPattern-count-one": "{0} årh.",
3489
+ "unitPattern-count-other": "{0} årh."
3490
+ },
3491
+ "duration-decade": {
3492
+ "displayName": "tiår",
3493
+ "unitPattern-count-one": "{0} tiår",
3494
+ "unitPattern-count-other": "{0} tiår"
3495
+ },
3496
+ "duration-year": {
3497
+ "displayName": "år",
3498
+ "unitPattern-count-one": "{0} år",
3499
+ "unitPattern-count-other": "{0} år",
3500
+ "perUnitPattern": "{0}/år"
3501
+ },
3502
+ "duration-quarter": {
3503
+ "displayName": "kvt",
3504
+ "unitPattern-count-one": "{0} kvt",
3505
+ "unitPattern-count-other": "{0} kvt",
3506
+ "perUnitPattern": "{0}/kvt"
3507
+ },
3508
+ "duration-month": {
3509
+ "displayName": "måneder",
3510
+ "unitPattern-count-one": "{0} md.",
3511
+ "unitPattern-count-other": "{0} md.",
3512
+ "perUnitPattern": "{0}/md."
3513
+ },
3514
+ "duration-week": {
3515
+ "displayName": "uker",
3516
+ "unitPattern-count-one": "{0} u",
3517
+ "unitPattern-count-other": "{0} u",
3518
+ "perUnitPattern": "{0}/u"
3519
+ },
3520
+ "duration-day": {
3521
+ "displayName": "døgn",
3522
+ "unitPattern-count-one": "{0} d",
3523
+ "unitPattern-count-other": "{0} d",
3524
+ "perUnitPattern": "{0}/d"
3525
+ },
3526
+ "duration-hour": {
3527
+ "displayName": "timer",
3528
+ "unitPattern-count-one": "{0} t",
3529
+ "unitPattern-count-other": "{0} t",
3530
+ "perUnitPattern": "{0}/t"
3531
+ },
3532
+ "duration-minute": {
3533
+ "displayName": "min",
3534
+ "unitPattern-count-one": "{0} min",
3535
+ "unitPattern-count-other": "{0} min",
3536
+ "perUnitPattern": "{0}/min"
3537
+ },
3538
+ "duration-second": {
3539
+ "displayName": "sek",
3540
+ "unitPattern-count-one": "{0} sek",
3541
+ "unitPattern-count-other": "{0} sek",
3542
+ "perUnitPattern": "{0}/s"
3543
+ },
3544
+ "duration-millisecond": {
3545
+ "displayName": "ms",
3546
+ "unitPattern-count-one": "{0} ms",
3547
+ "unitPattern-count-other": "{0} ms"
3548
+ },
3549
+ "duration-microsecond": {
3550
+ "displayName": "μs",
3551
+ "unitPattern-count-one": "{0} μs",
3552
+ "unitPattern-count-other": "{0} μs"
3553
+ },
3554
+ "duration-nanosecond": {
3555
+ "displayName": "ns",
3556
+ "unitPattern-count-one": "{0} ns",
3557
+ "unitPattern-count-other": "{0} ns"
3558
+ },
3559
+ "electric-ampere": {
3560
+ "displayName": "ampere",
3561
+ "unitPattern-count-one": "{0} A",
3562
+ "unitPattern-count-other": "{0} A"
3563
+ },
3564
+ "electric-milliampere": {
3565
+ "displayName": "milliampere",
3566
+ "unitPattern-count-one": "{0} mA",
3567
+ "unitPattern-count-other": "{0} mA"
3568
+ },
3569
+ "electric-ohm": {
3570
+ "displayName": "ohm",
3571
+ "unitPattern-count-one": "{0} Ω",
3572
+ "unitPattern-count-other": "{0} Ω"
3573
+ },
3574
+ "electric-volt": {
3575
+ "displayName": "volt",
3576
+ "unitPattern-count-one": "{0} V",
3577
+ "unitPattern-count-other": "{0} V"
3578
+ },
3579
+ "energy-kilocalorie": {
3580
+ "displayName": "kcal",
3581
+ "unitPattern-count-one": "{0} kcal",
3582
+ "unitPattern-count-other": "{0} kcal"
3583
+ },
3584
+ "energy-calorie": {
3585
+ "displayName": "cal",
3586
+ "unitPattern-count-one": "{0} cal",
3587
+ "unitPattern-count-other": "{0} cal"
3588
+ },
3589
+ "energy-foodcalorie": {
3590
+ "displayName": "cal",
3591
+ "unitPattern-count-one": "{0} cal",
3592
+ "unitPattern-count-other": "{0} cal"
3593
+ },
3594
+ "energy-kilojoule": {
3595
+ "displayName": "kilojoule",
3596
+ "unitPattern-count-one": "{0} kJ",
3597
+ "unitPattern-count-other": "{0} kJ"
3598
+ },
3599
+ "energy-joule": {
3600
+ "displayName": "joule",
3601
+ "unitPattern-count-one": "{0} J",
3602
+ "unitPattern-count-other": "{0} J"
3603
+ },
3604
+ "energy-kilowatt-hour": {
3605
+ "displayName": "kWh",
3606
+ "unitPattern-count-one": "{0} kWh",
3607
+ "unitPattern-count-other": "{0} kWh"
3608
+ },
3609
+ "energy-electronvolt": {
3610
+ "displayName": "elektronvolt",
3611
+ "unitPattern-count-one": "{0} eV",
3612
+ "unitPattern-count-other": "{0} eV"
3613
+ },
3614
+ "energy-british-thermal-unit": {
3615
+ "displayName": "Btu",
3616
+ "unitPattern-count-one": "{0} Btu",
3617
+ "unitPattern-count-other": "{0} Btu"
3618
+ },
3619
+ "energy-therm-us": {
3620
+ "displayName": "therm",
3621
+ "unitPattern-count-one": "{0} therm",
3622
+ "unitPattern-count-other": "{0} therm"
3623
+ },
3624
+ "force-pound-force": {
3625
+ "displayName": "pound-force",
3626
+ "unitPattern-count-one": "{0} lbf",
3627
+ "unitPattern-count-other": "{0} lbf"
3628
+ },
3629
+ "force-newton": {
3630
+ "displayName": "newton",
3631
+ "unitPattern-count-one": "{0} N",
3632
+ "unitPattern-count-other": "{0} N"
3633
+ },
3634
+ "force-kilowatt-hour-per-100-kilometer": {
3635
+ "displayName": "kWh/100 km",
3636
+ "unitPattern-count-one": "{0} kWh/100 km",
3637
+ "unitPattern-count-other": "{0} kWh/100 km"
3638
+ },
3639
+ "frequency-gigahertz": {
3640
+ "displayName": "GHz",
3641
+ "unitPattern-count-one": "{0} GHz",
3642
+ "unitPattern-count-other": "{0} GHz"
3643
+ },
3644
+ "frequency-megahertz": {
3645
+ "displayName": "MHz",
3646
+ "unitPattern-count-one": "{0} MHz",
3647
+ "unitPattern-count-other": "{0} MHz"
3648
+ },
3649
+ "frequency-kilohertz": {
3650
+ "displayName": "kHz",
3651
+ "unitPattern-count-one": "{0} kHz",
3652
+ "unitPattern-count-other": "{0} kHz"
3653
+ },
3654
+ "frequency-hertz": {
3655
+ "displayName": "Hz",
3656
+ "unitPattern-count-one": "{0} Hz",
3657
+ "unitPattern-count-other": "{0} Hz"
3658
+ },
3659
+ "graphics-em": {
3660
+ "displayName": "gefirt",
3661
+ "unitPattern-count-one": "{0} gefirt",
3662
+ "unitPattern-count-other": "{0} gefirt"
3663
+ },
3664
+ "graphics-pixel": {
3665
+ "displayName": "piksler",
3666
+ "unitPattern-count-one": "{0} px",
3667
+ "unitPattern-count-other": "{0} px"
3668
+ },
3669
+ "graphics-megapixel": {
3670
+ "displayName": "megapiksler",
3671
+ "unitPattern-count-one": "{0} MP",
3672
+ "unitPattern-count-other": "{0} MP"
3673
+ },
3674
+ "graphics-pixel-per-centimeter": {
3675
+ "displayName": "ppcm",
3676
+ "unitPattern-count-one": "{0} ppcm",
3677
+ "unitPattern-count-other": "{0} ppcm"
3678
+ },
3679
+ "graphics-pixel-per-inch": {
3680
+ "displayName": "ppi",
3681
+ "unitPattern-count-one": "{0} ppi",
3682
+ "unitPattern-count-other": "{0} ppi"
3683
+ },
3684
+ "graphics-dot-per-centimeter": {
3685
+ "displayName": "ppcm",
3686
+ "unitPattern-count-one": "{0} ppcm",
3687
+ "unitPattern-count-other": "{0} ppcm"
3688
+ },
3689
+ "graphics-dot-per-inch": {
3690
+ "displayName": "dpi",
3691
+ "unitPattern-count-one": "{0} dpi",
3692
+ "unitPattern-count-other": "{0} dpi"
3693
+ },
3694
+ "graphics-dot": {
3695
+ "displayName": "pkt",
3696
+ "unitPattern-count-one": "{0} pkt",
3697
+ "unitPattern-count-other": "{0} pkt"
3698
+ },
3699
+ "length-earth-radius": {
3700
+ "displayName": "R⊕",
3701
+ "unitPattern-count-one": "{0} R⊕",
3702
+ "unitPattern-count-other": "{0} R⊕"
3703
+ },
3704
+ "length-kilometer": {
3705
+ "displayName": "km",
3706
+ "unitPattern-count-one": "{0} km",
3707
+ "unitPattern-count-other": "{0} km",
3708
+ "perUnitPattern": "{0}/km"
3709
+ },
3710
+ "length-meter": {
3711
+ "displayName": "meter",
3712
+ "unitPattern-count-one": "{0} m",
3713
+ "unitPattern-count-other": "{0} m",
3714
+ "perUnitPattern": "{0}/m"
3715
+ },
3716
+ "length-decimeter": {
3717
+ "displayName": "dm",
3718
+ "unitPattern-count-one": "{0} dm",
3719
+ "unitPattern-count-other": "{0} dm"
3720
+ },
3721
+ "length-centimeter": {
3722
+ "displayName": "cm",
3723
+ "unitPattern-count-one": "{0} cm",
3724
+ "unitPattern-count-other": "{0} cm",
3725
+ "perUnitPattern": "{0}/cm"
3726
+ },
3727
+ "length-millimeter": {
3728
+ "displayName": "mm",
3729
+ "unitPattern-count-one": "{0} mm",
3730
+ "unitPattern-count-other": "{0} mm"
3731
+ },
3732
+ "length-micrometer": {
3733
+ "displayName": "μm",
3734
+ "unitPattern-count-one": "{0} μm",
3735
+ "unitPattern-count-other": "{0} μm"
3736
+ },
3737
+ "length-nanometer": {
3738
+ "displayName": "nm",
3739
+ "unitPattern-count-one": "{0} nm",
3740
+ "unitPattern-count-other": "{0} nm"
3741
+ },
3742
+ "length-picometer": {
3743
+ "displayName": "pm",
3744
+ "unitPattern-count-one": "{0} pm",
3745
+ "unitPattern-count-other": "{0} pm"
3746
+ },
3747
+ "length-mile": {
3748
+ "displayName": "miles",
3749
+ "unitPattern-count-one": "{0} mile",
3750
+ "unitPattern-count-other": "{0} miles"
3751
+ },
3752
+ "length-yard": {
3753
+ "displayName": "yard",
3754
+ "unitPattern-count-one": "{0} yard",
3755
+ "unitPattern-count-other": "{0} yard"
3756
+ },
3757
+ "length-foot": {
3758
+ "displayName": "fot",
3759
+ "unitPattern-count-one": "{0} fot",
3760
+ "unitPattern-count-other": "{0} fot",
3761
+ "perUnitPattern": "{0}/fot"
3762
+ },
3763
+ "length-inch": {
3764
+ "displayName": "tommer",
3765
+ "unitPattern-count-one": "{0} tomme",
3766
+ "unitPattern-count-other": "{0} tommer",
3767
+ "perUnitPattern": "{0}/tomme"
3768
+ },
3769
+ "length-parsec": {
3770
+ "displayName": "parsec",
3771
+ "unitPattern-count-one": "{0} pc",
3772
+ "unitPattern-count-other": "{0} pc"
3773
+ },
3774
+ "length-light-year": {
3775
+ "displayName": "lysår",
3776
+ "unitPattern-count-one": "{0} ly",
3777
+ "unitPattern-count-other": "{0} ly"
3778
+ },
3779
+ "length-astronomical-unit": {
3780
+ "displayName": "AU",
3781
+ "unitPattern-count-one": "{0} AU",
3782
+ "unitPattern-count-other": "{0} AU"
3783
+ },
3784
+ "length-furlong": {
3785
+ "displayName": "furlong",
3786
+ "unitPattern-count-one": "{0} fur",
3787
+ "unitPattern-count-other": "{0} fur"
3788
+ },
3789
+ "length-fathom": {
3790
+ "displayName": "favner",
3791
+ "unitPattern-count-one": "{0} fm",
3792
+ "unitPattern-count-other": "{0} fm"
3793
+ },
3794
+ "length-nautical-mile": {
3795
+ "displayName": "nmi",
3796
+ "unitPattern-count-one": "{0} nmi",
3797
+ "unitPattern-count-other": "{0} nmi"
3798
+ },
3799
+ "length-mile-scandinavian": {
3800
+ "displayName": "mil",
3801
+ "unitPattern-count-one": "{0} mil",
3802
+ "unitPattern-count-other": "{0} mil"
3803
+ },
3804
+ "length-point": {
3805
+ "displayName": "punkter",
3806
+ "unitPattern-count-one": "{0} pt",
3807
+ "unitPattern-count-other": "{0} pt"
3808
+ },
3809
+ "length-solar-radius": {
3810
+ "displayName": "solradius",
3811
+ "unitPattern-count-one": "{0} R☉",
3812
+ "unitPattern-count-other": "{0} R☉"
3813
+ },
3814
+ "light-lux": {
3815
+ "displayName": "lux",
3816
+ "unitPattern-count-one": "{0} lx",
3817
+ "unitPattern-count-other": "{0} lx"
3818
+ },
3819
+ "light-candela": {
3820
+ "displayName": "cd",
3821
+ "unitPattern-count-one": "{0} cd",
3822
+ "unitPattern-count-other": "{0} cd"
3823
+ },
3824
+ "light-lumen": {
3825
+ "displayName": "lm",
3826
+ "unitPattern-count-one": "{0} lm",
3827
+ "unitPattern-count-other": "{0} lm"
3828
+ },
3829
+ "light-solar-luminosity": {
3830
+ "displayName": "solluminositet",
3831
+ "unitPattern-count-one": "{0} L☉",
3832
+ "unitPattern-count-other": "{0} L☉"
3833
+ },
3834
+ "mass-tonne": {
3835
+ "displayName": "tonn",
3836
+ "unitPattern-count-one": "{0} tonn",
3837
+ "unitPattern-count-other": "{0} tonn"
3838
+ },
3839
+ "mass-kilogram": {
3840
+ "displayName": "kg",
3841
+ "unitPattern-count-one": "{0} kg",
3842
+ "unitPattern-count-other": "{0} kg",
3843
+ "perUnitPattern": "{0}/kg"
3844
+ },
3845
+ "mass-gram": {
3846
+ "displayName": "gram",
3847
+ "unitPattern-count-one": "{0} g",
3848
+ "unitPattern-count-other": "{0} g",
3849
+ "perUnitPattern": "{0}/g"
3850
+ },
3851
+ "mass-milligram": {
3852
+ "displayName": "mg",
3853
+ "unitPattern-count-one": "{0} mg",
3854
+ "unitPattern-count-other": "{0} mg"
3855
+ },
3856
+ "mass-microgram": {
3857
+ "displayName": "μg",
3858
+ "unitPattern-count-one": "{0} μg",
3859
+ "unitPattern-count-other": "{0} μg"
3860
+ },
3861
+ "mass-ton": {
3862
+ "displayName": "am. tonn",
3863
+ "unitPattern-count-one": "{0} am. tonn",
3864
+ "unitPattern-count-other": "{0} am. tonn"
3865
+ },
3866
+ "mass-stone": {
3867
+ "displayName": "stone",
3868
+ "unitPattern-count-one": "{0} st",
3869
+ "unitPattern-count-other": "{0} st"
3870
+ },
3871
+ "mass-pound": {
3872
+ "displayName": "pund",
3873
+ "unitPattern-count-one": "{0} pund",
3874
+ "unitPattern-count-other": "{0} pund",
3875
+ "perUnitPattern": "{0}/pund"
3876
+ },
3877
+ "mass-ounce": {
3878
+ "displayName": "unser",
3879
+ "unitPattern-count-one": "{0} unse",
3880
+ "unitPattern-count-other": "{0} unser",
3881
+ "perUnitPattern": "{0}/unse"
3882
+ },
3883
+ "mass-ounce-troy": {
3884
+ "displayName": "oz tr",
3885
+ "unitPattern-count-one": "{0} oz tr",
3886
+ "unitPattern-count-other": "{0} oz tr"
3887
+ },
3888
+ "mass-carat": {
3889
+ "displayName": "karat",
3890
+ "unitPattern-count-one": "{0} c",
3891
+ "unitPattern-count-other": "{0} c"
3892
+ },
3893
+ "mass-dalton": {
3894
+ "displayName": "dalton",
3895
+ "unitPattern-count-one": "{0} Da",
3896
+ "unitPattern-count-other": "{0} Da"
3897
+ },
3898
+ "mass-earth-mass": {
3899
+ "displayName": "jordmasser",
3900
+ "unitPattern-count-one": "{0} M⊕",
3901
+ "unitPattern-count-other": "{0} M⊕"
3902
+ },
3903
+ "mass-solar-mass": {
3904
+ "displayName": "solmasser",
3905
+ "unitPattern-count-one": "{0} M☉",
3906
+ "unitPattern-count-other": "{0} M☉"
3907
+ },
3908
+ "mass-grain": {
3909
+ "displayName": "grain",
3910
+ "unitPattern-count-one": "{0} grain",
3911
+ "unitPattern-count-other": "{0} grain"
3912
+ },
3913
+ "power-gigawatt": {
3914
+ "displayName": "GW",
3915
+ "unitPattern-count-one": "{0} GW",
3916
+ "unitPattern-count-other": "{0} GW"
3917
+ },
3918
+ "power-megawatt": {
3919
+ "displayName": "MW",
3920
+ "unitPattern-count-one": "{0} MW",
3921
+ "unitPattern-count-other": "{0} MW"
3922
+ },
3923
+ "power-kilowatt": {
3924
+ "displayName": "kW",
3925
+ "unitPattern-count-one": "{0} kW",
3926
+ "unitPattern-count-other": "{0} kW"
3927
+ },
3928
+ "power-watt": {
3929
+ "displayName": "watt",
3930
+ "unitPattern-count-one": "{0} W",
3931
+ "unitPattern-count-other": "{0} W"
3932
+ },
3933
+ "power-milliwatt": {
3934
+ "displayName": "mW",
3935
+ "unitPattern-count-one": "{0} mW",
3936
+ "unitPattern-count-other": "{0} mW"
3937
+ },
3938
+ "power-horsepower": {
3939
+ "displayName": "hk",
3940
+ "unitPattern-count-one": "{0} hk",
3941
+ "unitPattern-count-other": "{0} hk"
3942
+ },
3943
+ "pressure-millimeter-ofhg": {
3944
+ "displayName": "mmHg",
3945
+ "unitPattern-count-one": "{0} mmHg",
3946
+ "unitPattern-count-other": "{0} mmHg"
3947
+ },
3948
+ "pressure-pound-force-per-square-inch": {
3949
+ "displayName": "psi",
3950
+ "unitPattern-count-one": "{0} psi",
3951
+ "unitPattern-count-other": "{0} psi"
3952
+ },
3953
+ "pressure-inch-ofhg": {
3954
+ "displayName": "inHg",
3955
+ "unitPattern-count-one": "{0} inHg",
3956
+ "unitPattern-count-other": "{0} inHg"
3957
+ },
3958
+ "pressure-bar": {
3959
+ "displayName": "bar",
3960
+ "unitPattern-count-one": "{0} bar",
3961
+ "unitPattern-count-other": "{0} bar"
3962
+ },
3963
+ "pressure-millibar": {
3964
+ "displayName": "mbar",
3965
+ "unitPattern-count-one": "{0} mbar",
3966
+ "unitPattern-count-other": "{0} mbar"
3967
+ },
3968
+ "pressure-atmosphere": {
3969
+ "displayName": "atm",
3970
+ "unitPattern-count-one": "{0} atm",
3971
+ "unitPattern-count-other": "{0} atm"
3972
+ },
3973
+ "pressure-pascal": {
3974
+ "displayName": "Pa",
3975
+ "unitPattern-count-one": "{0} Pa",
3976
+ "unitPattern-count-other": "{0} Pa"
3977
+ },
3978
+ "pressure-hectopascal": {
3979
+ "displayName": "hPa",
3980
+ "unitPattern-count-one": "{0} hPa",
3981
+ "unitPattern-count-other": "{0} hPa"
3982
+ },
3983
+ "pressure-kilopascal": {
3984
+ "displayName": "kPa",
3985
+ "unitPattern-count-one": "{0} kPa",
3986
+ "unitPattern-count-other": "{0} kPa"
3987
+ },
3988
+ "pressure-megapascal": {
3989
+ "displayName": "MPa",
3990
+ "unitPattern-count-one": "{0} MPa",
3991
+ "unitPattern-count-other": "{0} MPa"
3992
+ },
3993
+ "speed-kilometer-per-hour": {
3994
+ "displayName": "km/time",
3995
+ "unitPattern-count-one": "{0} km/t",
3996
+ "unitPattern-count-other": "{0} km/t"
3997
+ },
3998
+ "speed-meter-per-second": {
3999
+ "displayName": "meter/s",
4000
+ "unitPattern-count-one": "{0} m/s",
4001
+ "unitPattern-count-other": "{0} m/s"
4002
+ },
4003
+ "speed-mile-per-hour": {
4004
+ "displayName": "miles/t",
4005
+ "unitPattern-count-one": "{0} mile/t",
4006
+ "unitPattern-count-other": "{0} miles/t"
4007
+ },
4008
+ "speed-knot": {
4009
+ "displayName": "kn",
4010
+ "unitPattern-count-one": "{0} kn",
4011
+ "unitPattern-count-other": "{0} kn"
4012
+ },
4013
+ "temperature-generic": {
4014
+ "displayName": "°",
4015
+ "unitPattern-count-one": "{0}°",
4016
+ "unitPattern-count-other": "{0}°"
4017
+ },
4018
+ "temperature-celsius": {
4019
+ "displayName": "°C",
4020
+ "unitPattern-count-one": "{0} °C",
4021
+ "unitPattern-count-other": "{0} °C"
4022
+ },
4023
+ "temperature-fahrenheit": {
4024
+ "displayName": "°F",
4025
+ "unitPattern-count-one": "{0} °F",
4026
+ "unitPattern-count-other": "{0} °F"
4027
+ },
4028
+ "temperature-kelvin": {
4029
+ "displayName": "K",
4030
+ "unitPattern-count-one": "{0} K",
4031
+ "unitPattern-count-other": "{0} K"
4032
+ },
4033
+ "torque-pound-force-foot": {
4034
+ "displayName": "lbf⋅ft",
4035
+ "unitPattern-count-one": "{0} lbf⋅ft",
4036
+ "unitPattern-count-other": "{0} lbf⋅ft"
4037
+ },
4038
+ "torque-newton-meter": {
4039
+ "displayName": "Nm",
4040
+ "unitPattern-count-one": "{0} Nm",
4041
+ "unitPattern-count-other": "{0} Nm"
4042
+ },
4043
+ "volume-cubic-kilometer": {
4044
+ "displayName": "km³",
4045
+ "unitPattern-count-one": "{0} km³",
4046
+ "unitPattern-count-other": "{0} km³"
4047
+ },
4048
+ "volume-cubic-meter": {
4049
+ "displayName": "m³",
4050
+ "unitPattern-count-one": "{0} m³",
4051
+ "unitPattern-count-other": "{0} m³",
4052
+ "perUnitPattern": "{0}/m³"
4053
+ },
4054
+ "volume-cubic-centimeter": {
4055
+ "displayName": "cm³",
4056
+ "unitPattern-count-one": "{0} cm³",
4057
+ "unitPattern-count-other": "{0} cm³",
4058
+ "perUnitPattern": "{0}/cm³"
4059
+ },
4060
+ "volume-cubic-mile": {
4061
+ "displayName": "miles³",
4062
+ "unitPattern-count-one": "{0} mile³",
4063
+ "unitPattern-count-other": "{0} miles³"
4064
+ },
4065
+ "volume-cubic-yard": {
4066
+ "displayName": "yard³",
4067
+ "unitPattern-count-one": "{0} yard³",
4068
+ "unitPattern-count-other": "{0} yard³"
4069
+ },
4070
+ "volume-cubic-foot": {
4071
+ "displayName": "fot³",
4072
+ "unitPattern-count-one": "{0} fot³",
4073
+ "unitPattern-count-other": "{0} fot³"
4074
+ },
4075
+ "volume-cubic-inch": {
4076
+ "displayName": "tommer³",
4077
+ "unitPattern-count-one": "{0} tomme³",
4078
+ "unitPattern-count-other": "{0} tommer³"
4079
+ },
4080
+ "volume-megaliter": {
4081
+ "displayName": "Ml",
4082
+ "unitPattern-count-one": "{0} Ml",
4083
+ "unitPattern-count-other": "{0} Ml"
4084
+ },
4085
+ "volume-hectoliter": {
4086
+ "displayName": "hl",
4087
+ "unitPattern-count-one": "{0} hl",
4088
+ "unitPattern-count-other": "{0} hl"
4089
+ },
4090
+ "volume-liter": {
4091
+ "displayName": "liter",
4092
+ "unitPattern-count-one": "{0} l",
4093
+ "unitPattern-count-other": "{0} l",
4094
+ "perUnitPattern": "{0}/l"
4095
+ },
4096
+ "volume-deciliter": {
4097
+ "displayName": "dl",
4098
+ "unitPattern-count-one": "{0} dl",
4099
+ "unitPattern-count-other": "{0} dl"
4100
+ },
4101
+ "volume-centiliter": {
4102
+ "displayName": "cl",
4103
+ "unitPattern-count-one": "{0} cl",
4104
+ "unitPattern-count-other": "{0} cl"
4105
+ },
4106
+ "volume-milliliter": {
4107
+ "displayName": "ml",
4108
+ "unitPattern-count-one": "{0} ml",
4109
+ "unitPattern-count-other": "{0} ml"
4110
+ },
4111
+ "volume-pint-metric": {
4112
+ "displayName": "mpt",
4113
+ "unitPattern-count-one": "{0} mpt",
4114
+ "unitPattern-count-other": "{0} mpt"
4115
+ },
4116
+ "volume-cup-metric": {
4117
+ "displayName": "m. kopper",
4118
+ "unitPattern-count-one": "{0} m. kopp",
4119
+ "unitPattern-count-other": "{0} m. kopper"
4120
+ },
4121
+ "volume-acre-foot": {
4122
+ "displayName": "acre-fot",
4123
+ "unitPattern-count-one": "{0} ac-fot",
4124
+ "unitPattern-count-other": "{0} ac-fot"
4125
+ },
4126
+ "volume-bushel": {
4127
+ "displayName": "bushel",
4128
+ "unitPattern-count-one": "{0} bu",
4129
+ "unitPattern-count-other": "{0} bu"
4130
+ },
4131
+ "volume-gallon": {
4132
+ "displayName": "gal",
4133
+ "unitPattern-count-one": "{0} gal",
4134
+ "unitPattern-count-other": "{0} gal",
4135
+ "perUnitPattern": "{0}/gal"
4136
+ },
4137
+ "volume-gallon-imperial": {
4138
+ "displayName": "brit. gal",
4139
+ "unitPattern-count-one": "{0} brit. gal",
4140
+ "unitPattern-count-other": "{0} brit. gal",
4141
+ "perUnitPattern": "{0}/brit. gal"
4142
+ },
4143
+ "volume-quart": {
4144
+ "displayName": "qt",
4145
+ "unitPattern-count-one": "{0} qt",
4146
+ "unitPattern-count-other": "{0} qt"
4147
+ },
4148
+ "volume-pint": {
4149
+ "displayName": "pint",
4150
+ "unitPattern-count-one": "{0} pt",
4151
+ "unitPattern-count-other": "{0} pt"
4152
+ },
4153
+ "volume-cup": {
4154
+ "displayName": "kopper",
4155
+ "unitPattern-count-one": "{0} k",
4156
+ "unitPattern-count-other": "{0} k"
4157
+ },
4158
+ "volume-fluid-ounce": {
4159
+ "displayName": "fl oz",
4160
+ "unitPattern-count-one": "{0} fl oz",
4161
+ "unitPattern-count-other": "{0} fl oz"
4162
+ },
4163
+ "volume-fluid-ounce-imperial": {
4164
+ "displayName": "imp. fl oz",
4165
+ "unitPattern-count-one": "{0} imp. fl oz",
4166
+ "unitPattern-count-other": "{0} imp. fl oz"
4167
+ },
4168
+ "volume-tablespoon": {
4169
+ "displayName": "ss",
4170
+ "unitPattern-count-one": "{0} ss",
4171
+ "unitPattern-count-other": "{0} ss"
4172
+ },
4173
+ "volume-teaspoon": {
4174
+ "displayName": "ts",
4175
+ "unitPattern-count-one": "{0} ts",
4176
+ "unitPattern-count-other": "{0} ts"
4177
+ },
4178
+ "volume-barrel": {
4179
+ "displayName": "fat",
4180
+ "unitPattern-count-one": "{0} fat",
4181
+ "unitPattern-count-other": "{0} fat"
4182
+ },
4183
+ "volume-dessert-spoon": {
4184
+ "displayName": "bs",
4185
+ "unitPattern-count-one": "{0} bs",
4186
+ "unitPattern-count-other": "{0} bs"
4187
+ },
4188
+ "volume-dessert-spoon-imperial": {
4189
+ "displayName": "imp. bs",
4190
+ "unitPattern-count-one": "{0} imp. bs",
4191
+ "unitPattern-count-other": "{0} imp. bs"
4192
+ },
4193
+ "volume-drop": {
4194
+ "displayName": "dråpe",
4195
+ "unitPattern-count-one": "{0} dråpe",
4196
+ "unitPattern-count-other": "{0} dråpe"
4197
+ },
4198
+ "volume-dram": {
4199
+ "displayName": "dram fluid",
4200
+ "unitPattern-count-one": "{0} dram fl",
4201
+ "unitPattern-count-other": "{0} dram fl"
4202
+ },
4203
+ "volume-jigger": {
4204
+ "displayName": "shot",
4205
+ "unitPattern-count-one": "{0} shot",
4206
+ "unitPattern-count-other": "{0} shot"
4207
+ },
4208
+ "volume-pinch": {
4209
+ "displayName": "klype",
4210
+ "unitPattern-count-one": "{0} klype",
4211
+ "unitPattern-count-other": "{0} klype"
4212
+ },
4213
+ "volume-quart-imperial": {
4214
+ "displayName": "imp. quart",
4215
+ "unitPattern-count-one": "{0} imp. quart",
4216
+ "unitPattern-count-other": "{0} imp. quart"
4217
+ },
4218
+ "coordinateUnit": {
4219
+ "displayName": "retning",
4220
+ "east": "{0} Ø",
4221
+ "north": "{0} N",
4222
+ "south": "{0} S",
4223
+ "west": "{0} V"
4224
+ }
4225
+ }
4226
+ },
4227
+ "lenient-scope-number": {
4228
+ "minusSign": "-‐‒–⁻₋−➖﹣-",
4229
+ "commaSign": ",،٫⹁、︐︑﹐﹑,、",
4230
+ "plusSign": "+⁺₊➕﬩﹢+"
4231
+ },
4232
+ "currencyFormat-sap-short": {
4233
+ "1000-one": "0k ¤",
4234
+ "1000-other": "0k ¤",
4235
+ "10000-one": "00k ¤",
4236
+ "10000-other": "00k ¤",
4237
+ "100000-one": "000k ¤",
4238
+ "100000-other": "000k ¤",
4239
+ "1000000-one": "0 mill'.' ¤",
4240
+ "1000000-other": "0 mill'.' ¤",
4241
+ "10000000-one": "00 mill'.' ¤",
4242
+ "10000000-other": "00 mill'.' ¤",
4243
+ "100000000-one": "000 mill'.' ¤",
4244
+ "100000000-other": "000 mill'.' ¤",
4245
+ "1000000000-one": "0 mrd'.' ¤",
4246
+ "1000000000-other": "0 mrd'.' ¤",
4247
+ "10000000000-one": "00 mrd'.' ¤",
4248
+ "10000000000-other": "00 mrd'.' ¤",
4249
+ "100000000000-one": "000 mrd'.' ¤",
4250
+ "100000000000-other": "000 mrd'.' ¤",
4251
+ "1000000000000-one": "0 bill'.' ¤",
4252
+ "1000000000000-other": "0 bill'.' ¤",
4253
+ "10000000000000-one": "00 bill'.' ¤",
4254
+ "10000000000000-other": "00 bill'.' ¤",
4255
+ "100000000000000-one": "000 bill'.' ¤",
4256
+ "100000000000000-other": "000 bill'.' ¤"
4257
+ },
4258
+ "currencyDigits": {
4259
+ "ADP": 0,
4260
+ "AFN": 0,
4261
+ "ALL": 0,
4262
+ "BHD": 3,
4263
+ "BIF": 0,
4264
+ "BYR": 0,
4265
+ "CLF": 4,
4266
+ "CLP": 0,
4267
+ "DEFAULT": 2,
4268
+ "DJF": 0,
4269
+ "ESP": 0,
4270
+ "GNF": 0,
4271
+ "HUF": 0,
4272
+ "IQD": 0,
4273
+ "IRR": 0,
4274
+ "ISK": 0,
4275
+ "ITL": 0,
4276
+ "JOD": 3,
4277
+ "JPY": 0,
4278
+ "KMF": 0,
4279
+ "KPW": 0,
4280
+ "KRW": 0,
4281
+ "KWD": 3,
4282
+ "LAK": 0,
4283
+ "LBP": 0,
4284
+ "LUF": 0,
4285
+ "LYD": 3,
4286
+ "MGA": 0,
4287
+ "MGF": 0,
4288
+ "MMK": 0,
4289
+ "MRO": 0,
4290
+ "OMR": 3,
4291
+ "PYG": 0,
4292
+ "RSD": 0,
4293
+ "RWF": 0,
4294
+ "SLL": 0,
4295
+ "SOS": 0,
4296
+ "STD": 0,
4297
+ "SYP": 0,
4298
+ "TMM": 0,
4299
+ "TND": 3,
4300
+ "TRL": 0,
4301
+ "TWD": 0,
4302
+ "UGX": 0,
4303
+ "UYI": 0,
4304
+ "UYW": 4,
4305
+ "VND": 0,
4306
+ "VUV": 0,
4307
+ "XAF": 0,
4308
+ "XOF": 0,
4309
+ "XPF": 0,
4310
+ "YER": 0,
4311
+ "ZMK": 0,
4312
+ "ZWD": 0
4313
+ },
2547
4314
  "plurals": {
2548
4315
  "one": "n = 1"
2549
4316
  },
@@ -2557,41 +4324,56 @@
2557
4324
  },
2558
4325
  "eras-gregorian": {
2559
4326
  "0": {
4327
+ "_code": "gregory-inverse",
4328
+ "_aliases": "bc bce",
2560
4329
  "_end": "0-12-31"
2561
4330
  },
2562
4331
  "1": {
4332
+ "_code": "gregory",
4333
+ "_aliases": "ad ce",
2563
4334
  "_start": "1-01-01"
2564
4335
  }
2565
4336
  },
2566
4337
  "eras-islamic": {
2567
4338
  "0": {
4339
+ "_code": "islamic",
4340
+ "_aliases": "ah",
2568
4341
  "_start": "622-7-15"
2569
4342
  }
2570
4343
  },
2571
4344
  "eras-persian": {
2572
4345
  "0": {
4346
+ "_code": "persian",
4347
+ "_aliases": "ap",
2573
4348
  "_start": "622-01-01"
2574
4349
  }
2575
4350
  },
2576
4351
  "eras-buddhist": {
2577
4352
  "0": {
4353
+ "_code": "buddhist",
4354
+ "_aliases": "be",
2578
4355
  "_start": "-542-01-01"
2579
4356
  }
2580
4357
  },
2581
4358
  "eras-japanese": {
2582
4359
  "232": {
4360
+ "_code": "meiji",
2583
4361
  "_start": "1868-9-8"
2584
4362
  },
2585
4363
  "233": {
4364
+ "_code": "taisho",
2586
4365
  "_start": "1912-7-30"
2587
4366
  },
2588
4367
  "234": {
4368
+ "_code": "showa",
2589
4369
  "_start": "1926-12-25"
2590
4370
  },
2591
4371
  "235": {
4372
+ "_code": "heisei",
2592
4373
  "_start": "1989-1-8"
2593
4374
  },
2594
4375
  "236": {
4376
+ "_code": "reiwa",
2595
4377
  "_start": "2019-5-1"
2596
4378
  }
2597
4379
  },