locales/es.yml in will-paginate-i18n-0.1.14 vs locales/es.yml in will-paginate-i18n-0.1.15
- old
+ new
@@ -1,17 +1,16 @@
es:
will_paginate:
next_label: siguiente →
- page_gap: '…'
- previous_label: ← atrás
page_entries_info:
multi_page: Mostrando %{model} %{from} - %{to} de %{count} en total
- multi_page_html: Mostrando %{model} <b>%{from} - %{to}</b> de <b>%{count}</b>
- en total
+ multi_page_html: Mostrando %{model} <b>%{from} - %{to}</b> de <b>%{count}</b> en total
single_page:
one: Mostrando 1 %{model}
other: Mostrando en total %{count} %{model}
zero: No se encontraron %{model}
single_page_html:
one: Mostrando <b>1</b> %{model}
other: Mostrando en <b>total %{count}</b> %{model}
zero: No se encontraron %{model}
+ page_gap: "…"
+ previous_label: "← atrás"