Skip to content

Commit 51aaca9

Browse files
committed
fix: [ouvre une nouvelle fenêtre] should be localized as well
1 parent abd3c24 commit 51aaca9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Footer.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@ const { useTranslation, addFooterTranslations } = createComponentI18nApi({
512512
</a>
513513
</>
514514
),
515-
"our partners": "Nos partenaires"
515+
"our partners": "Nos partenaires",
516+
"open new window": "ouvre une nouvelle fenêtre"
516517
/* spell-checker: enable */
517518
}
518519
});
@@ -537,7 +538,8 @@ addFooterTranslations({
537538
etalab-2.0 license
538539
</a>
539540
</>
540-
)
541+
),
542+
"open new window": "open new window"
541543
}
542544
});
543545

0 commit comments

Comments
 (0)