iamcal / emoji-data

Easy to parse data and spritesheets for emoji
MIT License
2.57k stars 304 forks source link

Potential typo in short names for wo/men with bunny ears #189

Closed Merlin2001 closed 3 years ago

Merlin2001 commented 3 years ago

I just stumbled across a potential typo with the short names for both WOMEN and MEN WITH BUNNY EARS.
In both cases, the short names omit the plural form and use wo/man instead of wo/men:

{
    "name": "WOMEN WITH BUNNY EARS",
    "short_name": "woman-with-bunny-ears-partying",
    "short_names": [
        "woman-with-bunny-ears-partying"
    ],
},
{
    "name": "MEN WITH BUNNY EARS",
    "short_name": "man-with-bunny-ears-partying",
    "short_names": [
        "man-with-bunny-ears-partying"
    ],
},

P.S.: Probably the weirdest issue title I've written so far 🙈

iamcal commented 3 years ago

good catch! fixed on master and will go out in the next version. the incorrect/singular names are still there as an alternative