diff --git a/locales/index.d.ts b/locales/index.d.ts index 4dceec6050..728b112e02 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1098,6 +1098,13 @@ export interface Locale { "doYouAgree": string; "beSureToReadThisAsItIsImportant": string; "iHaveReadXCarefullyAndAgree": string; + "_announcement": { + "forExistingUsers": string; + "forExistingUsersDescription": string; + "needConfirmationToRead": string; + "needConfirmationToReadDescription": string; + "deactivate": string; + }; "_initialAccountSetting": { "accountCreated": string; "letsStartAccountSetup": string;