Skip to content

Commit

Permalink
Fix duplicate translation key after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-marcellini committed Oct 12, 2023
1 parent 8dedc7a commit 4e23ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1842,12 +1842,9 @@ export default {
},
eReceipt: {
guaranteed: 'Guaranteed eReceipt',
transactionDate: 'Transaction date',
},
globalNavigationOptions: {
chats: 'Chats',
},
eReceipt: {
guaranteed: 'Guaranteed eReceipt',
transactionDate: 'Transaction date',
},
} satisfies TranslationBase;
5 changes: 1 addition & 4 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2327,12 +2327,9 @@ export default {
},
eReceipt: {
guaranteed: 'eRecibo garantizado',
transactionDate: 'Fecha de transacción',
},
globalNavigationOptions: {
chats: 'Chats',
},
eReceipt: {
guaranteed: 'eRecibo garantizado',
transactionDate: 'Fecha de transacción',
},
} satisfies EnglishTranslation;

0 comments on commit 4e23ab4

Please sign in to comment.