fix translation

This commit is contained in:
tjs 2023-09-29 19:46:54 -04:00
parent 94b364df3a
commit 26dc311456
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const set = mangoStore.getState().set
export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, ['common'])),
...(await serverSideTranslations(locale, ['common', 'swap'])),
},
}
}