Sha256: 74cabf6e6f64a013c910cd5ea435d337b2080dd3f8e013426a4df40bdf644287

Contents?: true

Size: 233 Bytes

Versions: 25

Compression:

Stored size: 233 Bytes

Contents

module Parliament
  module Utils
    module Helpers
      module TranslationHelper
        require 'i18n'
        
        I18n.load_path = ['config/locales/en.yml']
        I18n.backend.load_translations
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
parliament-utils-0.2.3 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.2.2 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.2.1 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.2.0 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.1.0 lib/parliament/utils/helpers/translation_helper.rb