-
-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
Merging changes from upstream
…so the emojis and some infor about them can be found on the internet.
…er the entry 'zombie'.
…d rearranging some entries.
Whoa! 😮 |
Bugfix as there was one '[' too much due to searching and replacing to get arrays for all "name" entries.
And removed an additional '[' but now I should have them... ^^'
lang/en.js
Outdated
{ | ||
name: 'heart', | ||
uniqueName: 'Anatomical Heart', | ||
emoji: '🫀', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be correct - is that only me ?
I just see 🫀 - that might cause problems?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the hint. Some emojis are too new (e.g. "headstone" as well) so I changed them into comments and added the hint that they arrive later this year wit Unicode/Emoji 13.0, e.g. for Android 11.
lang/en.js
Outdated
{ | ||
name: 'disguises', | ||
uniqueName: 'Performing Arts', | ||
emoji: '🥸', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here it is only showing 🫀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Performing Arts" one actually was a copy-paste issue and should be fixed now. :)
Most of the not displayed emojis are too new so I changed the ones now into a comment and replaced the "Performing Arts" one as it seemed to have been a copy-paste issue. :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to merge the changes but I'll delete the unique ID part and the comment one.
I the future, we are maybe going to change the file structure
Added more emojis for the English template and introduced the idea of using unique names that match the names used on https://emojipedia.org/halloween/ so that it is easier to identify, add and later also add more translations.