Function useTypedTranslation
- useTypedTranslation(): {
t: (
key:
| "smartling"
| "new"
| "versionNumber"
| "somethingWentWrong"
| "retryUpdate"
| "updateError"
| "updateDownloading"
| "updatePreparing"
| "browserReleaseNotes"
| "lastChecked"
| "todayAt"
| "yesterdayAt"
| "browserUpToDate"
| "newVersionAvailable"
| "criticallyOutOfDate"
| "checkingForUpdate"
| "restartToUpdate"
| "updateBrowser"
| "forPrivacyProSubscribers",
replacements?: Record<string, string>,
) => string;
} Returns {
t: (
key:
| "smartling"
| "new"
| "versionNumber"
| "somethingWentWrong"
| "retryUpdate"
| "updateError"
| "updateDownloading"
| "updatePreparing"
| "browserReleaseNotes"
| "lastChecked"
| "todayAt"
| "yesterdayAt"
| "browserUpToDate"
| "newVersionAvailable"
| "criticallyOutOfDate"
| "checkingForUpdate"
| "restartToUpdate"
| "updateBrowser"
| "forPrivacyProSubscribers",
replacements?: Record<string, string>,
) => string;
}