zulip/templates/zerver/help/enable-emoticon-translation...

89 lines
2.5 KiB
Markdown
Raw Normal View History

# Enable emoticon translation
If you use emoticons like `:)` or `:/`, you can have them translated into
emoji equivalents like
<img
src="/static/generated/emoji/images-google-64/1f642.png"
alt="slight_smile"
style="width: 3%;"
/>
or
<img
src="/static/generated/emoji/images-google-64/1f641.png"
alt="slight_frown"
style="width: 3%;"
/>
automatically by Zulip.
{settings_tab|display-settings}
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
src="/static/generated/emoji/images-google-64/1f642.png"
alt="slight_smile"
style="width: 30%;">
</td>
</tr>
<tr>
<td align="center"><code>(:</code></td>
<td align="center">
<img
src="/static/generated/emoji/images-google-64/1f642.png"
alt="slight_smile"
style="width: 30%;">
</td>
</tr>
<tr>
<td align="center"><code>:(</code></td>
<td align="center">
<img
src="/static/generated/emoji/images-google-64/1f641.png"
alt="frown"
style="width: 30%;">
</td>
</tr>
<tr>
<td align="center"><code>&lt;3</code></td>
<td align="center">
<img
src="/static/generated/emoji/images-google-64/2764.png"
alt="heart"
style="width: 30%;">
</td>
</tr>
<tr>
<td align="center"><code>:|</code></td>
<td align="center">
<img
src="/static/generated/emoji/images-google-64/1f611.png"
alt="expressionless"
style="width: 30%;">
</td>
</tr>
<tr>
<td align="center"><code>:/</code></td>
<td align="center">
<img
src="/static/generated/emoji/images-google-64/1f615.png"
alt="confused"
style="width: 30%;">
</td>
</tr>
</tbody>
</table>