chore(org): Load updated namespace after i18n changes
This commit is contained in:
parent
28b4e4f279
commit
3eee1c5eeb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default NewDesignPage
|
||||||
export async function getStaticProps({ locale, params }) {
|
export async function getStaticProps({ locale, params }) {
|
||||||
return {
|
return {
|
||||||
props: {
|
props: {
|
||||||
...(await serverSideTranslations(locale, [`o_${params.design}`, ...namespaces])),
|
...(await serverSideTranslations(locale, [params.design, ...namespaces])),
|
||||||
design: params.design,
|
design: params.design,
|
||||||
page: {
|
page: {
|
||||||
locale,
|
locale,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue