Skip to content

Commit

Permalink
fix: ran yarn i18next
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Jun 5, 2023
1 parent 6c22725 commit 267bcf5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
4 changes: 1 addition & 3 deletions src/i18n/locales/en_US/common.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"alert": {
"close": "Close",
"title": "An error occurred",
"success": "Success"
"close": "Close"
},
"back": "Back",
"card_lock": "Item locked",
Expand Down
11 changes: 5 additions & 6 deletions src/i18n/locales/en_US/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@
"please_enter_valid_email": "Please enter a valid email address.",
"unknown_error": "An unknown error occurred"
},
"export_data_body": "Export all of your personal account data to <strong>{{email}}</strong> as an attachment.",
"export_data_error": "An error occurred while exporting your account data.",
"export_data_success": "Please check your email.",
"export_data_title": "Export account data",
"firstname": "First name",
"hide_password": "Hide password",
"lastname": "Last name",
"password": "Password",
"save": "Save",
"security": "Password",
"terms_and_tracking": "Legal & Marketing",
"update_consents": "Update consents",
"view_password": "View password",
"export_data_title": "Export account data",
"export_data_body": "Export all of your personal account data to <strong>{{email}}</strong> as an attachment.",
"export_data_success": "Please check your email.",
"export_data_error": "An error occurred while exporting your account data."
"view_password": "View password"
},
"favorites": {
"clear": "Clear favorites",
Expand Down
3 changes: 1 addition & 2 deletions src/i18n/locales/nl_NL/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"alert": {
"close": "",
"title": ""
"close": ""
},
"back": "",
"card_lock": "",
Expand Down
5 changes: 4 additions & 1 deletion src/i18n/locales/nl_NL/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"please_enter_valid_email": "",
"unknown_error": ""
},
"export_data_body": "",
"export_data_error": "",
"export_data_success": "",
"export_data_title": "",
"firstname": "",
"hide_password": "",
"lastname": "",
"password": "",
"save": "",
"security": "",
"terms_and_tracking": "",
Expand Down

0 comments on commit 267bcf5

Please sign in to comment.