fix(i18n): i18n types
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1294,6 +1294,7 @@ export interface TranslationResources {
|
||||
};
|
||||
empty: string;
|
||||
messages: {
|
||||
detectionFailedWithName: string;
|
||||
detectionTimeout: string;
|
||||
};
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user