fix(lang): add missing i18n strings

This commit is contained in:
sct
2021-03-04 10:21:34 +00:00
parent 63c122e5e0
commit 6072e8aa9a
3 changed files with 5 additions and 8 deletions

View File

@@ -9,8 +9,6 @@ import Error from '../../pages/_error';
const messages = defineMessages({
discovertv: 'Popular Series',
genreSeries: '{genre} Series',
networkSeries: '{network} Series',
});
const DiscoverTv: React.FC = () => {