Feature/localize keywords of meta data (#2555)
* Localize keywords * Update changelog
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user