emoji: Finish script to generate emoji_names.py with CLDR data.

This script pulls from our previously custom-written emoji strings
and fills in the rest from CLDR. It also removes 4 custom emoji which
collide with some of the new CLDR names (they will now just be called
by their CLDR name).
This commit is contained in:
evykassirer
2022-06-10 13:40:31 -07:00
committed by Tim Abbott
parent 44df15e19b
commit 8a9e68e026
7 changed files with 1100 additions and 34 deletions

View File

@@ -98,6 +98,8 @@
"@typescript-eslint/parser": "^5.0.0",
"babel-plugin-rewire-ts": "^1.4.0",
"callsites": "^3.1.0",
"cldr-annotations-derived-modern": "^41.0.0",
"cldr-annotations-modern": "^41.0.0",
"diff": "^5.0.0",
"difflib": "^0.2.4",
"enhanced-resolve": "^5.8.2",