Sync Emojis

This commit is contained in:
bmarty 2023-03-20 00:03:22 +00:00 committed by GitHub
parent f08f3c1b02
commit 93f3174050
2 changed files with 78 additions and 2 deletions

View File

@ -13238,6 +13238,9 @@
"oclock",
"twelve",
"twelve_o_clock",
"00:00",
"0000",
"1200",
"time",
"noon",
"midnight",
@ -13258,6 +13261,9 @@
"twelve",
"twelve-thirty",
"twelve_thirty",
"00:30",
"0030",
"1230",
"time",
"late",
"early",
@ -13275,6 +13281,9 @@
"oclock",
"one",
"one_o_clock",
"100",
"13:00",
"1300",
"time",
"late",
"early",
@ -13292,6 +13301,9 @@
"one-thirty",
"thirty",
"one_thirty",
"130",
"13:30",
"1330",
"time",
"late",
"early",
@ -13309,6 +13321,9 @@
"oclock",
"two",
"two_o_clock",
"200",
"14:00",
"1400",
"time",
"late",
"early",
@ -13326,6 +13341,9 @@
"two",
"two-thirty",
"two_thirty",
"230",
"14:30",
"1430",
"time",
"late",
"early",
@ -13343,6 +13361,9 @@
"oclock",
"three",
"three_o_clock",
"300",
"15:00",
"1500",
"time",
"late",
"early",
@ -13360,6 +13381,9 @@
"three",
"three-thirty",
"three_thirty",
"330",
"15:30",
"1530",
"time",
"late",
"early",
@ -13377,6 +13401,9 @@
"four",
"oclock",
"four_o_clock",
"400",
"16:00",
"1600",
"time",
"late",
"early",
@ -13394,6 +13421,9 @@
"four-thirty",
"thirty",
"four_thirty",
"430",
"16:30",
"1630",
"time",
"late",
"early",
@ -13411,6 +13441,9 @@
"five",
"oclock",
"five_o_clock",
"500",
"17:00",
"1700",
"time",
"late",
"early",
@ -13428,6 +13461,9 @@
"five-thirty",
"thirty",
"five_thirty",
"530",
"17:30",
"1730",
"time",
"late",
"early",
@ -13445,6 +13481,9 @@
"oclock",
"six",
"six_o_clock",
"600",
"18:00",
"1800",
"time",
"late",
"early",
@ -13464,6 +13503,9 @@
"six-thirty",
"thirty",
"six_thirty",
"630",
"18:30",
"1830",
"time",
"late",
"early",
@ -13481,6 +13523,9 @@
"oclock",
"seven",
"seven_o_clock",
"700",
"19:00",
"1900",
"time",
"late",
"early",
@ -13498,6 +13543,9 @@
"seven-thirty",
"thirty",
"seven_thirty",
"730",
"19:30",
"1930",
"time",
"late",
"early",
@ -13515,6 +13563,9 @@
"eight",
"oclock",
"eight_o_clock",
"800",
"20:00",
"2000",
"time",
"late",
"early",
@ -13532,6 +13583,9 @@
"eight-thirty",
"thirty",
"eight_thirty",
"830",
"20:30",
"2030",
"time",
"late",
"early",
@ -13549,6 +13603,9 @@
"nine",
"oclock",
"nine_o_clock",
"900",
"21:00",
"2100",
"time",
"late",
"early",
@ -13566,6 +13623,9 @@
"nine-thirty",
"thirty",
"nine_thirty",
"930",
"21:30",
"2130",
"time",
"late",
"early",
@ -13583,6 +13643,9 @@
"oclock",
"ten",
"ten_o_clock",
"1000",
"22:00",
"2200",
"time",
"late",
"early",
@ -13600,6 +13663,9 @@
"ten-thirty",
"thirty",
"ten_thirty",
"1030",
"22:30",
"2230",
"time",
"late",
"early",
@ -13617,6 +13683,9 @@
"eleven",
"oclock",
"eleven_o_clock",
"1100",
"23:00",
"2300",
"time",
"late",
"early",
@ -13634,6 +13703,9 @@
"eleven-thirty",
"thirty",
"eleven_thirty",
"1130",
"23:30",
"2330",
"time",
"late",
"early",
@ -20066,7 +20138,11 @@
"1234",
"input",
"numbers",
"blue-square"
"blue-square",
"1",
"2",
"3",
"4"
]
},
"input-symbols": {

File diff suppressed because one or more lines are too long