2018-01-15 19:36:32 +01:00
|
|
|
# Enable emoticon translation
|
|
|
|
|
|
|
|
If you use emoticons like `:)` or `:/`, you can have them translated into
|
|
|
|
emoji equivalents like
|
|
|
|
<img
|
2018-07-26 19:35:28 +02:00
|
|
|
src="/static/generated/emoji/images-google-64/1f642.png"
|
|
|
|
alt="slight_smile"
|
2018-01-15 19:36:32 +01:00
|
|
|
style="width: 3%;"
|
|
|
|
/>
|
|
|
|
or
|
|
|
|
<img
|
2018-07-26 19:35:28 +02:00
|
|
|
src="/static/generated/emoji/images-google-64/1f641.png"
|
|
|
|
alt="slight_frown"
|
2018-01-15 19:36:32 +01:00
|
|
|
style="width: 3%;"
|
|
|
|
/>
|
|
|
|
automatically by Zulip.
|
|
|
|
|
2018-04-24 19:05:57 +02:00
|
|
|
{settings_tab|display-settings}
|
2018-01-15 19:36:32 +01:00
|
|
|
|
|
|
|
2. Select the option labeled
|
|
|
|
**Translate emoticons (convert `:)` to 😃 in messages)**.
|
|
|
|
|
|
|
|
## Current emoticon conversions
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th align="center">Emoticon</th>
|
|
|
|
<th align="center">Emoji</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td align="center"><code>:)</code></td>
|
|
|
|
<td align="center">
|
|
|
|
<img
|
2018-07-26 19:35:28 +02:00
|
|
|
src="/static/generated/emoji/images-google-64/1f642.png"
|
|
|
|
alt="slight_smile"
|
2018-01-15 19:36:32 +01:00
|
|
|
style="width: 30%;">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="center"><code>(:</code></td>
|
|
|
|
<td align="center">
|
|
|
|
<img
|
2018-07-26 19:35:28 +02:00
|
|
|
src="/static/generated/emoji/images-google-64/1f642.png"
|
|
|
|
alt="slight_smile"
|
2018-01-15 19:36:32 +01:00
|
|
|
style="width: 30%;">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="center"><code>:(</code></td>
|
|
|
|
<td align="center">
|
|
|
|
<img
|
2018-07-26 19:35:28 +02:00
|
|
|
src="/static/generated/emoji/images-google-64/1f641.png"
|
|
|
|
alt="frown"
|
2018-01-15 19:36:32 +01:00
|
|
|
style="width: 30%;">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="center"><code><3</code></td>
|
|
|
|
<td align="center">
|
|
|
|
<img
|
2018-08-09 21:06:21 +02:00
|
|
|
src="/static/generated/emoji/images-google-64/2764.png"
|
2018-01-15 19:36:32 +01:00
|
|
|
alt="heart"
|
|
|
|
style="width: 30%;">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="center"><code>:|</code></td>
|
|
|
|
<td align="center">
|
|
|
|
<img
|
2018-07-26 19:35:28 +02:00
|
|
|
src="/static/generated/emoji/images-google-64/1f611.png"
|
2018-01-15 19:36:32 +01:00
|
|
|
alt="expressionless"
|
|
|
|
style="width: 30%;">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="center"><code>:/</code></td>
|
|
|
|
<td align="center">
|
|
|
|
<img
|
2018-07-26 19:35:28 +02:00
|
|
|
src="/static/generated/emoji/images-google-64/1f615.png"
|
2018-01-15 19:36:32 +01:00
|
|
|
alt="confused"
|
|
|
|
style="width: 30%;">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|