Sha256: 12376d5c85296eaea67490f0609f4c2fcd61ee1aaeb741cb3e6f9b416a227356

Contents?: true

Size: 225 Bytes

Versions: 12

Compression:

Stored size: 225 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

12 entries across 12 versions & 1 rubygems

Version Path
parliament-utils-0.11.3 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.11.2 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.11.1 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.11.0 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.10.2 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.10.1 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.10.0 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.9.1 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.9.0 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.8.7 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.8.6 lib/parliament/utils/helpers/translation_helper.rb
parliament-utils-0.8.5 lib/parliament/utils/helpers/translation_helper.rb