Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
XIYO opened this issue Sep 4, 2024 · 1 comment
Open

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

XIYO opened this issue Sep 4, 2024 · 1 comment
Labels
🌠 Feature Request New feature or request | 特性与建议 Inactive No response in 30 days | 超过 30 天未活跃

Comments

@XIYO
Copy link

XIYO commented Sep 4, 2024

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

@XIYO XIYO added the 🌠 Feature Request New feature or request | 特性与建议 label Sep 4, 2024
@lobehubbot
Copy link
Member

👀 @XIYO

Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。

@lobehubbot lobehubbot added the Inactive No response in 30 days | 超过 30 天未活跃 label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌠 Feature Request New feature or request | 特性与建议 Inactive No response in 30 days | 超过 30 天未活跃
Projects
None yet
Development

No branches or pull requests

2 participants