FEATURE: Adds ~200 more emoji

This includes all new emoji from Unicode 7 and Unicode 8 with the
exception of skin tones which will require a new interface.
This commit is contained in:
Robin Ward
2016-03-04 14:20:44 -05:00
parent b2b7342d53
commit 396713718b
785 changed files with 5592 additions and 8184 deletions

View File

@ -28,7 +28,7 @@ module ImportScripts::PhpBB3
def add_default_smilies
{
[':D', ':-D', ':grin:'] => ':smiley:',
[':)', ':-)', ':smile:'] => ':slightly_smiling:',
[':)', ':-)', ':smile:'] => ':slight_smile:',
[';)', ';-)', ':wink:'] => ':wink:',
[':(', ':-(', ':sad:'] => ':frowning:',
[':o', ':-o', ':eek:'] => ':astonished:',