Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Sep 17, 2018
2 parents 65db877 + 81a1233 commit d77b961
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## Version 0.19.1

### Changes

- added Spanish locale

### Commits

- [6d498a1](https://github.com/ddnexus/pagy/commit/6d498a1): Added Spanish locale (#82)
- [65db877](https://github.com/ddnexus/pagy/commit/65db877): general docs improvements
- [5862b3f](https://github.com/ddnexus/pagy/commit/5862b3f): updated README
- [6414395](https://github.com/ddnexus/pagy/commit/6414395): added GoRails screencast link to README
- [a8ad399](https://github.com/ddnexus/pagy/commit/a8ad399): docs fixes and improvements
- [435e849](https://github.com/ddnexus/pagy/commit/435e849): updated docs


## Version 0.19.0

### Important Changes
Expand Down
23 changes: 23 additions & 0 deletions lib/locales/pagy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,29 @@ en:
items:
show: "Show"
items: "items per page"
es:
pagy:
nav:
prev: "‹ Prev"
next: "Siguiente ›"
gap: "…"
current: "Estás en la página"
info:
single_page:
zero: "Sin resultados"
one: "Mostrando 1 %{item_name}"
other: "Mostrando %{count} %{item_name}"
multiple_pages: "Mostrando %{item_name}s %{from}-%{to} de %{count} en total"
item_name:
zero: "ítems"
one: "ítem"
other: "ítems"
compact:
page: "Página"
of: "de"
items:
show: "Mostrar"
items: "ítems por página"
tr:
pagy:
nav:
Expand Down
2 changes: 1 addition & 1 deletion lib/pagy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

require 'pathname'

class Pagy ; VERSION = '0.19.0'
class Pagy ; VERSION = '0.19.1'

class OutOfRangeError < StandardError; attr_reader :pagy; def initialize(pagy) @pagy = pagy end; end

Expand Down

0 comments on commit d77b961

Please sign in to comment.