Skip to content

Customizing the Pagy dictionary - filepath or other? #498

Closed Answered by lapser
lapser asked this question in Q&A
Discussion options

You must be logged in to vote

OK, found the problem!

In my 'config/locales/*.yml' files I had things like this causing the error:

  order:
    - :day
    - :month
    - :year

I just changed them to this:

  order:
    - ":day"
    - ":month"
    - ":year"

And the Psych-related error is gone.

The I18n Pagy dictionary is overrided now and works.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lapser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant