Bug ?
#664
Replies: 1 comment 7 replies
-
Can you please create a sample app that reproduce this error? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Facing this error: Sprockets::FileNotFound: couldn't find file 'i18n.js' with type 'application/javascript' Agter upgrading to Rails 7.0.1, Ruby 3.0.6.
I have tried both: gem 'i18n-js', ">= 4.0" as well as gem 'i18n-js'.
Included all three
//= require i18n
//= require i18n.js
//= require i18n/translations
This works fine with rails 6.1
Beta Was this translation helpful? Give feedback.
All reactions