Browse Source

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.
closed-social-glitch-2
Matt Jankowski 7 years ago
committed by Eugen
parent
commit
619817d29e
7 changed files with 0 additions and 14 deletions
  1. +0
    -2
      config/locales/bg.yml
  2. +0
    -2
      config/locales/en.yml
  3. +0
    -2
      config/locales/fr.yml
  4. +0
    -2
      config/locales/hr.yml
  5. +0
    -2
      config/locales/ja.yml
  6. +0
    -2
      config/locales/nl.yml
  7. +0
    -2
      config/locales/ru.yml

+ 0
- 2
config/locales/bg.yml View File

@ -165,5 +165,3 @@ bg:
users:
invalid_email: E-mail адресът е невалиден
invalid_otp_token: Невалиден код
will_paginate:
page_gap: "…"

+ 0
- 2
config/locales/en.yml View File

@ -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: "…"

+ 0
- 2
config/locales/fr.yml View File

@ -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: "…"

+ 0
- 2
config/locales/hr.yml View File

@ -161,5 +161,3 @@ hr:
users:
invalid_email: E-mail adresa nije valjana
invalid_otp_token: Nevaljani dvo-faktorski kod
will_paginate:
page_gap: "…"

+ 0
- 2
config/locales/ja.yml View File

@ -298,5 +298,3 @@ ja:
users:
invalid_email: メールアドレスが無効です
invalid_otp_token: 二段階認証コードが間違っています
will_paginate:
page_gap: "…"

+ 0
- 2
config/locales/nl.yml View File

@ -161,5 +161,3 @@ nl:
users:
invalid_email: Het e-mailadres is ongeldig
invalid_otp_token: Ongeldige twe-factor code
will_paginate:
page_gap: "…"

+ 0
- 2
config/locales/ru.yml View File

@ -164,5 +164,3 @@ ru:
users:
invalid_email: Введенный e-mail неверен
invalid_otp_token: Введен неверный код
will_paginate:
page_gap: "…"

Loading…
Cancel
Save