Outdated translation replacement causing missing translation

I think this is related to

I was able to reproduce the issue that the string for preferences in Turkish was broken. I customized js.user.preferences before updating and after the update the new js.user.preferences.title was broken.
Then I ran

TranslationOverride.where(translation_key: "js.user.preferences").delete_all
TranslationOverride.send(:reload_locale!)

and this fixed it :tada:

But I would wait for confirmation from someone with more knowledge before I would try to do this myself on a production site

3 Likes