From 87121e89afd23968ad23e3f799dfb3a18d36bd0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:22:28 -0500 Subject: [PATCH] automated update to translation keys (#888) Co-authored-by: Paul's Grist Bot --- static/locales/en.client.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index 7376597b..bec87294 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -1377,5 +1377,15 @@ "FormSuccessPage": { "Form Submitted": "Form Submitted", "Thank you! Your response has been recorded.": "Thank you! Your response has been recorded." + }, + "DateRangeOptions": { + "Last 30 days": "Last 30 days", + "Last 7 days": "Last 7 days", + "Last Week": "Last Week", + "Next 7 days": "Next 7 days", + "This month": "This month", + "This week": "This week", + "This year": "This year", + "Today": "Today" } }