Skip to content
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

CLDR-17582 Cleanup English annotations #2 #3766

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions common/annotations/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ annotations.
<annotation cp="😿" type="tts">crying cat</annotation>
<annotation cp="😾">animal | cat | face | pouting</annotation>
<annotation cp="😾" type="tts">pouting cat</annotation>
<annotation cp="🙈">can’t | embarrassed | evil | face | forbidden | forgot | gesture | hide | monkey | no | omg | prohibited | scared | secret | smh | watch</annotation>
<annotation cp="🙈">embarrassed | evil | face | forbidden | forgot | gesture | hide | monkey | no | omg | prohibited | scared | secret | smh | watch</annotation>
<annotation cp="🙈" type="tts">see-no-evil monkey</annotation>
<annotation cp="🙉">animal | ears | evil | face | forbidden | gesture | hear | listen | monkey | no | not | prohibited | secret | shh | tmi</annotation>
<annotation cp="🙉" type="tts">hear-no-evil monkey</annotation>
Expand Down Expand Up @@ -1076,7 +1076,7 @@ annotations.
<annotation cp="🖐" type="tts">hand with fingers splayed</annotation>
<annotation cp="✋">5 | five | hand | high | raised | stop</annotation>
<annotation cp="✋" type="tts">raised hand</annotation>
<annotation cp="🖖">finger | hand | hands | salute | spock | vulcan</annotation>
<annotation cp="🖖">finger | hand | hands | salute</annotation>
<annotation cp="🖖" type="tts">vulcan salute</annotation>
<annotation cp="🫱">hand | handshake | hold | reach | right | rightward | rightwards | shake</annotation> <!-- 1FAF1 -->
<annotation cp="🫱" type="tts">rightwards hand</annotation>
Expand Down Expand Up @@ -1150,7 +1150,7 @@ annotations.
<annotation cp="🙏" type="tts">folded hands</annotation>
<annotation cp="✍">hand | write | writing</annotation>
<annotation cp="✍" type="tts">writing hand</annotation>
<annotation cp="💅">bored | care | cosmetics | done | i’m | makeup | manicure | nail | polish | whatever</annotation>
<annotation cp="💅">bored | care | cosmetics | done | makeup | manicure | nail | polish | whatever</annotation>
<annotation cp="💅" type="tts">nail polish</annotation>
<annotation cp="🤳">camera | phone | selfie</annotation>
<annotation cp="🤳" type="tts">selfie</annotation>
Expand Down Expand Up @@ -1478,7 +1478,7 @@ annotations.
<annotation cp="🧚‍♂" type="tts">man fairy</annotation>
<annotation cp="🧚‍♀">fairy | fairytale | fantasy | myth | person | pixie | tale | Titania | wings | woman</annotation>
<annotation cp="🧚‍♀" type="tts">woman fairy</annotation>
<annotation cp="🧛">blood | fangs | halloween | scary | supernatural | teeth | undead | vampire</annotation>
<annotation cp="🧛">blood | fangs | halloween | scary | supernatural | teeth | undead | vampire | Dracula</annotation>
<annotation cp="🧛" type="tts">vampire</annotation>
<annotation cp="🧛‍♂">blood | fangs | halloween | man | scary | supernatural | teeth | undead | vampire</annotation>
<annotation cp="🧛‍♂" type="tts">man vampire</annotation>
Expand Down Expand Up @@ -1706,7 +1706,7 @@ annotations.
<annotation cp="🫂" type="tts">people hugging</annotation>
<annotation cp="👪">child | family</annotation>
<annotation cp="👪" type="tts">family</annotation>
<annotation cp="🧑‍🧑‍🧒">adult | child | family:</annotation> <!-- 1F9D1 200D 1F9D1 200D 1F9D2 -->
<annotation cp="🧑‍🧑‍🧒">adult | child | family</annotation> <!-- 1F9D1 200D 1F9D1 200D 1F9D2 -->
<annotation cp="🧑‍🧑‍🧒" type="tts">family: adult, adult, child</annotation>
<annotation cp="🧑‍🧑‍🧒‍🧒">adult | child | child | family</annotation> <!-- 1F9D1 200D 1F9D1 200D 1F9D2 200D 1F9D2 -->
<annotation cp="🧑‍🧑‍🧒‍🧒" type="tts">family: adult, adult, child, child</annotation>
Expand Down
Loading