diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-04-14 20:30:55 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-15 02:30:55 +0200 |
commit | 619817d29e928bfac8eae50cfb6be93c5657e24c (patch) | |
tree | b5b3127c9333e4ba1bee699db571c12fe7f1b38d /config/locales/en.yml | |
parent | 0655f16cc1f97f63e792e8c6463d50493e1deb69 (diff) |
Remove unused will_paginate.page_gap key from i18n (#1815)
This value was changed recently, and every locale which had it set was using the same value as the default. This value is still the default in the new location.
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 9c2708923..e2f187399 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -298,5 +298,3 @@ en: users: invalid_email: The e-mail address is invalid invalid_otp_token: Invalid two-factor code - will_paginate: - page_gap: "…" |