@formatjs/intl-locale 4.1.0 → 4.2.0

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.
@@ -37,7 +37,7 @@ export declare const calendars: {
37
37
  readonly PK: readonly ["gregorian", "islamic", "islamic-civil", "islamic-tbla"];
38
38
  readonly PS: readonly ["gregorian", "islamic", "islamic-civil", "islamic-tbla"];
39
39
  readonly QA: readonly ["gregorian", "islamic-umalqura", "islamic", "islamic-civil", "islamic-tbla"];
40
- readonly SA: readonly ["islamic-umalqura", "gregorian", "islamic", "islamic-rgsa"];
40
+ readonly SA: readonly ["gregorian", "islamic-umalqura", "islamic", "islamic-rgsa"];
41
41
  readonly SD: readonly ["gregorian", "islamic", "islamic-civil", "islamic-tbla"];
42
42
  readonly SG: readonly ["gregorian", "chinese"];
43
43
  readonly SY: readonly ["gregorian", "islamic", "islamic-civil", "islamic-tbla"];
@@ -219,8 +219,8 @@ exports.calendars = {
219
219
  "islamic-tbla"
220
220
  ],
221
221
  "SA": [
222
- "islamic-umalqura",
223
222
  "gregorian",
223
+ "islamic-umalqura",
224
224
  "islamic",
225
225
  "islamic-rgsa"
226
226
  ],
@@ -398,6 +398,9 @@ export declare const characterOrders: {
398
398
  readonly jmc: "left-to-right";
399
399
  readonly jv: "left-to-right";
400
400
  readonly ka: "left-to-right";
401
+ readonly kaa: "left-to-right";
402
+ readonly "kaa-Cyrl": "left-to-right";
403
+ readonly "kaa-Latn": "left-to-right";
401
404
  readonly kab: "left-to-right";
402
405
  readonly kaj: "left-to-right";
403
406
  readonly kam: "left-to-right";
@@ -409,6 +412,9 @@ export declare const characterOrders: {
409
412
  readonly khq: "left-to-right";
410
413
  readonly ki: "left-to-right";
411
414
  readonly kk: "left-to-right";
415
+ readonly "kk-Arab": "right-to-left";
416
+ readonly "kk-Cyrl": "left-to-right";
417
+ readonly "kk-KZ": "left-to-right";
412
418
  readonly kkj: "left-to-right";
413
419
  readonly kl: "left-to-right";
414
420
  readonly kln: "left-to-right";
@@ -418,6 +424,8 @@ export declare const characterOrders: {
418
424
  readonly "ko-CN": "left-to-right";
419
425
  readonly "ko-KP": "left-to-right";
420
426
  readonly kok: "left-to-right";
427
+ readonly "kok-Deva": "left-to-right";
428
+ readonly "kok-Latn": "left-to-right";
421
429
  readonly kpe: "left-to-right";
422
430
  readonly "kpe-GN": "left-to-right";
423
431
  readonly ks: "right-to-left";
@@ -440,6 +448,7 @@ export declare const characterOrders: {
440
448
  readonly lg: "left-to-right";
441
449
  readonly lij: "left-to-right";
442
450
  readonly lkt: "left-to-right";
451
+ readonly lld: "left-to-right";
443
452
  readonly lmo: "left-to-right";
444
453
  readonly ln: "left-to-right";
445
454
  readonly "ln-AO": "left-to-right";
@@ -449,6 +458,7 @@ export declare const characterOrders: {
449
458
  readonly lrc: "right-to-left";
450
459
  readonly "lrc-IQ": "right-to-left";
451
460
  readonly lt: "left-to-right";
461
+ readonly ltg: "left-to-right";
452
462
  readonly lu: "left-to-right";
453
463
  readonly luo: "left-to-right";
454
464
  readonly luy: "left-to-right";
@@ -462,6 +472,7 @@ export declare const characterOrders: {
462
472
  readonly mg: "left-to-right";
463
473
  readonly mgh: "left-to-right";
464
474
  readonly mgo: "left-to-right";
475
+ readonly mhn: "left-to-right";
465
476
  readonly mi: "left-to-right";
466
477
  readonly mic: "left-to-right";
467
478
  readonly mk: "left-to-right";
@@ -698,16 +709,20 @@ export declare const characterOrders: {
698
709
  readonly yue: "left-to-right";
699
710
  readonly "yue-Hans": "left-to-right";
700
711
  readonly "yue-Hant": "left-to-right";
712
+ readonly "yue-Hant-CN": "left-to-right";
701
713
  readonly za: "left-to-right";
702
714
  readonly zgh: "left-to-right";
703
715
  readonly zh: "left-to-right";
704
716
  readonly "zh-Hans": "left-to-right";
705
717
  readonly "zh-Hans-HK": "left-to-right";
706
718
  readonly "zh-Hans-MO": "left-to-right";
719
+ readonly "zh-Hans-MY": "left-to-right";
707
720
  readonly "zh-Hans-SG": "left-to-right";
708
721
  readonly "zh-Hant": "left-to-right";
709
722
  readonly "zh-Hant-HK": "left-to-right";
710
723
  readonly "zh-Hant-MO": "left-to-right";
724
+ readonly "zh-Hant-MY": "left-to-right";
725
+ readonly "zh-Latn": "left-to-right";
711
726
  readonly zu: "left-to-right";
712
727
  };
713
728
  export type CharacterOrdersKey = keyof typeof characterOrders;
@@ -403,6 +403,9 @@ exports.characterOrders = {
403
403
  "jmc": "left-to-right",
404
404
  "jv": "left-to-right",
405
405
  "ka": "left-to-right",
406
+ "kaa": "left-to-right",
407
+ "kaa-Cyrl": "left-to-right",
408
+ "kaa-Latn": "left-to-right",
406
409
  "kab": "left-to-right",
407
410
  "kaj": "left-to-right",
408
411
  "kam": "left-to-right",
@@ -414,6 +417,9 @@ exports.characterOrders = {
414
417
  "khq": "left-to-right",
415
418
  "ki": "left-to-right",
416
419
  "kk": "left-to-right",
420
+ "kk-Arab": "right-to-left",
421
+ "kk-Cyrl": "left-to-right",
422
+ "kk-KZ": "left-to-right",
417
423
  "kkj": "left-to-right",
418
424
  "kl": "left-to-right",
419
425
  "kln": "left-to-right",
@@ -423,6 +429,8 @@ exports.characterOrders = {
423
429
  "ko-CN": "left-to-right",
424
430
  "ko-KP": "left-to-right",
425
431
  "kok": "left-to-right",
432
+ "kok-Deva": "left-to-right",
433
+ "kok-Latn": "left-to-right",
426
434
  "kpe": "left-to-right",
427
435
  "kpe-GN": "left-to-right",
428
436
  "ks": "right-to-left",
@@ -445,6 +453,7 @@ exports.characterOrders = {
445
453
  "lg": "left-to-right",
446
454
  "lij": "left-to-right",
447
455
  "lkt": "left-to-right",
456
+ "lld": "left-to-right",
448
457
  "lmo": "left-to-right",
449
458
  "ln": "left-to-right",
450
459
  "ln-AO": "left-to-right",
@@ -454,6 +463,7 @@ exports.characterOrders = {
454
463
  "lrc": "right-to-left",
455
464
  "lrc-IQ": "right-to-left",
456
465
  "lt": "left-to-right",
466
+ "ltg": "left-to-right",
457
467
  "lu": "left-to-right",
458
468
  "luo": "left-to-right",
459
469
  "luy": "left-to-right",
@@ -467,6 +477,7 @@ exports.characterOrders = {
467
477
  "mg": "left-to-right",
468
478
  "mgh": "left-to-right",
469
479
  "mgo": "left-to-right",
480
+ "mhn": "left-to-right",
470
481
  "mi": "left-to-right",
471
482
  "mic": "left-to-right",
472
483
  "mk": "left-to-right",
@@ -703,15 +714,19 @@ exports.characterOrders = {
703
714
  "yue": "left-to-right",
704
715
  "yue-Hans": "left-to-right",
705
716
  "yue-Hant": "left-to-right",
717
+ "yue-Hant-CN": "left-to-right",
706
718
  "za": "left-to-right",
707
719
  "zgh": "left-to-right",
708
720
  "zh": "left-to-right",
709
721
  "zh-Hans": "left-to-right",
710
722
  "zh-Hans-HK": "left-to-right",
711
723
  "zh-Hans-MO": "left-to-right",
724
+ "zh-Hans-MY": "left-to-right",
712
725
  "zh-Hans-SG": "left-to-right",
713
726
  "zh-Hant": "left-to-right",
714
727
  "zh-Hant-HK": "left-to-right",
715
728
  "zh-Hant-MO": "left-to-right",
729
+ "zh-Hant-MY": "left-to-right",
730
+ "zh-Latn": "left-to-right",
716
731
  "zu": "left-to-right"
717
732
  };
@@ -254,6 +254,9 @@ export declare const hourCycles: {
254
254
  readonly "ar-001": readonly ["h12", "h23"];
255
255
  readonly "ca-ES": readonly ["h23", "h12"];
256
256
  readonly "en-001": readonly ["h12", "h23"];
257
+ readonly "en-HK": readonly ["h12", "h23"];
258
+ readonly "en-IL": readonly ["h23", "h12"];
259
+ readonly "en-MY": readonly ["h12", "h23"];
257
260
  readonly "es-BR": readonly ["h23", "h12"];
258
261
  readonly "es-ES": readonly ["h23", "h12"];
259
262
  readonly "es-GQ": readonly ["h23", "h12"];
@@ -965,6 +965,18 @@ exports.hourCycles = {
965
965
  "h12",
966
966
  "h23"
967
967
  ],
968
+ "en-HK": [
969
+ "h12",
970
+ "h23"
971
+ ],
972
+ "en-IL": [
973
+ "h23",
974
+ "h12"
975
+ ],
976
+ "en-MY": [
977
+ "h12",
978
+ "h23"
979
+ ],
968
980
  "es-BR": [
969
981
  "h23",
970
982
  "h12"
@@ -37,7 +37,7 @@ export declare const calendars: {
37
37
  readonly PK: readonly ["gregorian", "islamic", "islamic-civil", "islamic-tbla"];
38
38
  readonly PS: readonly ["gregorian", "islamic", "islamic-civil", "islamic-tbla"];
39
39
  readonly QA: readonly ["gregorian", "islamic-umalqura", "islamic", "islamic-civil", "islamic-tbla"];
40
- readonly SA: readonly ["islamic-umalqura", "gregorian", "islamic", "islamic-rgsa"];
40
+ readonly SA: readonly ["gregorian", "islamic-umalqura", "islamic", "islamic-rgsa"];
41
41
  readonly SD: readonly ["gregorian", "islamic", "islamic-civil", "islamic-tbla"];
42
42
  readonly SG: readonly ["gregorian", "chinese"];
43
43
  readonly SY: readonly ["gregorian", "islamic", "islamic-civil", "islamic-tbla"];
@@ -216,8 +216,8 @@ export var calendars = {
216
216
  "islamic-tbla"
217
217
  ],
218
218
  "SA": [
219
- "islamic-umalqura",
220
219
  "gregorian",
220
+ "islamic-umalqura",
221
221
  "islamic",
222
222
  "islamic-rgsa"
223
223
  ],
@@ -398,6 +398,9 @@ export declare const characterOrders: {
398
398
  readonly jmc: "left-to-right";
399
399
  readonly jv: "left-to-right";
400
400
  readonly ka: "left-to-right";
401
+ readonly kaa: "left-to-right";
402
+ readonly "kaa-Cyrl": "left-to-right";
403
+ readonly "kaa-Latn": "left-to-right";
401
404
  readonly kab: "left-to-right";
402
405
  readonly kaj: "left-to-right";
403
406
  readonly kam: "left-to-right";
@@ -409,6 +412,9 @@ export declare const characterOrders: {
409
412
  readonly khq: "left-to-right";
410
413
  readonly ki: "left-to-right";
411
414
  readonly kk: "left-to-right";
415
+ readonly "kk-Arab": "right-to-left";
416
+ readonly "kk-Cyrl": "left-to-right";
417
+ readonly "kk-KZ": "left-to-right";
412
418
  readonly kkj: "left-to-right";
413
419
  readonly kl: "left-to-right";
414
420
  readonly kln: "left-to-right";
@@ -418,6 +424,8 @@ export declare const characterOrders: {
418
424
  readonly "ko-CN": "left-to-right";
419
425
  readonly "ko-KP": "left-to-right";
420
426
  readonly kok: "left-to-right";
427
+ readonly "kok-Deva": "left-to-right";
428
+ readonly "kok-Latn": "left-to-right";
421
429
  readonly kpe: "left-to-right";
422
430
  readonly "kpe-GN": "left-to-right";
423
431
  readonly ks: "right-to-left";
@@ -440,6 +448,7 @@ export declare const characterOrders: {
440
448
  readonly lg: "left-to-right";
441
449
  readonly lij: "left-to-right";
442
450
  readonly lkt: "left-to-right";
451
+ readonly lld: "left-to-right";
443
452
  readonly lmo: "left-to-right";
444
453
  readonly ln: "left-to-right";
445
454
  readonly "ln-AO": "left-to-right";
@@ -449,6 +458,7 @@ export declare const characterOrders: {
449
458
  readonly lrc: "right-to-left";
450
459
  readonly "lrc-IQ": "right-to-left";
451
460
  readonly lt: "left-to-right";
461
+ readonly ltg: "left-to-right";
452
462
  readonly lu: "left-to-right";
453
463
  readonly luo: "left-to-right";
454
464
  readonly luy: "left-to-right";
@@ -462,6 +472,7 @@ export declare const characterOrders: {
462
472
  readonly mg: "left-to-right";
463
473
  readonly mgh: "left-to-right";
464
474
  readonly mgo: "left-to-right";
475
+ readonly mhn: "left-to-right";
465
476
  readonly mi: "left-to-right";
466
477
  readonly mic: "left-to-right";
467
478
  readonly mk: "left-to-right";
@@ -698,16 +709,20 @@ export declare const characterOrders: {
698
709
  readonly yue: "left-to-right";
699
710
  readonly "yue-Hans": "left-to-right";
700
711
  readonly "yue-Hant": "left-to-right";
712
+ readonly "yue-Hant-CN": "left-to-right";
701
713
  readonly za: "left-to-right";
702
714
  readonly zgh: "left-to-right";
703
715
  readonly zh: "left-to-right";
704
716
  readonly "zh-Hans": "left-to-right";
705
717
  readonly "zh-Hans-HK": "left-to-right";
706
718
  readonly "zh-Hans-MO": "left-to-right";
719
+ readonly "zh-Hans-MY": "left-to-right";
707
720
  readonly "zh-Hans-SG": "left-to-right";
708
721
  readonly "zh-Hant": "left-to-right";
709
722
  readonly "zh-Hant-HK": "left-to-right";
710
723
  readonly "zh-Hant-MO": "left-to-right";
724
+ readonly "zh-Hant-MY": "left-to-right";
725
+ readonly "zh-Latn": "left-to-right";
711
726
  readonly zu: "left-to-right";
712
727
  };
713
728
  export type CharacterOrdersKey = keyof typeof characterOrders;
@@ -400,6 +400,9 @@ export var characterOrders = {
400
400
  "jmc": "left-to-right",
401
401
  "jv": "left-to-right",
402
402
  "ka": "left-to-right",
403
+ "kaa": "left-to-right",
404
+ "kaa-Cyrl": "left-to-right",
405
+ "kaa-Latn": "left-to-right",
403
406
  "kab": "left-to-right",
404
407
  "kaj": "left-to-right",
405
408
  "kam": "left-to-right",
@@ -411,6 +414,9 @@ export var characterOrders = {
411
414
  "khq": "left-to-right",
412
415
  "ki": "left-to-right",
413
416
  "kk": "left-to-right",
417
+ "kk-Arab": "right-to-left",
418
+ "kk-Cyrl": "left-to-right",
419
+ "kk-KZ": "left-to-right",
414
420
  "kkj": "left-to-right",
415
421
  "kl": "left-to-right",
416
422
  "kln": "left-to-right",
@@ -420,6 +426,8 @@ export var characterOrders = {
420
426
  "ko-CN": "left-to-right",
421
427
  "ko-KP": "left-to-right",
422
428
  "kok": "left-to-right",
429
+ "kok-Deva": "left-to-right",
430
+ "kok-Latn": "left-to-right",
423
431
  "kpe": "left-to-right",
424
432
  "kpe-GN": "left-to-right",
425
433
  "ks": "right-to-left",
@@ -442,6 +450,7 @@ export var characterOrders = {
442
450
  "lg": "left-to-right",
443
451
  "lij": "left-to-right",
444
452
  "lkt": "left-to-right",
453
+ "lld": "left-to-right",
445
454
  "lmo": "left-to-right",
446
455
  "ln": "left-to-right",
447
456
  "ln-AO": "left-to-right",
@@ -451,6 +460,7 @@ export var characterOrders = {
451
460
  "lrc": "right-to-left",
452
461
  "lrc-IQ": "right-to-left",
453
462
  "lt": "left-to-right",
463
+ "ltg": "left-to-right",
454
464
  "lu": "left-to-right",
455
465
  "luo": "left-to-right",
456
466
  "luy": "left-to-right",
@@ -464,6 +474,7 @@ export var characterOrders = {
464
474
  "mg": "left-to-right",
465
475
  "mgh": "left-to-right",
466
476
  "mgo": "left-to-right",
477
+ "mhn": "left-to-right",
467
478
  "mi": "left-to-right",
468
479
  "mic": "left-to-right",
469
480
  "mk": "left-to-right",
@@ -700,15 +711,19 @@ export var characterOrders = {
700
711
  "yue": "left-to-right",
701
712
  "yue-Hans": "left-to-right",
702
713
  "yue-Hant": "left-to-right",
714
+ "yue-Hant-CN": "left-to-right",
703
715
  "za": "left-to-right",
704
716
  "zgh": "left-to-right",
705
717
  "zh": "left-to-right",
706
718
  "zh-Hans": "left-to-right",
707
719
  "zh-Hans-HK": "left-to-right",
708
720
  "zh-Hans-MO": "left-to-right",
721
+ "zh-Hans-MY": "left-to-right",
709
722
  "zh-Hans-SG": "left-to-right",
710
723
  "zh-Hant": "left-to-right",
711
724
  "zh-Hant-HK": "left-to-right",
712
725
  "zh-Hant-MO": "left-to-right",
726
+ "zh-Hant-MY": "left-to-right",
727
+ "zh-Latn": "left-to-right",
713
728
  "zu": "left-to-right"
714
729
  };
@@ -254,6 +254,9 @@ export declare const hourCycles: {
254
254
  readonly "ar-001": readonly ["h12", "h23"];
255
255
  readonly "ca-ES": readonly ["h23", "h12"];
256
256
  readonly "en-001": readonly ["h12", "h23"];
257
+ readonly "en-HK": readonly ["h12", "h23"];
258
+ readonly "en-IL": readonly ["h23", "h12"];
259
+ readonly "en-MY": readonly ["h12", "h23"];
257
260
  readonly "es-BR": readonly ["h23", "h12"];
258
261
  readonly "es-ES": readonly ["h23", "h12"];
259
262
  readonly "es-GQ": readonly ["h23", "h12"];
@@ -962,6 +962,18 @@ export var hourCycles = {
962
962
  "h12",
963
963
  "h23"
964
964
  ],
965
+ "en-HK": [
966
+ "h12",
967
+ "h23"
968
+ ],
969
+ "en-IL": [
970
+ "h23",
971
+ "h12"
972
+ ],
973
+ "en-MY": [
974
+ "h12",
975
+ "h23"
976
+ ],
965
977
  "es-BR": [
966
978
  "h23",
967
979
  "h12"
@@ -11,7 +11,7 @@ export declare const numberingSystems: {
11
11
  readonly an: readonly ["latn"];
12
12
  readonly ann: readonly ["latn"];
13
13
  readonly apc: readonly ["latn"];
14
- readonly ar: readonly ["arab"];
14
+ readonly ar: readonly ["latn", "arab"];
15
15
  readonly "ar-AE": readonly ["latn", "arab"];
16
16
  readonly "ar-BH": readonly ["arab"];
17
17
  readonly "ar-DJ": readonly ["arab"];
@@ -398,6 +398,9 @@ export declare const numberingSystems: {
398
398
  readonly jmc: readonly ["latn"];
399
399
  readonly jv: readonly ["latn", "java"];
400
400
  readonly ka: readonly ["latn", "geor"];
401
+ readonly kaa: readonly ["latn"];
402
+ readonly "kaa-Cyrl": readonly ["latn"];
403
+ readonly "kaa-Latn": readonly ["latn"];
401
404
  readonly kab: readonly ["latn"];
402
405
  readonly kaj: readonly ["latn"];
403
406
  readonly kam: readonly ["latn"];
@@ -409,6 +412,9 @@ export declare const numberingSystems: {
409
412
  readonly khq: readonly ["latn"];
410
413
  readonly ki: readonly ["latn"];
411
414
  readonly kk: readonly ["latn"];
415
+ readonly "kk-Arab": readonly ["latn"];
416
+ readonly "kk-Cyrl": readonly ["latn"];
417
+ readonly "kk-KZ": readonly ["latn"];
412
418
  readonly kkj: readonly ["latn"];
413
419
  readonly kl: readonly ["latn"];
414
420
  readonly kln: readonly ["latn"];
@@ -418,6 +424,8 @@ export declare const numberingSystems: {
418
424
  readonly "ko-CN": readonly ["latn"];
419
425
  readonly "ko-KP": readonly ["latn"];
420
426
  readonly kok: readonly ["latn", "deva"];
427
+ readonly "kok-Deva": readonly ["latn", "deva"];
428
+ readonly "kok-Latn": readonly ["latn"];
421
429
  readonly kpe: readonly ["latn"];
422
430
  readonly "kpe-GN": readonly ["latn"];
423
431
  readonly ks: readonly ["arabext"];
@@ -440,6 +448,7 @@ export declare const numberingSystems: {
440
448
  readonly lg: readonly ["latn"];
441
449
  readonly lij: readonly ["latn"];
442
450
  readonly lkt: readonly ["latn"];
451
+ readonly lld: readonly ["latn"];
443
452
  readonly lmo: readonly ["latn"];
444
453
  readonly ln: readonly ["latn"];
445
454
  readonly "ln-AO": readonly ["latn"];
@@ -449,6 +458,7 @@ export declare const numberingSystems: {
449
458
  readonly lrc: readonly ["arabext"];
450
459
  readonly "lrc-IQ": readonly ["arabext"];
451
460
  readonly lt: readonly ["latn"];
461
+ readonly ltg: readonly ["latn"];
452
462
  readonly lu: readonly ["latn"];
453
463
  readonly luo: readonly ["latn"];
454
464
  readonly luy: readonly ["latn"];
@@ -462,6 +472,7 @@ export declare const numberingSystems: {
462
472
  readonly mg: readonly ["latn"];
463
473
  readonly mgh: readonly ["latn"];
464
474
  readonly mgo: readonly ["latn"];
475
+ readonly mhn: readonly ["latn"];
465
476
  readonly mi: readonly ["latn"];
466
477
  readonly mic: readonly ["latn"];
467
478
  readonly mk: readonly ["latn"];
@@ -698,16 +709,20 @@ export declare const numberingSystems: {
698
709
  readonly yue: readonly ["latn", "hanidec", "hant", "hantfin"];
699
710
  readonly "yue-Hans": readonly ["latn", "hanidec", "hans", "hansfin"];
700
711
  readonly "yue-Hant": readonly ["latn", "hanidec", "hant", "hantfin"];
712
+ readonly "yue-Hant-CN": readonly ["latn", "hanidec", "hant", "hantfin"];
701
713
  readonly za: readonly ["latn"];
702
714
  readonly zgh: readonly ["latn"];
703
715
  readonly zh: readonly ["latn", "hanidec", "hans", "hansfin"];
704
716
  readonly "zh-Hans": readonly ["latn", "hanidec", "hans", "hansfin"];
705
717
  readonly "zh-Hans-HK": readonly ["latn", "hanidec", "hans", "hansfin"];
706
718
  readonly "zh-Hans-MO": readonly ["latn", "hanidec", "hans", "hansfin"];
719
+ readonly "zh-Hans-MY": readonly ["latn", "hanidec", "hans", "hansfin"];
707
720
  readonly "zh-Hans-SG": readonly ["latn", "hanidec", "hans", "hansfin"];
708
721
  readonly "zh-Hant": readonly ["latn", "hanidec", "hant", "hantfin"];
709
722
  readonly "zh-Hant-HK": readonly ["latn", "hanidec", "hant", "hantfin"];
710
723
  readonly "zh-Hant-MO": readonly ["latn", "hanidec", "hant", "hantfin"];
724
+ readonly "zh-Hant-MY": readonly ["latn", "hanidec", "hant", "hantfin"];
725
+ readonly "zh-Latn": readonly ["latn"];
711
726
  readonly zu: readonly ["latn"];
712
727
  };
713
728
  export type NumberingSystemsKey = keyof typeof numberingSystems;
@@ -39,6 +39,7 @@ export var numberingSystems = {
39
39
  "latn"
40
40
  ],
41
41
  "ar": [
42
+ "latn",
42
43
  "arab"
43
44
  ],
44
45
  "ar-AE": [
@@ -1230,6 +1231,15 @@ export var numberingSystems = {
1230
1231
  "latn",
1231
1232
  "geor"
1232
1233
  ],
1234
+ "kaa": [
1235
+ "latn"
1236
+ ],
1237
+ "kaa-Cyrl": [
1238
+ "latn"
1239
+ ],
1240
+ "kaa-Latn": [
1241
+ "latn"
1242
+ ],
1233
1243
  "kab": [
1234
1244
  "latn"
1235
1245
  ],
@@ -1263,6 +1273,15 @@ export var numberingSystems = {
1263
1273
  "kk": [
1264
1274
  "latn"
1265
1275
  ],
1276
+ "kk-Arab": [
1277
+ "latn"
1278
+ ],
1279
+ "kk-Cyrl": [
1280
+ "latn"
1281
+ ],
1282
+ "kk-KZ": [
1283
+ "latn"
1284
+ ],
1266
1285
  "kkj": [
1267
1286
  "latn"
1268
1287
  ],
@@ -1293,6 +1312,13 @@ export var numberingSystems = {
1293
1312
  "latn",
1294
1313
  "deva"
1295
1314
  ],
1315
+ "kok-Deva": [
1316
+ "latn",
1317
+ "deva"
1318
+ ],
1319
+ "kok-Latn": [
1320
+ "latn"
1321
+ ],
1296
1322
  "kpe": [
1297
1323
  "latn"
1298
1324
  ],
@@ -1362,6 +1388,9 @@ export var numberingSystems = {
1362
1388
  "lkt": [
1363
1389
  "latn"
1364
1390
  ],
1391
+ "lld": [
1392
+ "latn"
1393
+ ],
1365
1394
  "lmo": [
1366
1395
  "latn"
1367
1396
  ],
@@ -1390,6 +1419,9 @@ export var numberingSystems = {
1390
1419
  "lt": [
1391
1420
  "latn"
1392
1421
  ],
1422
+ "ltg": [
1423
+ "latn"
1424
+ ],
1393
1425
  "lu": [
1394
1426
  "latn"
1395
1427
  ],
@@ -1430,6 +1462,9 @@ export var numberingSystems = {
1430
1462
  "mgo": [
1431
1463
  "latn"
1432
1464
  ],
1465
+ "mhn": [
1466
+ "latn"
1467
+ ],
1433
1468
  "mi": [
1434
1469
  "latn"
1435
1470
  ],
@@ -2183,6 +2218,12 @@ export var numberingSystems = {
2183
2218
  "hant",
2184
2219
  "hantfin"
2185
2220
  ],
2221
+ "yue-Hant-CN": [
2222
+ "latn",
2223
+ "hanidec",
2224
+ "hant",
2225
+ "hantfin"
2226
+ ],
2186
2227
  "za": [
2187
2228
  "latn"
2188
2229
  ],
@@ -2213,6 +2254,12 @@ export var numberingSystems = {
2213
2254
  "hans",
2214
2255
  "hansfin"
2215
2256
  ],
2257
+ "zh-Hans-MY": [
2258
+ "latn",
2259
+ "hanidec",
2260
+ "hans",
2261
+ "hansfin"
2262
+ ],
2216
2263
  "zh-Hans-SG": [
2217
2264
  "latn",
2218
2265
  "hanidec",
@@ -2237,6 +2284,15 @@ export var numberingSystems = {
2237
2284
  "hant",
2238
2285
  "hantfin"
2239
2286
  ],
2287
+ "zh-Hant-MY": [
2288
+ "latn",
2289
+ "hanidec",
2290
+ "hant",
2291
+ "hantfin"
2292
+ ],
2293
+ "zh-Latn": [
2294
+ "latn"
2295
+ ],
2240
2296
  "zu": [
2241
2297
  "latn"
2242
2298
  ]
@@ -47,7 +47,7 @@ export declare const timezones: {
47
47
  readonly cn: readonly ["Asia/Shanghai", "Asia/Shanghai", "Asia/Urumqi", "Asia/Shanghai", "Asia/Urumqi"];
48
48
  readonly co: readonly ["America/Bogota"];
49
49
  readonly cr: readonly ["America/Costa_Rica"];
50
- readonly cs: readonly ["CST6CDT"];
50
+ readonly cs: readonly ["America/Chicago"];
51
51
  readonly cu: readonly ["America/Havana"];
52
52
  readonly cv: readonly ["Atlantic/Cape_Verde"];
53
53
  readonly cx: readonly ["Indian/Christmas"];
@@ -64,7 +64,7 @@ export declare const timezones: {
64
64
  readonly eg: readonly ["Africa/Cairo"];
65
65
  readonly eh: readonly ["Africa/El_Aaiun"];
66
66
  readonly er: readonly ["Africa/Asmera"];
67
- readonly es: readonly ["Africa/Ceuta", "Atlantic/Canary", "Europe/Madrid", "EST5EDT"];
67
+ readonly es: readonly ["Africa/Ceuta", "Atlantic/Canary", "Europe/Madrid", "America/New_York"];
68
68
  readonly et: readonly ["Africa/Addis_Ababa"];
69
69
  readonly fi: readonly ["Europe/Helsinki", "Europe/Mariehamn"];
70
70
  readonly fj: readonly ["Pacific/Fiji"];
@@ -141,12 +141,12 @@ export declare const timezones: {
141
141
  readonly mk: readonly ["Europe/Skopje"];
142
142
  readonly ml: readonly ["Africa/Bamako"];
143
143
  readonly mm: readonly ["Asia/Rangoon"];
144
- readonly mn: readonly ["Asia/Choibalsan", "Asia/Hovd", "Asia/Ulaanbaatar"];
144
+ readonly mn: readonly ["Asia/Ulaanbaatar", "Asia/Hovd", "Asia/Ulaanbaatar"];
145
145
  readonly mo: readonly ["Asia/Macau"];
146
146
  readonly mp: readonly ["Pacific/Saipan"];
147
147
  readonly mq: readonly ["America/Martinique"];
148
148
  readonly mr: readonly ["Africa/Nouakchott"];
149
- readonly ms: readonly ["America/Montserrat", "MST7MDT"];
149
+ readonly ms: readonly ["America/Montserrat", "America/Denver"];
150
150
  readonly mt: readonly ["Europe/Malta"];
151
151
  readonly mu: readonly ["Indian/Mauritius"];
152
152
  readonly mv: readonly ["Indian/Maldives"];
@@ -177,7 +177,7 @@ export declare const timezones: {
177
177
  readonly pm: readonly ["America/Miquelon"];
178
178
  readonly pn: readonly ["Pacific/Pitcairn"];
179
179
  readonly pr: readonly ["America/Puerto_Rico"];
180
- readonly ps: readonly ["PST8PDT"];
180
+ readonly ps: readonly ["America/Los_Angeles"];
181
181
  readonly pt: readonly ["Atlantic/Madeira", "Europe/Lisbon", "Atlantic/Azores"];
182
182
  readonly pw: readonly ["Pacific/Palau"];
183
183
  readonly py: readonly ["America/Asuncion"];