Skip to content

Commit

Permalink
fix: add missing notifications translations (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Chau <[email protected]>
  • Loading branch information
spaenleh and Alexandre Chau authored Apr 13, 2023
1 parent c7d72f2 commit 88f1f29
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/constants/chatbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ export const CHATBOX = {
COL_MESSAGE: 'COL_MESSAGE',
COL_BY: 'COL_BY',
COL_ACTIONS: 'COL_ACTIONS',
NOTIFICATIONS_DIALOG_TITLE: 'NOTIFICATIONS_DIALOG_TITLE',
EMPTY_NOTIFICATIONS: 'EMPTY_NOTIFICATIONS',
};
4 changes: 3 additions & 1 deletion src/langs/de/chatbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
"COL_STATUS": "Status",
"COL_MESSAGE": "Nachricht",
"COL_BY": "von",
"COL_ACTIONS": "Aktionen"
"COL_ACTIONS": "Aktionen",
"NOTIFICATIONS_DIALOG_TITLE": "Benachrichtigungen",
"EMPTY_NOTIFICATIONS": "Keine Benachrichtigungen"
}
4 changes: 3 additions & 1 deletion src/langs/en/chatbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
"COL_STATUS": "Status",
"COL_MESSAGE": "Message",
"COL_BY": "By",
"COL_ACTIONS": "Actions"
"COL_ACTIONS": "Actions",
"NOTIFICATIONS_DIALOG_TITLE": "Notifications",
"EMPTY_NOTIFICATIONS": "No notifications"
}
4 changes: 3 additions & 1 deletion src/langs/fr/chatbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
"COL_STATUS": "Statut",
"COL_MESSAGE": "Message",
"COL_BY": "Par",
"COL_ACTIONS": "Actions"
"COL_ACTIONS": "Actions",
"NOTIFICATIONS_DIALOG_TITLE": "Notifications",
"EMPTY_NOTIFICATIONS": "Pas de notification"
}

0 comments on commit 88f1f29

Please sign in to comment.