fix missing translations

This commit is contained in:
saml33 2023-12-02 22:55:19 +11:00
parent ee6576e3e7
commit 89f83aca73
16 changed files with 17 additions and 3 deletions

View File

@ -6,6 +6,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, [
'close-account',
'common',
'notifications',
'onboarding',

View File

@ -7,6 +7,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
props: {
...(await serverSideTranslations(locale, [
'borrow',
'close-account',
'common',
'notifications',
'onboarding',

View File

@ -40,6 +40,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, [
'close-account',
'common',
'notifications',
'onboarding',

View File

@ -20,6 +20,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, [
'close-account',
'common',
'notifications',
'onboarding',

View File

@ -18,6 +18,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, [
'close-account',
'common',
'notifications',
'onboarding',

View File

@ -14,6 +14,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, [
'close-account',
'common',
'notifications',
'onboarding',

View File

@ -10,6 +10,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, [
'close-account',
'common',
'governance',
'notifications',

View File

@ -8,6 +8,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, [
'close-account',
'common',
'governance',
'notifications',

View File

@ -8,6 +8,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
...(await serverSideTranslations(locale, [
'account',
'activity',
'close-account',
'common',
'explore',
'governance',
@ -21,7 +22,6 @@ export async function getStaticProps({ locale }: { locale: string }) {
'stats',
'token',
'trade',
'close-account',
])),
},
}

View File

@ -7,6 +7,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
props: {
...(await serverSideTranslations(locale, [
'account',
'close-account',
'common',
'leaderboard',
'notifications',

View File

@ -20,7 +20,9 @@ export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, [
'close-account',
'common',
'nft-market',
'notifications',
'onboarding',
'profile',
@ -28,7 +30,6 @@ export async function getStaticProps({ locale }: { locale: string }) {
'settings',
'token',
'trade',
'nft-market',
])),
},
}

View File

@ -8,6 +8,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, [
'close-account',
'common',
'governance',
'notifications',

View File

@ -6,6 +6,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
return {
props: {
...(await serverSideTranslations(locale, [
'close-account',
'common',
'notifications',
'onboarding',

View File

@ -7,6 +7,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
props: {
...(await serverSideTranslations(locale, [
'activity',
'close-account',
'common',
'notifications',
'onboarding',

View File

@ -7,6 +7,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
props: {
...(await serverSideTranslations(locale, [
'account',
'close-account',
'common',
'notifications',
'onboarding',
@ -16,7 +17,6 @@ export async function getStaticProps({ locale }: { locale: string }) {
'settings',
'swap',
'trade',
'close-account',
])),
},
}

View File

@ -22,6 +22,7 @@ export async function getStaticProps({ locale }: { locale: string }) {
'onboarding',
'onboarding-tours',
'profile',
'search',
'settings',
'swap',
'trade',