Skip to content

Commit 7139e3d

Browse files
committed
Remove Chinese language support and documentation
Removed Chinese ('cn') from supported languages in i18n configuration and deleted extensive documentation files, including guides, FAQs, advanced topics, and field type references. This streamlines the documentation to English-only and removes related content and metadata for the Chinese locale.
1 parent 82a1f85 commit 7139e3d

48 files changed

Lines changed: 2 additions & 9884 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/lib/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { defineI18n } from 'fumadocs-core/i18n';
99
*/
1010
export const i18n = defineI18n({
1111
defaultLanguage: 'en',
12-
languages: ['en', 'cn'],
12+
languages: ['en'],
1313
// Hide locale prefix for default language (e.g., /docs instead of /en/docs)
1414
hideLocale: 'default-locale',
1515
});

content/docs/faq.mdx

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

0 commit comments

Comments
 (0)