Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fintasys committed Nov 12, 2024
1 parent 96548fc commit 82a4f18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ List<CategoryEmoji> _getEmojiLocale(String locale) {
}
}
```
Example for using `/automation/create_emoji_set.sh` for generating translation in terminal:
```
cd automation && ./create_emoji_set.sh pt Portuguese
```
Feel free to create an issue if you think a specific language should be supported by default. We keep the languages limited for now to avoid the package size growing unnecesserily large.

In case you want to support only a single language you can just return the same EmojiSet for all locales.
Expand Down

0 comments on commit 82a4f18

Please sign in to comment.