scarfacedeb / rails_admin_globalize_field

Tabbed interface and custom field type for globalize translations for Rails_admin
MIT License
50 stars 60 forks source link

Translated field names #37

Closed airled closed 4 years ago

airled commented 4 years ago

Hi. Is it possible to use localized attribute names inside tab here? 2019-10-16-163550_1366x768_scrot Name and subtitle are translated for my default locale (not en) via ru/active_record/attributes/MY_MODEL/name and ru/active_record/attributes/MY_MODEL/subtitle. Should I add anything else in locale files?

scarfacedeb commented 4 years ago

@airled Yes, it's possible. See: #32.

airled commented 4 years ago

Oh, so sorry for my inattention. Thanks a lot!