Skip to content

Commit b88f5ec

Browse files
Remove outdated locales
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com>
1 parent 234b3b2 commit b88f5ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const config = {
3737
// may want to replace "en" with "zh-Hans".
3838
i18n: {
3939
defaultLocale: 'en',
40-
locales: ['en', 'es', 'fr', 'de', 'it', 'nl', 'zh', 'ja', 'ru', 'ko', 'sv', 'vi'],
40+
locales: ['en', 'fr', 'de', 'it', 'zh', 'ko', 'sv'],
4141
},
4242

4343
presets: [
@@ -60,7 +60,7 @@ const config = {
6060
'docusaurus-lunr-search',
6161
{
6262
// Chinese isn't supported yet
63-
languages: ['en', 'es', 'fr', 'de', 'it', 'nl', 'ja', 'ru', 'ko', 'sv', 'vi'],
63+
languages: ['en', 'fr', 'de', 'it', 'ko', 'sv'],
6464
// Keep max results to 10
6565
maxHits: 10,
6666
indexBatchSize: 100,
@@ -127,7 +127,7 @@ const config = {
127127
items: [
128128
{
129129
label: 'Discord',
130-
href: 'https://discord.gg/sidestore-949183273383395328',
130+
href: 'https://dis.sidestore.io',
131131
},
132132
{
133133
label: 'X (formerly Twitter)',

0 commit comments

Comments
 (0)