From 36e776912bcbd7ecabdb595d9c4f0969079bf2fa Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:37:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Updated=20i18n=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/lib/types/i18n.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontend/src/lib/types/i18n.d.ts b/src/frontend/src/lib/types/i18n.d.ts index f125195ac1..e5cbbccae6 100644 --- a/src/frontend/src/lib/types/i18n.d.ts +++ b/src/frontend/src/lib/types/i18n.d.ts @@ -640,6 +640,8 @@ interface I18nCarousel { interface I18nLicense_agreement { text: { + accept_terms: string; + accept_terms_link: string; title: string; paragraph_1: string; paragraph_2: string; @@ -658,6 +660,7 @@ interface I18nLicense_agreement { no_waiver: string; english_version: string; }; + alt: { license_agreement: string }; } interface I18n {