Remove roadmap translations
This commit is contained in:
parent
1a35c849f0
commit
2ebddcd6cf
5 changed files with 10 additions and 10 deletions
|
|
@ -384,7 +384,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
|||
context: context,
|
||||
version: version,
|
||||
error: false,
|
||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
||||
...(await serverSideTranslations(locale, ['common'])),
|
||||
},
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
@ -401,7 +401,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
|||
code: response?.status,
|
||||
text: response?.statusText,
|
||||
},
|
||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
||||
...(await serverSideTranslations(locale, ['common'])),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
|||
context: context,
|
||||
version: version,
|
||||
error: false,
|
||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
||||
...(await serverSideTranslations(locale, ['common'])),
|
||||
},
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
@ -194,7 +194,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
|||
code: response?.status,
|
||||
text: response?.statusText,
|
||||
},
|
||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
||||
...(await serverSideTranslations(locale, ['common'])),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
|||
context: context,
|
||||
version: version,
|
||||
error: false,
|
||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
||||
...(await serverSideTranslations(locale, ['common'])),
|
||||
},
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
@ -180,7 +180,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
|||
code: response?.status,
|
||||
text: response?.statusText,
|
||||
},
|
||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
||||
...(await serverSideTranslations(locale, ['common'])),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -407,7 +407,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
|||
context: context,
|
||||
version: version,
|
||||
error: false,
|
||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
||||
...(await serverSideTranslations(locale, ['common'])),
|
||||
},
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
@ -424,7 +424,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
|||
code: response?.status,
|
||||
text: response?.statusText,
|
||||
},
|
||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
||||
...(await serverSideTranslations(locale, ['common'])),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -407,7 +407,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
|||
context: context,
|
||||
version: version,
|
||||
error: false,
|
||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
||||
...(await serverSideTranslations(locale, ['common'])),
|
||||
},
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
@ -424,7 +424,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex
|
|||
code: response?.status,
|
||||
text: response?.statusText,
|
||||
},
|
||||
...(await serverSideTranslations(locale, ['common', 'roadmap'])),
|
||||
...(await serverSideTranslations(locale, ['common'])),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue