Skip to content

Commit

Permalink
fix: add confirm button constant (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored May 3, 2024
1 parent b9e6593 commit 4d10fff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/constants/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const COMMON = {
SAVE_BUTTON: 'SAVE_BUTTON',
CLOSE_BUTTON: 'CLOSE_BUTTON',
BACK_BUTTON: 'BACK_BUTTON',
CONFIRM_BUTTON: 'CONFIRM_BUTTON',

LANGUAGE: 'LANGUAGE',
};
5 changes: 3 additions & 2 deletions src/langs/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"SAVED_BUTTON": "Saved",
"CANCEL_BUTTON": "Cancel",
"CLOSE_BUTTON": "Close",
"CONFIRM_BUTTON": "Confirm",
"BACK_BUTTON": "Back",
"AVATAR_DEFAULT_ALT": "avatar",
"MEMBER_DEFAULT_NAME": "Unknown",
"UNKNOWN_DATE": "Unknown",
"MEMBER_DEFAULT_NAME": "Unknown User",
"UNKNOWN_DATE": "Unknown Date",
"USER_OWN_ITEMS": "My Graasp",
"USER_SHARED_WITH_ITEMS": "Shared with me",
"USER_NOT_SIGNED_IN": "You are not signed in.",
Expand Down
5 changes: 3 additions & 2 deletions src/langs/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"CANCEL_BUTTON": "Annuler",
"CLOSE_BUTTON": "Fermer",
"BACK_BUTTON": "Retour",
"CONFIRM_BUTTON": "Confirmer",
"AVATAR_DEFAULT_ALT": "avatar",
"MEMBER_DEFAULT_NAME": "Inconnu",
"UNKNOWN_DATE": "Inconnu",
"MEMBER_DEFAULT_NAME": "Utilisateur Inconnu",
"UNKNOWN_DATE": "Date Inconnue",
"USER_OWN_ITEMS": "Mon Graasp",
"USER_SHARED_WITH_ITEMS": "Partagés avec moi",
"USER_NOT_SIGNED_IN": "Vous n'êtes pas connecté.",
Expand Down

0 comments on commit 4d10fff

Please sign in to comment.