diff --git a/config/locales/en.yml b/config/locales/en.yml
index 04d3a1a67..e57723cd1 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1,21 +1,4 @@
en:
- views:
- pagination:
- first: "« First"
- last: "Last »"
- previous: "‹ Prev"
- next: "Next ›"
- truncate: "…"
- helpers:
- page_entries_info:
- one_page:
- display_entries:
- zero: "No %{entry_name} found"
- one: "Displaying 1 %{entry_name}"
- other: "Displaying all %{count} %{entry_name}"
- more_pages:
- display_entries: "Displaying %{entry_name} %{first} - %{last} of %{total} in total"
-
time:
formats:
default: "%Y-%m-%d %H:%M"