From 619817d29e928bfac8eae50cfb6be93c5657e24c Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Fri, 14 Apr 2017 20:30:55 -0400 Subject: 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. --- config/locales/hr.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/locales/hr.yml') diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 64b1ae2ce..f6e6ed446 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -161,5 +161,3 @@ hr: users: invalid_email: E-mail adresa nije valjana invalid_otp_token: Nevaljani dvo-faktorski kod - will_paginate: - page_gap: "…" -- cgit