Skip to content

Commit

Permalink
🤖 Updated i18n files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2024
1 parent a4038db commit 36e7769
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/src/lib/types/i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -658,6 +660,7 @@ interface I18nLicense_agreement {
no_waiver: string;
english_version: string;
};
alt: { license_agreement: string };
}

interface I18n {
Expand Down

0 comments on commit 36e7769

Please sign in to comment.