Sha256: 2c30771db8dc90610c983eb375473fc63c5cf97453788b2c3e7084fcf29b20d2
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
#add locales.xlsx to Your_Rails_App/config/locales/ # add gem to the gemfile # gem "excel2local", '~> 0.1.3' to require "Excel2local" # add Excel2local::localize! './config/locales/locales.xlsx','./config/locales' to config.ru Excel2local::localize! './config/locales/locales.xlsx','./config/locales'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
excel2local-0.1.1 | example/Your_Rails_App/example.rb |
excel2local-0.1.0 | example/Your_Rails_App/example.rb |