Skip to content

Commit 5d85f79

Browse files
committed
feat(i18n): enhance multilingual documentation and project structure
- Added new documentation files for MultiPost in Spanish, French, Indonesian, Japanese, Korean, and Russian. - Updated existing documentation to include new language support and improved project structure. - Removed outdated internationalization.mdc file and integrated relevant content into general.mdc. - Enhanced layout components to accommodate the new multilingual features.
1 parent 77c87d5 commit 5d85f79

File tree

14 files changed

+1832
-284
lines changed

14 files changed

+1832
-284
lines changed

.cursor/rules/general.mdc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ alwaysApply: true
55
---
66
This project is a Fumadocs.
77

8+
## Writing
9+
中文使用全角符号
10+
811
## i18n
912
When user want to create a new article, you should try to write the first article in English as a default.
1013
Only when user require to finish the i18n, Then you should complete all other language.

.cursor/rules/internationalization.mdc

Lines changed: 0 additions & 282 deletions
This file was deleted.

.cursor/rules/project-structure.mdc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ MultiPost-Blog/
2727
│ └── layout.tsx
2828
├── content/
2929
│ └── docs/
30-
│ ├── introducing-multipost.mdx
31-
│ └── introducing-multipost.zh.mdx
30+
│ └── introducing-multipost/
31+
│ ├── index.mdx
32+
│ └── index.zh-Hans.mdx
3233
├── lib/
3334
│ ├── i18n.ts
3435
│ └── source.ts

0 commit comments

Comments
 (0)