You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I hit this issue too. It seems for a string title inside a file index.html.erb in this path app/views/<ignored>/<last_dir>/index.html.erb it generates:
en:
last_dir:
index:
title: 'title'
but Rails (4.2.8 at least) would try to load:
en:
ignored:
last_dir:
index:
title: 'title'
PD: @stefanoverna: I'm so grateful for this plugin! You can't imagine how much time you saved me <3
I tried to add relative translations for my view in
app/views/admin/users/index.html.erb
but instead ofadmin.users.index
i gotusers.index
for a key.The text was updated successfully, but these errors were encountered: