feat(frontend): added more localized strings

This commit is contained in:
sct
2020-11-27 06:59:22 +00:00
parent 45d6a1e1c0
commit 659a601877
25 changed files with 646 additions and 268 deletions

View File

@@ -35,7 +35,7 @@ const MovieSimilar: React.FC = () => {
return `/api/v1/movie/${router.query.movieId}/similar?page=${
pageIndex + 1
}`;
}&language=${locale}`;
},
{
initialSize: 3,