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

Commit

Permalink
chore: added new languages
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsha-deriv committed Oct 9, 2023
1 parent a1ddedc commit eb7545c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config = {
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en', 'es'],
locales: ['en', 'es', 'zh-Hans', 'zh-Hant', 'fr', 'de', 'vi', 'th'],
localeConfigs: {
en: {
label: 'English',
Expand Down
3 changes: 2 additions & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ main[class*='docMainContainer'] .container {

.dropdown__menu {
display: grid;
gap: rem(0.8);
grid-template-columns: repeat(3, 1fr);
gap: rem(1.6);
padding: rem(1.6) rem(1.6);
background-color: var(--colors-greyLight100);
border-radius: rem(0.8);
Expand Down

0 comments on commit eb7545c

Please sign in to comment.