Skip to content

Commit

Permalink
fix(sync-translated-content): preserve l10n frontmatter (#11224)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored May 31, 2024
1 parent 00daf0f commit 66653b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export function saveFile(
"tags",
"original_slug",
"browser-compat",
"l10n",
];

const saveMetadata = {};
Expand Down

0 comments on commit 66653b7

Please sign in to comment.