Skip to content

Commit

Permalink
feat(localization): locale configuration and dorpdown (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger authored Jul 19, 2024
1 parent fd13138 commit d016b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config: Config = {
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
locales: ['en', 'es', 'pt'],
},

headTags: [
Expand Down Expand Up @@ -65,6 +65,7 @@ const config: Config = {
{ href: 'https://ads.brave.com/register', label: 'Sign up', position: 'left'},
{ href: 'https://brave.com/brave-ads', label: 'About', position: 'left'},
{ href: 'https://brave.com/brave-ads/audience', label: 'Audience', position: 'left'},
{ type: 'localeDropdown', position: 'left' },
],
},
footer: {
Expand Down

0 comments on commit d016b83

Please sign in to comment.