From 66653b7426b5570cbcffb495c9f5997215079d7e Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Fri, 31 May 2024 13:26:12 +0200 Subject: [PATCH] fix(sync-translated-content): preserve l10n frontmatter (#11224) --- content/document.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/content/document.ts b/content/document.ts index 75133c4f4e16..fe02f94a26aa 100644 --- a/content/document.ts +++ b/content/document.ts @@ -114,6 +114,7 @@ export function saveFile( "tags", "original_slug", "browser-compat", + "l10n", ]; const saveMetadata = {};