🥰 需求描述 | Feature Description
The translated versions of markdown files should be managed separately, with the ability to specify their location.
🧐 解决方案 | Proposed Solution
markdown: {
entry: ['markdown/**/*'],
exclude: ['markdown/ja-JP/**/*.md'],
outputLocales: [
'ja-JP',
],
outPutDir: (lang, path) => `markdown/lang/${path}` // "markdown/ja-JP/**/*.md",
// or
outPutDirPrefix...
}
📝 补充信息 | Additional Information
No response
🥰 需求描述 | Feature Description
The translated versions of markdown files should be managed separately, with the ability to specify their location.
🧐 解决方案 | Proposed Solution
📝 补充信息 | Additional Information
No response