diff --git a/lib/locales/pt-BR.yml b/lib/locales/pt-BR.yml index b52e8259e..03a8a4e59 100644 --- a/lib/locales/pt-BR.yml +++ b/lib/locales/pt-BR.yml @@ -2,11 +2,9 @@ pt-BR: pagy: aria_label: - # please add a comment in the https://github.com/ddnexus/pagy/issues/598 - # posting the translation of the following "Page"/"Pages" with the plurals for this locale - nav: "Pages" -# one: "" -# other: "" + nav: + one: "Página" + other: "Páginas" prev: "Anterior" next: "Próximo" prev: "<" diff --git a/lib/locales/pt.yml b/lib/locales/pt.yml index e8fcda79b..b86c8dc01 100644 --- a/lib/locales/pt.yml +++ b/lib/locales/pt.yml @@ -2,11 +2,9 @@ pt: pagy: aria_label: - # please add a comment in the https://github.com/ddnexus/pagy/issues/597 - # posting the translation of the following "Page"/"Pages" with the plurals for this locale - nav: "Pages" -# one: "" -# other: "" + nav: + one: "Página" + other: "Páginas" prev: "Anterior" next: "Próximo" prev: "<"