Skip to content

[Request] Specify the Location of Translated Markdown Files #135

@XIYO

Description

@XIYO

🥰 需求描述 | 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    InactiveNo response in 30 days | 超过 30 天未活跃🌠 Feature RequestNew feature or request | 特性与建议

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions