cirandas.net

ref: master

plugins/orders_cycle/lib/orders_cycle_plugin/translation_helper.rb


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
module OrdersCyclePlugin::TranslationHelper

  protected

  # included here to be used on controller's t calls
  include TermsHelper

  def i18n_scope
    ['orders_cycle_plugin', 'orders_plugin', 'suppliers_plugin', 'volunteers_plugin']
  end

end