Add smiley translation <3 (#723)

This commit is contained in:
Alyssa Rosenzweig 2020-02-22 11:02:26 -05:00 committed by GitHub
parent f3c2c09dd7
commit 0b3fff58e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class SmileyConverter {
smiley_translations[":("] = "🙁";
smiley_translations[":'("] = "😢";
smiley_translations[":/"] = "😕";
smiley_translations["<3"] = "❤️";
smiley_translations[":-*"] = "😘️";
}