diff --git a/locales/base/translation.json b/locales/base/translation.json index 376c29dda85..475c2d4ddff 100644 --- a/locales/base/translation.json +++ b/locales/base/translation.json @@ -219,6 +219,7 @@ "moreInfo": "More Info", "savedConfirmation": "Yes, I have written down my Phrase.", "backupQuizWordCount": "What's the <0>{{ordinal}} word of your Recovery Phrase?", + "backupQuizWordCountV1_83": "What's the <0>{{wordNumber}} word of your Recovery Phrase?", "importBackupFailed": "Importing Wallet Failed", "backupQuizFailed": "The Recovery Phrase you entered is incorrect. Please try again.", "invalidBackupPhrase": "Recovery Phrase is not valid", diff --git a/package.json b/package.json index 93ca5346213..6ab39bebd5f 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "qrcode": "^1.5.3", "react": "18.2.0", "react-async-hook": "^4.0.0", - "react-i18next": "^12.3.1", + "react-i18next": "^14.1.0", "react-native": "0.71.17", "react-native-adjust": "^4.38.0", "react-native-android-open-settings": "^1.3.0", diff --git a/src/backup/BackupQuiz.tsx b/src/backup/BackupQuiz.tsx index a5511d3f0a5..519eca0eca9 100644 --- a/src/backup/BackupQuiz.tsx +++ b/src/backup/BackupQuiz.tsx @@ -243,8 +243,8 @@ export class BackupQuiz extends React.Component { {!isQuizComplete && ( X diff --git a/src/backup/__snapshots__/BackupQuiz.test.tsx.snap b/src/backup/__snapshots__/BackupQuiz.test.tsx.snap index d55888f87ad..dba37460ac8 100644 --- a/src/backup/__snapshots__/BackupQuiz.test.tsx.snap +++ b/src/backup/__snapshots__/BackupQuiz.test.tsx.snap @@ -871,7 +871,7 @@ exports[`BackupQuiz renders correctly 1`] = ` } } > - backupQuizWordCount, {"ordinal":"ordinals.1"} + backupQuizWordCountV1_83, {"wordNumber":"ordinals.1"} - escrowedPaymentReminderSummaryDetails, {"context":"exactly2Items"} + escrowedPaymentReminderSummaryDetails - escrowedPaymentReminderSummaryDetails, {"context":"exactly2Items"} + escrowedPaymentReminderSummaryDetails (props: Props) { details={ } icon={icon} diff --git a/src/notifications/__snapshots__/SummaryNotification.test.tsx.snap b/src/notifications/__snapshots__/SummaryNotification.test.tsx.snap index 22c48d9677c..2459490462e 100644 --- a/src/notifications/__snapshots__/SummaryNotification.test.tsx.snap +++ b/src/notifications/__snapshots__/SummaryNotification.test.tsx.snap @@ -77,7 +77,7 @@ exports[`SummaryNotification renders correctly 1`] = ` } testID="undefined/Details" > - someI18nKey, {"context":"moreThan3Items"} + someI18nKey