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.8.4 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.8.3 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.8.2 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.8.1 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.8.0 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.7.3 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.7.2 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.7.1 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.7.0 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.6.1 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.6.0 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.5.0 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.4.2 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.4.1 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.4.0 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.3.2 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.3.1 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.3.0 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.2.5 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.2.4 lib/parliament/utils/helpers/translation_helper.rb