Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit eb7545c

Browse files
chore: added new languages
1 parent a1ddedc commit eb7545c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const config = {
2424
// to replace "en" with "zh-Hans".
2525
i18n: {
2626
defaultLocale: 'en',
27-
locales: ['en', 'es'],
27+
locales: ['en', 'es', 'zh-Hans', 'zh-Hant', 'fr', 'de', 'vi', 'th'],
2828
localeConfigs: {
2929
en: {
3030
label: 'English',

src/styles/index.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ main[class*='docMainContainer'] .container {
273273

274274
.dropdown__menu {
275275
display: grid;
276-
gap: rem(0.8);
276+
grid-template-columns: repeat(3, 1fr);
277+
gap: rem(1.6);
277278
padding: rem(1.6) rem(1.6);
278279
background-color: var(--colors-greyLight100);
279280
border-radius: rem(0.8);

0 commit comments

Comments
 (0)