Add emoji model for other language

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2022-11-27 16:41:55 +01:00
committed by Tobias Fella
parent 3a4f71de7f
commit 2e42abd7c9
146 changed files with 192071 additions and 0 deletions

19
tools/README.md Normal file
View File

@@ -0,0 +1,19 @@
# Emoji Model builder
This folder contains the tool to build all emoji mapping.
## Requirements
* composer
* PHP
## Update the rules
To update the rules, you need to update the version of `unicode-org/cldr` in the
`composer.json` file, then run `make update`.
Finally, run the following command:
```bash
make build
```