Sha256: 05e3740fa04b58380e075c0d11a5acbf94bc9551eb8e59a76df1d87d3755bc3b

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

begin
  require "i18n"
rescue LoadError => e
  puts "The i18n gem is not available. Please add it to your Gemfile and run bundle install"
  raise e
end

I18n.load_path << File.expand_path("locale/es.yml", __dir__)
I18n.locale = :es

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buho_cfdi-0.1.12 lib/buho_cfdi/i18n.rb