From 8676cd772fe47db0ad926ba004811f671a063940 Mon Sep 17 00:00:00 2001 From: Sam Arbid Date: Fri, 25 Oct 2024 11:23:14 +0200 Subject: [PATCH] i18n: mark missing translations --- .../js/invenio_app_rdm/landing_page/AccessRequestForm.js | 4 +++- .../js/invenio_app_rdm/landing_page/RecordCommunitiesList.js | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/AccessRequestForm.js b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/AccessRequestForm.js index 65de54722..eeae4cb61 100644 --- a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/AccessRequestForm.js +++ b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/AccessRequestForm.js @@ -228,7 +228,9 @@ export class AccessRequestForm extends Component { {i18next.t("We have sent you an email to verify your address.")} - {i18next.t("Please check the email and follow the instructions to complete the access request.")} + {i18next.t(` + Please check the email and follow the instructions to complete the access request. + `)} diff --git a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesList.js b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesList.js index 45ae97b35..4699a8df4 100644 --- a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesList.js +++ b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesList.js @@ -87,9 +87,9 @@ export class RecordCommunitiesList extends Component { {community.parent && ( - Part of{" "} + {i18next.t("Part of")}{" "} - {community.parent.metadata.title} + {i18next.t(community.parent.metadata.title)} )}