0
0
Fork 0

Update Twemoji to 12.1.5 (#13021)

* Update Twemoji to 12.1.5

SVGs from Twemoji repo https://github.com/twitter/twemoji

* Update emoji_map.json to Unicode 12
This commit is contained in:
D Anzorge 2020-04-19 23:38:31 +02:00 committed by GitHub
parent 2c7128c7f0
commit 29f5353f8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
565 changed files with 565 additions and 397 deletions

View file

@ -15,7 +15,7 @@ end
namespace :emojis do
desc 'Generate a unicode to filename mapping'
task :generate do
source = 'http://www.unicode.org/Public/emoji/11.0/emoji-test.txt'
source = 'http://www.unicode.org/Public/emoji/12.0/emoji-test.txt'
codes = []
dest = Rails.root.join('app', 'javascript', 'mastodon', 'features', 'emoji', 'emoji_map.json')