Feature/localize keywords of meta data (#2555)

* Localize keywords

* Update changelog
This commit is contained in:
Thomas Kaul
2023-10-28 15:39:01 +02:00
committed by GitHub
parent 20cefaba19
commit 95bc84956e
12 changed files with 232 additions and 100 deletions

View File

@@ -127,6 +127,10 @@ export const HtmlTemplateMiddleware = async (
}),
featureGraphicPath:
locales[path]?.featureGraphicPath ?? 'assets/cover.png',
keywords: i18nService.getTranslation({
languageCode,
id: 'metaKeywords'
}),
title:
locales[path]?.title ??
`${title} ${i18nService.getTranslation({