File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed
Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments