UCSCLibrary / ucsc-library-digital-collections

A rails app based on Hyrax to be used as a repository for UCSC library digital collections.
1 stars 2 forks source link

404 translations #655

Closed rschwab closed 1 year ago

rschwab commented 1 year ago

Resolves #404

  1. Our desired configuration for Rails I18n gem is consistent across environments, so the config setup moved from environment specific files into its own file under config/initializers.
  2. The error page for unsupported languages (and all other 500 errors) now has friendlier language and link back to the homepage.