Skip to content

Commit b1ec039

Browse files
committed
hotfix: remove locale for now
1 parent 0b75d19 commit b1ec039

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

docusaurus.config.js

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,19 @@ const config = {
2424
// to replace "en" with "zh-Hans".
2525
i18n: {
2626
defaultLocale: 'en',
27-
locales: ['en', 'fr', 'ur'],
28-
localeConfigs: {
29-
en: {
30-
label: 'English',
31-
},
32-
fr: {
33-
label: 'Français',
34-
},
35-
ur: {
36-
label: 'Urdu',
37-
},
38-
},
27+
locales: ['en']
28+
// , 'fr', 'ur'],
29+
// localeConfigs: {
30+
// en: {
31+
// label: 'English',
32+
// },
33+
// fr: {
34+
// label: 'Français',
35+
// },
36+
// ur: {
37+
// label: 'Urdu',
38+
// },
39+
// },
3940
},
4041

4142
presets: [
@@ -86,10 +87,10 @@ const config = {
8687
label: 'GitHub',
8788
position: 'right',
8889
},
89-
{
90-
type: 'localeDropdown',
91-
position: 'left',
92-
},
90+
// {
91+
// type: 'localeDropdown',
92+
// position: 'left',
93+
// },
9394
],
9495
},
9596
footer: {

0 commit comments

Comments
 (0)