We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just started to play with GoodJob and the Dashboard seems to be throwing up a lot of missing translation errors...
I do have i18n with in the Rails app I have, but I don't see anything that could be causing issues.
Rails 7.1.2 GoodJob 3.21.5
The text was updated successfully, but these errors were encountered:
That's strange! You can see what it's supposed to look like on the Demo, which is also running Rails 7.1.2: https://goodjob-demo.herokuapp.com/good_job/jobs
I noticed that the translation key it's looking for is a little strange:
Translation missing: en.good_job.datetime.distance_in_words.minutes
The Rails distance_of_time_in_words key is .x_minutes whereas yours just shows .minutes.
distance_of_time_in_words
.x_minutes
.minutes
Any chance you're monkeypatching time helpers?
Sorry, something went wrong.
Ugh, my bad. I forgot I had this gem loaded... https://github.com/radar/distance_of_time_in_words as it appears in the Gemfile as dotiw.
dotiw
If I remove it, then it works correctly.
No branches or pull requests
Just started to play with GoodJob and the Dashboard seems to be throwing up a lot of missing translation errors...
I do have i18n with in the Rails app I have, but I don't see anything that could be causing issues.
Rails 7.1.2
GoodJob 3.21.5
The text was updated successfully, but these errors were encountered: