Skip to content

Commit

Permalink
fix(build): remove duplicate entry in routes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkeaton committed Jan 9, 2025
1 parent 010935a commit 70aac10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ export default {
SUCCESS,
VIEW_CONTACT,
EDIT_CONTACT,
SETTINGS,
ONBOARDING,
};
12 changes: 2 additions & 10 deletions src/i18n/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
"Against the sum of": "Against the sum of",
"Against this bill of exchange": "Against this bill of exchange",
"All": "All",
"Are you sure": "Are you sure?",
"Authorised signer": "Authorised signer",
"Balances": "Balances",
"Based on proven Bitcoin tech, free to download and use for everyone.": "Based on proven Bitcoin tech, free to download and use for everyone.",
"Bill issuer": "Bill issuer",
"Are you sure": "Are you sure?",
"Balances": "Balances",
"Based on proven Bitcoin tech, free to download and use for everyone.": "Based on proven Bitcoin tech, free to download and use for everyone.",
"Bill list": "Bill list",
"Bills": "Bills",
"Birth date": "Birth date",
Expand All @@ -27,7 +25,6 @@
"Clear all": "Clear all",
"Company": "Company",
"Confirm": "Confirm",
"Confirm identity": "Confirm identity",
"Contact city of registration": "City of registration",
"Contact country of registration": "Country of regitration",
"Contact email": "Email address",
Expand Down Expand Up @@ -90,9 +87,8 @@
"Pay": "Pay",
"Payee": "Payee",
"Payer": "Payer",
"Personal identity": "Personal identity",
"Person": "Person",
"Personal data is stored encrypted and cannot be accessed without your signing an explicit approval": "Personal data is stored encrypted and cannot be accessed without your signing an explicit approval",
"Personal identity": "Personal identity",
"Please check if all the details are correct before proceeding": "Please check if all the details are correct before proceeding",
"Please enter a valid value between {min} and {max}.": "Please enter a valid value between 0 and 99.9999.",
"Please enter a valid value.": "Please enter a valid value.",
Expand Down Expand Up @@ -135,11 +131,7 @@
"Unlock with PIN": "Unlock with PIN",
"Unlock with PIN code": "Unlock with PIN code",
"Upload document": "Upload document",
"View more": "View more",
"We have successfully created your identity and you can now use the app": "We have successfully created your identity and you can now use the app",
"Verify your email address": "Verify your email address",
"We have successfully created your identity and you can now use the app": "We have successfully created your identity and you can now use the app",
"We've sent a one-time passcode to {email}": "We've sent a one-time passcode to {email}",
"You can always re-add a contact later": "You can always re-add a contact later",
"contacts.empty.description": "Create your first contact to start a relation",
"contacts.empty.title": "No contacts yet",
Expand Down

0 comments on commit 70aac10

Please sign in to comment.