Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdba8c8d

Browse files
committed
Temporarily disable other locales to unbreak the website deploy.
1 parent469f665 commitdba8c8d

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-
constlocales=[
11-
'en',
12-
'ja',
13-
'es-ES',
14-
'fr',
15-
'pt-BR',
16-
'ro',
17-
'ru',
18-
'uk',
19-
'zh-Hans',
20-
];
10+
constlocales=['en'];
2111

2212
constlocaleConfigs={
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)

[8]ページ先頭

©2009-2025 Movatter.jp