From 418d058cd33032b77f1157b8ef1b58a1c7f70630 Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Wed, 3 Mar 2021 15:24:12 -0500 Subject: [PATCH] feat(lang): add new translation string --- src/i18n/locale/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index b16e0875d3..edf19871d0 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -627,6 +627,7 @@ "components.TvDetails.playonplex": "Play on Plex", "components.TvDetails.recommendations": "Recommendations", "components.TvDetails.recommendationssubtext": "If you liked {title}, you might also likeā€¦", + "components.TvDetails.seasons": "{seasonCount} Seasons", "components.TvDetails.showtype": "Show Type", "components.TvDetails.similar": "Similar Series", "components.TvDetails.similarsubtext": "Other series similar to {title}",