1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #32619 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-04-22 09:57:18 -07:00
committed by GitHub

View File

@@ -88,6 +88,11 @@ export function correctTranslatedContentStrings(content, englishContent, context
content = content.replaceAll('{{ 용어집.description }}', '{{ glossary.description }}')
}
if (context.code === 'es') {
// Seen these a few times in the Spanish translations.
content = content.replaceAll('{% vulnerables variables.', '{% data variables.')
}
// We have seen a lot of Markdown tables, that may have Liquid tags
// (like `{% ifversion ... %}`) within them lose the linebreak between
// the heading and the first row marker.