diff --git a/README.md b/README.md index eb5d8c37e..a9c0c3a41 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,6 @@ Use the official extras, or write your own in just a few lines. Extras add speci ### Backend Extras - [arel](http://ddnexus.github.io/pagy/extras/arel): Better performance of grouped ActiveRecord collections -Paginate arrays efficiently, avoiding expensive array-wrapping and without overriding - [array](http://ddnexus.github.io/pagy/extras/array): Paginate arrays efficiently, avoiding expensive array-wrapping and without overriding - [countless](http://ddnexus.github.io/pagy/extras/countless): Paginate without the need of any count, saving one query per rendering - [elasticsearch_rails](http://ddnexus.github.io/pagy/extras/elasticsearch_rails): Paginate `ElasticsearchRails` response objects diff --git a/lib/locales/fr.yml b/lib/locales/fr.yml index 846fafdd7..621415046 100644 --- a/lib/locales/fr.yml +++ b/lib/locales/fr.yml @@ -4,8 +4,8 @@ fr: pagy: item_name: - one: "élement" - other: "élements" + one: "élément" + other: "éléments" nav: prev: "‹ Précédent"