add translations to dashboard
This commit is contained in:
parent
dec8009263
commit
899617091a
|
@ -18,7 +18,14 @@ import MarketLogos from '@components/trade/MarketLogos'
|
|||
export async function getStaticProps({ locale }: { locale: string }) {
|
||||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ['common, profile, settings'])),
|
||||
...(await serverSideTranslations(locale, [
|
||||
'common',
|
||||
'onboarding',
|
||||
'profile',
|
||||
'settings',
|
||||
'token',
|
||||
'trade',
|
||||
])),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue