Skip to content

Commit dba8c8d

Browse files
committed
Temporarily disable other locales to unbreak the website deploy.
1 parent 469f665 commit dba8c8d

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

website/i18n.js

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,12 @@
77

88
// The top-30 locales on Crowdin are enabled
99
// but we enable only a subset of those
10-
const locales = [
11-
'en',
12-
'ja',
13-
'es-ES',
14-
'fr',
15-
'pt-BR',
16-
'ro',
17-
'ru',
18-
'uk',
19-
'zh-Hans',
20-
];
10+
const locales = ['en'];
2111

2212
const localeConfigs = {
2313
en: {
2414
label: 'English',
2515
},
26-
ja: {
27-
label: '日本語',
28-
},
29-
'es-ES': {
30-
label: 'Español',
31-
},
32-
fr: {
33-
label: 'Français',
34-
},
35-
'pt-BR': {
36-
label: 'Português (Brasil)',
37-
},
38-
ro: {
39-
label: 'Română',
40-
},
41-
ru: {
42-
label: 'Русский',
43-
},
44-
uk: {
45-
label: 'Українська',
46-
},
47-
'zh-Hans': {
48-
label: '简体中文',
49-
},
5016
};
5117

5218
// Docusaurus 2 i18n config

0 commit comments

Comments
 (0)