fix(i18n): i18n types

This commit is contained in:
Slinetrac
2025-11-06 20:37:23 +08:00
Unverified
parent 19d87844ce
commit 572166a54b
2 changed files with 2 additions and 0 deletions

View File

@@ -717,6 +717,7 @@ export const translationKeys = [
"tests.statuses.test.failedNetwork",
"tests.unlock.page.actions.testing",
"tests.unlock.page.empty",
"tests.unlock.page.messages.detectionFailedWithName",
"tests.unlock.page.messages.detectionTimeout",
"tests.unlock.page.title",
] as const;

View File

@@ -1294,6 +1294,7 @@ export interface TranslationResources {
};
empty: string;
messages: {
detectionFailedWithName: string;
detectionTimeout: string;
};
title: string;