diff --git a/packages/mdctl-core/streams/section.js b/packages/mdctl-core/streams/section.js index 64087a65..212b26f9 100644 --- a/packages/mdctl-core/streams/section.js +++ b/packages/mdctl-core/streams/section.js @@ -238,7 +238,7 @@ class ExportSection { nodes = jp.nodes(content, '$..script') // Exclude script extraction to all instance data. - if (isCustomName(content.object)) { + if (isCustomName(content.object) || content.object === 'i18n') { return }