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
def self.register(tab)
tab.name = ::I18n.t(:'refinery.plugins.refinery_page_images.tab_name')
tab.partial = "/refinery/admin/pages/tabs/images"
end
Unfortunately the tab.name is not correctly translated as the preferred locale has not yet been set. It keeps showing 'Images' while my locale has been set to :nl.
The text was updated successfully, but these errors were encountered:
On initializing the PageImage extension it says:
Unfortunately the tab.name is not correctly translated as the preferred locale has not yet been set. It keeps showing 'Images' while my locale has been set to :nl.
The text was updated successfully, but these errors were encountered: