Fixed #500: Add translations for active record validations (GRN2-127) (#504)

* Add translations for the validation messages

* Add translations for next/prev button
This commit is contained in:
shawn-higgins1
2019-05-07 12:17:42 -04:00
committed by Jesus Federico
parent 73f6ec846f
commit b5aa7edd16
2 changed files with 12 additions and 1 deletions

View File

@ -143,4 +143,4 @@ Pagy::VARS[:items] = Rails.configuration.pagination_rows # default
# I18n extra: uses the standard i18n gem which is ~18x slower using ~10x more memory
# than the default pagy internal i18n (see above)
# See https://ddnexus.github.io/pagy/extras/i18n
# require 'pagy/extras/i18n'
require 'pagy/extras/i18n'