Skip to content

Commit

Permalink
Fix contact translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jan 30, 2024
1 parent e2e9729 commit 04b1b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ContactPage from 'components/client/contact/ContactPage'

export const getStaticProps: GetStaticProps = async ({ locale }) => ({
props: {
...(await serverSideTranslations(locale ?? 'bg', ['common', 'auth', 'validation', 'contact'])),
...(await serverSideTranslations(locale ?? 'bg', ['common', 'auth', 'validation', 'contact', 'campaigns'])),
},
})

Expand Down

0 comments on commit 04b1b0e

Please sign in to comment.