Create resource on index page not using i18n
Created by: emmanuelcohenlaroque
It seems that the code used in the index.html.erb view partial is not translating the activerecord model name in the 'Create ' action link, while the "Create" action correctly translated. The side navigation (_navigation.html.erb partial) does correctly translate the model name howerver, so I don't believe this is an issue with my locale.yml.
Probably in this part:
t("administrate.actions.new_resource",
name: page.resource_name.titleize.downcase
),
[:new, namespace, page.resource_path],
class: "button",