We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7abe7 commit c7cd510Copy full SHA for c7cd510
apps/docs/lib/i18n.ts
@@ -9,7 +9,7 @@ import { defineI18n } from 'fumadocs-core/i18n';
9
*/
10
export const i18n = defineI18n({
11
defaultLanguage: 'en',
12
- languages: ['en', 'cn'],
+ languages: ['en'],
13
// Hide locale prefix for default language (e.g., /docs instead of /en/docs)
14
hideLocale: 'default-locale',
15
});
0 commit comments