소스 검색

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.
master
Matt Jankowski 7 년 전
committed by Eugen
부모
커밋
619817d29e
7개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  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 파일 보기

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

+ 0
- 2
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: "…"

+ 0
- 2
config/locales/fr.yml 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

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

+ 0
- 2
config/locales/nl.yml 파일 보기

@@ -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 파일 보기

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

불러오는 중...
취소
저장