Skip to content

Commit

Permalink
feat: add translation for delete member
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Torrent committed Jun 7, 2022
1 parent 4e97fe0 commit dda938a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const SUCCESS_MESSAGES = {
PUT_ITEM_LOGIN: 'PUT_ITEM_LOGIN',
POST_ITEM_TAG: 'POST_ITEM_TAG',
DELETE_ITEM_TAG: 'DELETE_ITEM_TAG',
DELETE_MEMBER: 'DELETE_MEMBER',
};

// todo: might not be used anymore if we add a progress bar
Expand Down
1 change: 1 addition & 0 deletions src/langs/en/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ export default {
'The thumbnail was successfully uploaded',
[SUCCESS_MESSAGES.UPLOAD_AVATAR]: 'The avatar was successfully uploaded',
[SUCCESS_MESSAGES.IMPORT_ZIP]: 'The ZIP archive was successfully imported',
[SUCCESS_MESSAGES.DELETE_MEMBER]: 'The account was successfully deleted',
};
1 change: 1 addition & 0 deletions src/langs/fr/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ export default {
'La miniature a été sauvegardé avec succès',
[SUCCESS_MESSAGES.UPLOAD_AVATAR]: "L'avatar a été sauvegardé avec succès",
[SUCCESS_MESSAGES.IMPORT_ZIP]: "L'archive ZIP a été importé avec succès",
[SUCCESS_MESSAGES.DELETE_MEMBER]: 'Le compte a été supprimé avec succès',
};

0 comments on commit dda938a

Please sign in to comment.