-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Emoji] Update data to support emoji 16 #58377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* https://emojipedia.org/emoji-16.0 * https://unicode.org/versions/Unicode16.0.0/ I run this command to ensure we go latest data: ``` >…ymfony/Component/Intl/Resources/emoji(intl-update-emoji +) git sdi | grep shovel + '' => 'shovel', + '' => 'shovel', + '' => 'shovel', + '' => 'shovel', + '' => 'shovel', + '' => 'shovel', + '' => 'shovel', ```
11a7a0d
to
90834f8
Compare
'🚶🏻♀➡' => 'einanti moteris atsisukęs į dešinę', | ||
'🚶🏼♀➡' => 'einanti moteris atsisukęs į dešinę', | ||
'🚶🏽♀➡' => 'einanti moteris atsisukęs į dešinę', | ||
'🚶🏾♀➡' => 'einanti moteris atsisukęs į dešinę', | ||
'🚶🏿♀➡' => 'einanti moteris atsisukęs į dešinę', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how these are generated? atsisukęs
should be used for with vyras
, but for moteris
- atsisukus
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is generated automatically, based on data published by ICU team.
See
Thank you @lyrixx. |
I run this command to ensure we go latest data: