Skip to content

Commit

Permalink
add 🤙 emoji on status reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
crisukbot committed Apr 15, 2023
1 parent 4325961 commit 2d20b25
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/soapbox/components/status-action-bar.tsx
Expand Up @@ -69,6 +69,7 @@ const messages = defineMessages({
reactionPoplylo: { id: 'status.reactions.poplylo', defaultMessage: 'Drunken' },
reactionvAhue: { id: 'status.reactions.vahue', defaultMessage: 'Shocked' },
reactionThinking: { id: 'status.reactions.thinking', defaultMessage: 'Thinking' },
reactionOkay: { id: 'status.reactions.okay', defaultMessage: 'I`m cool' },
quotePost: { id: 'status.quote', defaultMessage: 'Quote post' },
deleteConfirm: { id: 'confirmations.delete.confirm', defaultMessage: 'Delete' },
deleteHeading: { id: 'confirmations.delete.heading', defaultMessage: 'Delete post' },
Expand Down
4 changes: 4 additions & 0 deletions app/soapbox/locales/defaultMessages.json
Expand Up @@ -988,6 +988,10 @@
"defaultMessage": "Thinking",
"id": "status.reactions.thinking"
},
{
"defaultMessage": "I`m cool",
"id": "status.reactions.okay"
},
{
"defaultMessage": "Quote post",
"id": "status.quote"
Expand Down
7 changes: 4 additions & 3 deletions app/soapbox/locales/uk.json
Expand Up @@ -1122,12 +1122,13 @@
"status.reactions.empty": "На цей пост ще ніхто не відреагував. Коли хтось відреагує, він з'явиться тут.",
"status.reactions.heart": "Люблю",
"status.reactions.laughing": "Хаха",
"status.reactions.like": "Вподобайка",
"status.reactions.open_mouth": "Вау",
"status.reactions.like": "Подобається",
"status.reactions.open_mouth": "Здивований",
"status.reactions.weary": "Втомлений",
"status.reactions.poplylo": "Надто розумно",
"status.reactions.vahue": "Я в шоці",
"status.reactions.thinking": "Думаю",
"status.reactions.thinking": "Задумався",
"status.reactions.okay": "Базовано",
"status.read_more": "Читати більше",
"status.reblog": "Репост",
"status.reblog_private": "Передмухнути для початкової аудиторії",
Expand Down
1 change: 1 addition & 0 deletions app/soapbox/normalizers/soapbox/soapbox_config.ts
Expand Up @@ -113,6 +113,7 @@ export const SoapboxConfigRecord = ImmutableRecord({
'🫠',
'🤯',
'🤔',
'🤙',
]),
verifiedIcon: '',
verifiedCanEditName: false,
Expand Down
1 change: 1 addition & 0 deletions app/soapbox/utils/emoji_reacts.ts
Expand Up @@ -18,6 +18,7 @@ export const ALLOWED_EMOJI = ImmutableList([
'🫠',
'🤯',
'🤔',
'🤙',
]);

type Account = ImmutableMap<string, any>;
Expand Down

0 comments on commit 2d20b25

Please sign in to comment.