Translate single stigmata page

This commit is contained in:
Sakura Knoll
2022-01-08 18:57:51 +09:00 Unverified
parent f4fd7cc098
commit d33d4bd7ba
6 changed files with 142 additions and 17 deletions
@@ -41,6 +41,7 @@ export async function getStaticProps({
(a, b) => -a.type.localeCompare(b.type)
),
stigmataSet: getStigmataSetBySetId(stigmataData.set!) || null,
...(await getI18NProps(locale)),
},
}
}