fix: missing i18n translation for Trans (#30353)

This commit is contained in:
Stephen Zhou
2025-12-30 10:46:52 +08:00
committed by GitHub
parent faef04cdf7
commit 3505516e8e
11 changed files with 42 additions and 22 deletions

View File

@ -74,6 +74,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({
<Trans
t={t}
i18nKey={`${i18nPrefix}.fullMessage`}
ns="plugin"
components={{
CustomLink: (
<Link