Use tags instead of aliases for laugh and hooray
As mentioned by @mislav in github/gemoji#116, too many aliases can be tricky, but tags don’t need to be unique. Therefore, replace new aliases with new tags for the recently changed 😄 and 🎉 emoji.
This commit is contained in:
@@ -34,11 +34,11 @@
|
||||
, "category": "People"
|
||||
, "aliases": [
|
||||
"smile"
|
||||
, "laugh"
|
||||
]
|
||||
, "tags": [
|
||||
"happy"
|
||||
, "joy"
|
||||
, "laugh"
|
||||
, "pleased"
|
||||
]
|
||||
, "unicode_version": "6.0"
|
||||
@@ -10590,10 +10590,10 @@
|
||||
, "category": "Objects"
|
||||
, "aliases": [
|
||||
"tada"
|
||||
, "hooray"
|
||||
]
|
||||
, "tags": [
|
||||
"party"
|
||||
"hooray"
|
||||
, "party"
|
||||
]
|
||||
, "unicode_version": "6.0"
|
||||
, "ios_version": "6.0"
|
||||
|
||||
Reference in New Issue
Block a user