Improves native emoji conversion

This commit is contained in:
Joffrey JAFFEUX
2017-06-14 17:42:52 +02:00
parent f77e6c8fc6
commit 95e1843d33
104 changed files with 11 additions and 1 deletions

View File

@ -1725,6 +1725,10 @@ VARIATION_SELECTOR ||= "fe0f"
# Patch content of EMOJI_KEYWORDS_URL
EMOJI_KEYWORDS_PATCH ||= {
"man_singer" => { "fitzpatrick_scale" => true },
"woman_singer" => { "fitzpatrick_scale" => true },
"woman_student" => { "fitzpatrick_scale" => true },
"man_student" => { "fitzpatrick_scale" => true },
"woman_cook" => { "fitzpatrick_scale" => true },
"man_cook" => { "fitzpatrick_scale" => true },
"thumbsup" => { "char" => "👍", "fitzpatrick_scale" => true },