You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
Replace symbol characters with the emoji variants
The symbol ones are often rendered as little black & white icons: replace them with their variants from the emoji range Also change to en_GB
This commit is contained in:
@@ -83,7 +83,7 @@ const emojiMapping = [
|
|||||||
["🍄", "mushroom"], // 18
|
["🍄", "mushroom"], // 18
|
||||||
["🌏", "globe"], // 19
|
["🌏", "globe"], // 19
|
||||||
["🌙", "moon"], // 20
|
["🌙", "moon"], // 20
|
||||||
["☁", "cloud"], // 21
|
["☁️", "cloud"], // 21
|
||||||
["🔥", "fire"], // 22
|
["🔥", "fire"], // 22
|
||||||
["🍌", "banana"], // 23
|
["🍌", "banana"], // 23
|
||||||
["🍎", "apple"], // 24
|
["🍎", "apple"], // 24
|
||||||
@@ -91,39 +91,39 @@ const emojiMapping = [
|
|||||||
["🌽", "corn"], // 26
|
["🌽", "corn"], // 26
|
||||||
["🍕", "pizza"], // 27
|
["🍕", "pizza"], // 27
|
||||||
["🎂", "cake"], // 28
|
["🎂", "cake"], // 28
|
||||||
["❤", "heart"], // 29
|
["❤️", "heart"], // 29
|
||||||
["☺", "smiley"], // 30
|
["🙂", "smiley"], // 30
|
||||||
["🤖", "robot"], // 31
|
["🤖", "robot"], // 31
|
||||||
["🎩", "hat"], // 32
|
["🎩", "hat"], // 32
|
||||||
["👓", "glasses"], // 33
|
["👓", "glasses"], // 33
|
||||||
["🔧", "wrench"], // 34
|
["🔧", "wrench"], // 34
|
||||||
["🎅", "santa"], // 35
|
["🎅", "santa"], // 35
|
||||||
["👍", "thumbs up"], // 36
|
["👍", "thumbs up"], // 36
|
||||||
["☂", "umbrella"], // 37
|
["☂️", "umbrella"], // 37
|
||||||
["⌛", "hourglass"], // 38
|
["⌛", "hourglass"], // 38
|
||||||
["⏰", "clock"], // 39
|
["⏰", "clock"], // 39
|
||||||
["🎁", "gift"], // 40
|
["🎁", "gift"], // 40
|
||||||
["💡", "light bulb"], // 41
|
["💡", "light bulb"], // 41
|
||||||
["📕", "book"], // 42
|
["📕", "book"], // 42
|
||||||
["✏", "pencil"], // 43
|
["✏️", "pencil"], // 43
|
||||||
["📎", "paperclip"], // 44
|
["📎", "paperclip"], // 44
|
||||||
["✂", "scisors"], // 45
|
["✂️", "scisors"], // 45
|
||||||
["🔒", "lock"], // 46
|
["🔒", "padlock"], // 46
|
||||||
["🔑", "key"], // 47
|
["🔑", "key"], // 47
|
||||||
["🔨", "hammer"], // 48
|
["🔨", "hammer"], // 48
|
||||||
["☎", "telephone"], // 49
|
["☎️", "telephone"], // 49
|
||||||
["🏁", "flag"], // 50
|
["🏁", "flag"], // 50
|
||||||
["🚂", "train"], // 51
|
["🚂", "train"], // 51
|
||||||
["🚲", "bicycle"], // 52
|
["🚲", "bicycle"], // 52
|
||||||
["✈", "airplane"], // 53
|
["✈️", "aeroplane"], // 53
|
||||||
["🚀", "rocket"], // 54
|
["🚀", "rocket"], // 54
|
||||||
["🏆", "trophy"], // 55
|
["🏆", "trophy"], // 55
|
||||||
["⚽", "ball"], // 56
|
["⚽", "ball"], // 56
|
||||||
["🎸", "guitar"], // 57
|
["🎸", "guitar"], // 57
|
||||||
["🎺", "trumpet"], // 58
|
["🎺", "trumpet"], // 58
|
||||||
["🔔", "bell"], // 59
|
["🔔", "bell"], // 59
|
||||||
["⚓", "anchor"], // 60
|
["⚓️", "anchor"], // 60
|
||||||
["🎧", "headphone"], // 61
|
["🎧", "headphones"], // 61
|
||||||
["📁", "folder"], // 62
|
["📁", "folder"], // 62
|
||||||
["📌", "pin"], // 63
|
["📌", "pin"], // 63
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user