Skip to content

Commit

Permalink
Add 'Heart on Fire' emoji (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yotamho authored Jan 22, 2025
1 parent f309321 commit acaa130
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/locales/emoji_set_de.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4176,6 +4176,10 @@ const List<CategoryEmoji> emojiSetGerman = [
'💔',
'allein | gebrochen | Gefühl | Herz | Herzschmerz | Liebeskummer | Schmerz | traurig | Trennung | zerbrochen',
),
Emoji(
'❤️‍🔥',
'emotion | Herz | Feuer | feurig | Liebe | rot',
),
Emoji(
'❤️',
'Herz | rotes Herz ',
Expand Down
4 changes: 4 additions & 0 deletions lib/locales/emoji_set_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4154,6 +4154,10 @@ const List<CategoryEmoji> emojiSetEnglish = [
'💔',
'break | broken | crushed | emotion | heart | heartbroken | lonely | sad',
),
Emoji(
'❤️‍🔥',
'emotion | heart | fire | fiery | love | red',
),
Emoji(
'❤️',
'emotion | heart | love | red ',
Expand Down
4 changes: 4 additions & 0 deletions lib/locales/emoji_set_es.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4147,6 +4147,10 @@ const List<CategoryEmoji> emojiSetSpanish = [
'💔',
'corazón | emoción | partido | roto',
),
Emoji(
'❤️‍🔥',
'corazón | emoción | rojo | fuego | ardiente',
),
Emoji(
'❤️',
'corazón | emoción | rojo ',
Expand Down
4 changes: 4 additions & 0 deletions lib/locales/emoji_set_fr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4205,6 +4205,10 @@ const List<CategoryEmoji> emojiSetFrance = [
'💔',
'amour | cœur | cœur brisé | malheureux | sentiment | séparé | triste',
),
Emoji(
'❤️‍🔥',
'amour | cœur | rouge | sentiment | feu | enflammé',
),
Emoji(
'❤️',
'amour | cœur | cœur rouge | sentiment ',
Expand Down
4 changes: 4 additions & 0 deletions lib/locales/emoji_set_hi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4173,6 +4173,10 @@ const List<CategoryEmoji> emojiSetHindi = [
'💔',
'उदास | टूटना | टूटा दिल | टूटा हुआ | दिल | भावना',
),
Emoji(
'❤️‍🔥',
'भावना | दिल | आग | प्रज्वलित | प्यार | लाल',
),
Emoji(
'❤️',
'दिल | लाल दिल ',
Expand Down
4 changes: 4 additions & 0 deletions lib/locales/emoji_set_it.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4245,6 +4245,10 @@ const List<CategoryEmoji> emojiSetItalian = [
'💔',
'amore | amore finito | cuore | emozione | infranto | spezzato | triste',
),
Emoji(
'❤️‍🔥',
'amore | cuore | cuoricino | emozione | rosso | fuoco | infuocato',
),
Emoji(
'❤️',
'amore | cuore | cuoricino | emozione | rosso ',
Expand Down
6 changes: 5 additions & 1 deletion lib/locales/emoji_set_ja.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4059,9 +4059,13 @@ const List<CategoryEmoji> emojiSetJapanese = [
'💔',
'ハート | ハートブレイク | 別れ | 別れた | 割れたハート | 壊れたハート | 失恋',
),
Emoji(
'❤️‍🔥',
'ハート | 愛 | 赤 | 赤いハート | 火 | 火炎',
),
Emoji(
'❤️',
'ハート | 愛 | 赤 | 赤いハート ',
'ハート | 愛 | 赤 | 赤いハート',
),
Emoji(
'🧡',
Expand Down
4 changes: 4 additions & 0 deletions lib/locales/emoji_set_pt.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4200,6 +4200,10 @@ const List<CategoryEmoji> emojiSetPortuguese = [
'💔',
'coração | coração partido | coração quebrado | decepção amorosa | desilusão amorosa | emoção | rompimento | s2 | sofrendo | sofrimento | triste',
),
Emoji(
'❤️‍🔥',
'amor | coração | coração vermelho | s2 | fogo | ardente',
),
Emoji(
'❤️',
'amor | coração | coração vermelho | s2 ',
Expand Down
4 changes: 4 additions & 0 deletions lib/locales/emoji_set_ru.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4196,6 +4196,10 @@ const List<CategoryEmoji> emojiSetRussian = [
'💔',
'разбитое | разочарование | сердце | части',
),
Emoji(
'❤️‍🔥',
'красное | любовь | свидание | сердце | чувства | эмоции | огонь | пылающий',
),
Emoji(
'❤️',
'красное | любовь | свидание | сердце | чувства | эмоции ',
Expand Down
4 changes: 4 additions & 0 deletions lib/locales/emoji_set_zh.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4029,6 +4029,10 @@ const List<CategoryEmoji> emojiSetChinese = [
'💔',
'伤心 | 心碎',
),
Emoji(
'❤️‍🔥',
'心 | 爱 | 红心 | 火 | 火热',
),
Emoji(
'❤️',
'心 | 爱 | 红心 ',
Expand Down
1 change: 1 addition & 0 deletions lib/src/default_emoji_set.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,7 @@ const List<CategoryEmoji> defaultEmojiSet = [
Emoji('💟', 'Heart Decoration'),
Emoji('❣️', 'Heavy Heart Exclamation'),
Emoji('💔', 'Broken Heart'),
Emoji('❤️‍🔥', 'Heart on Fire'),
Emoji('❤️', 'Red Heart'),
Emoji('🧡', 'Orange Heart'),
Emoji('💛', 'Yellow Heart'),
Expand Down

0 comments on commit acaa130

Please sign in to comment.