Skip to content

Commit

Permalink
fix for missing suffix fr method reference in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Apr 23, 2020
1 parent 73600be commit 7ced96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/frontend.md
Expand Up @@ -220,7 +220,7 @@ That instance variable will be used by the [pagy_t](#pagy_tpath-vars) method inc

When Pagy uses its own i18n implementation, it has only access to the strings in its own files and not in other `I18n` files used by the rest of the app.

That means that if you use the `pagy_info` or `pagy_items_selector` helpers with the specific model names instead of the generic "items" string, you may need to add entries for the models in the pagy dictionary files. For example:
That means that if you use the `pagy_info` or `pagy_items_selector_js` helpers with the specific model names instead of the generic "items" string, you may need to add entries for the models in the pagy dictionary files. For example:

```yaml
en:
Expand Down

0 comments on commit 7ced96c

Please sign in to comment.