railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.87k stars 2.25k forks source link

Translation missing error #3592

Closed emrhnksck closed 1 year ago

emrhnksck commented 1 year ago

Describe the bug Hi i installed my project rails admin 3. I gave labels for grouping my models in rails_admin.rb. Labels comes from in en.yml file (en.admin.misc.example) but in admin panel rails admin gives error translation missing: en.admin.misc.example instead of my labels. I added the required fields to the en.yml file but it still gives an error how can i fix this?

Expected behavior It should be group by my models acording the labels existing in en.yml file shouldnt gives translation missing error

Additional context