From b7e3d285ed35b623062eceb0d99035cafbf075a6 Mon Sep 17 00:00:00 2001 From: Yalagin Date: Thu, 27 Apr 2023 22:46:46 +0700 Subject: [PATCH] feat(watchlist): add translation for en --- src/i18n/locale/en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 276214422..b9bab2e4f 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -1080,6 +1080,11 @@ "components.UserProfile.seriesrequest": "Series Requests", "components.UserProfile.totalrequests": "Total Requests", "components.UserProfile.unlimited": "Unlimited", + "components.TitleCard.addToWatchList": "Add to watchlist", + "components.TitleCard.watchlistCancel": "watchlist for {title} canceled.", + "components.TitleCard.watchlistDeleted": "{title} Removed from watchlist successfully!", + "components.TitleCard.watchlistError": "Something went wrong try again.", + "components.TitleCard.watchlistSuccess": "{title} added to watchlist successfully!", "i18n.advanced": "Advanced", "i18n.all": "All", "i18n.approve": "Approve",