Skip to content

Commit

Permalink
feat(@formatjs/icu-messageformat-parser): update CLDR to v43
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Ho committed Oct 16, 2023
1 parent 88bfce4 commit 1dc5582
Showing 1 changed file with 74 additions and 2 deletions.
76 changes: 74 additions & 2 deletions packages/icu-messageformat-parser/time-data.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ export const timeData: Record<string, string[]> = {
"hb",
"H"
],
"BI": [
"H",
"h"
],
"BJ": [
"H",
"hB"
Expand Down Expand Up @@ -168,6 +172,10 @@ export const timeData: Record<string, string[]> = {
"hb",
"hB"
],
"BY": [
"H",
"h"
],
"BZ": [
"H",
"h",
Expand Down Expand Up @@ -256,6 +264,10 @@ export const timeData: Record<string, string[]> = {
"H",
"hB"
],
"CW": [
"H",
"hB"
],
"CX": [
"H",
"h",
Expand Down Expand Up @@ -371,6 +383,10 @@ export const timeData: Record<string, string[]> = {
"H",
"hB"
],
"FO": [
"H",
"h"
],
"FR": [
"H",
"hB"
Expand Down Expand Up @@ -416,6 +432,10 @@ export const timeData: Record<string, string[]> = {
"hb",
"hB"
],
"GL": [
"H",
"h"
],
"GM": [
"h",
"hb",
Expand Down Expand Up @@ -480,6 +500,10 @@ export const timeData: Record<string, string[]> = {
"H",
"hB"
],
"HU": [
"H",
"h"
],
"IC": [
"H",
"h",
Expand Down Expand Up @@ -552,8 +576,8 @@ export const timeData: Record<string, string[]> = {
],
"JP": [
"H",
"h",
"K"
"K",
"h"
],
"KE": [
"hB",
Expand Down Expand Up @@ -704,6 +728,10 @@ export const timeData: Record<string, string[]> = {
"H",
"hB"
],
"MG": [
"H",
"h"
],
"MH": [
"h",
"hb",
Expand Down Expand Up @@ -759,6 +787,18 @@ export const timeData: Record<string, string[]> = {
"hb",
"hB"
],
"MT": [
"H",
"h"
],
"MU": [
"H",
"h"
],
"MV": [
"H",
"h"
],
"MW": [
"h",
"hb",
Expand Down Expand Up @@ -816,6 +856,10 @@ export const timeData: Record<string, string[]> = {
"H",
"hB"
],
"NO": [
"H",
"h"
],
"NP": [
"H",
"h",
Expand Down Expand Up @@ -877,6 +921,10 @@ export const timeData: Record<string, string[]> = {
"hB",
"H"
],
"PL": [
"H",
"h"
],
"PM": [
"H",
"hB"
Expand Down Expand Up @@ -935,6 +983,10 @@ export const timeData: Record<string, string[]> = {
"RU": [
"H"
],
"RW": [
"H",
"h"
],
"SA": [
"h",
"hB",
Expand Down Expand Up @@ -1067,12 +1119,24 @@ export const timeData: Record<string, string[]> = {
"H",
"hB"
],
"TH": [
"H",
"h"
],
"TJ": [
"H",
"h"
],
"TL": [
"H",
"hB",
"hb",
"h"
],
"TM": [
"H",
"h"
],
"TN": [
"h",
"hB",
Expand Down Expand Up @@ -1168,6 +1232,10 @@ export const timeData: Record<string, string[]> = {
"H",
"hB"
],
"VN": [
"H",
"h"
],
"VU": [
"h",
"H"
Expand Down Expand Up @@ -1207,6 +1275,10 @@ export const timeData: Record<string, string[]> = {
"H",
"hB"
],
"ZW": [
"H",
"h"
],
"af-ZA": [
"H",
"h",
Expand Down

0 comments on commit 1dc5582

Please sign in to comment.