From a101c5c507c874ad61b2cf6234514f376c112901 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 23 Jan 2020 12:55:53 -0500 Subject: [PATCH] Change in English locale to add "end" The "end" term is used in the _date_range_form, but there is no entry in the English locale. Added so that it can start being translated with Transifex. --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 71b5ed3a9a..5b616a1fa5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2790,6 +2790,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using status: "status" new: "New" start: "Start" + end: "End" stop: "Stop" first: "First" previous: "Previous"