Skip to content
Snippets Groups Projects
Commit 619817d2 authored by Matt Jankowski's avatar Matt Jankowski Committed by Eugen
Browse files

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.
parent 0655f16c
No related branches found
No related tags found
No related merge requests found
......@@ -165,5 +165,3 @@ bg:
users:
invalid_email: E-mail адресът е невалиден
invalid_otp_token: Невалиден код
will_paginate:
page_gap: "…"
......@@ -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: "…"
......@@ -293,5 +293,3 @@ fr:
users:
invalid_email: L'adresse courriel est invalide
invalid_otp_token: Le code d'authentification à deux facteurs est invalide
will_paginate:
page_gap: "…"
......@@ -161,5 +161,3 @@ hr:
users:
invalid_email: E-mail adresa nije valjana
invalid_otp_token: Nevaljani dvo-faktorski kod
will_paginate:
page_gap: "…"
......@@ -298,5 +298,3 @@ ja:
users:
invalid_email: メールアドレスが無効です
invalid_otp_token: 二段階認証コードが間違っています
will_paginate:
page_gap: "…"
......@@ -161,5 +161,3 @@ nl:
users:
invalid_email: Het e-mailadres is ongeldig
invalid_otp_token: Ongeldige twe-factor code
will_paginate:
page_gap: "…"
......@@ -164,5 +164,3 @@ ru:
users:
invalid_email: Введенный e-mail неверен
invalid_otp_token: Введен неверный код
will_paginate:
page_gap: "…"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment