meave
26 Marzo, 2026 14:55
1
Hola a todos,
Si intento insertarlo introduciendo :champagne, no se encuentra, sin embargo si introduzco
:cork, se muestra correctamente, y si pongo el ratón sobre él, está claramente
etiquetado como… ¡¡Champán!!
Eso es todo.
Gracias.
6 Me gusta
Falco
(Falco)
26 Marzo, 2026 15:03
2
Parece que tenemos que eliminar la línea en
"x_ray" => ["xray"],
"right_anger_bubble" => ["anger_right"],
"ballot_box" => ["ballot_box_with_ballot"],
"man_bouncing_ball" => %w[basketball_man],
"person_bouncing_ball" => %w[person_with_ball basketball_player],
"bellhop_bell" => ["bellhop"],
"biohazard" => ["biohazard_sign"],
"bow_and_arrow" => ["archery"],
"spiral_calendar" => %w[calendar_spiral spiral_calendar_pad],
"card_file_box" => ["card_box"],
"champagne" => ["bottle_with_popping_cork"],
"cheese" => ["cheese_wedge"],
"cityscape_at_dusk" => %w[city_sunset city_dusk],
"couch_and_lamp" => ["couch"],
"crayon" => ["lower_left_crayon"],
"cricket_game" => %w[cricket_bat_and_ball cricket_bat_ball],
"latin_cross" => ["cross"],
"dagger" => ["dagger_knife"],
"desktop_computer" => ["desktop"],
"card_index_dividers" => ["dividers"],
"dove" => ["dove_of_peace"],
porque la inversa ya está ahí, y no hay un emoji real llamado champagne.
¿Qué opinas @j.jaffeux ?
2 Me gusta