From 84fd5e5133c92117bddebcb934cd3b684bf29939 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Sun, 18 Dec 2022 19:35:28 +0000 Subject: [PATCH] Update translation.json --- public/locales/en-GB/translation.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/en-GB/translation.json b/public/locales/en-GB/translation.json index cbc2eba3..f50d3c0b 100644 --- a/public/locales/en-GB/translation.json +++ b/public/locales/en-GB/translation.json @@ -20,6 +20,10 @@ "invalidUrl": "Your URL may be invalid", "arrowText": "Go back" }, + "seasons": { + "season": "Season {{season}}", + "failed": "Failed to get season data" + }, "notFound": { "backArrow": "Back to home", "media": { @@ -43,4 +47,4 @@ "errorBoundary": { "text": "The app encountered an error and wasn't able to recover, please report it to the" } -} \ No newline at end of file +}