Skip to content

Commit 9801c4e

Browse files
refactor: remove corresponding unused translations for login and logout
1 parent c8caaff commit 9801c4e

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

packages/i18n/src/locales/en/user.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
"signup": "Sign up"
107107
},
108108
"messages": {
109-
"success": "Logged in successfully.",
110109
"validation": {
111110
"email": "Email is required.",
112111
"password": "Password is required."
@@ -117,9 +116,6 @@
117116
},
118117
"title": "Log in"
119118
},
120-
"logout": {
121-
"message": "Logged out successfully."
122-
},
123119
"menu": {
124120
"signin": "Log in",
125121
"signup": "Sign up"

packages/i18n/src/locales/fr/user.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
"signup": "Inscription"
107107
},
108108
"messages": {
109-
"success": "Logged in successfully.",
110109
"validation": {
111110
"email": "Email is required. (fr)",
112111
"password": "Password is required. (fr)"
@@ -117,9 +116,6 @@
117116
},
118117
"title": "Connexion"
119118
},
120-
"logout": {
121-
"message": "Logged out successfully. (fr)"
122-
},
123119
"menu": {
124120
"signin": "Connexion",
125121
"signup": "Inscription"

0 commit comments

Comments
 (0)