Sha256: 42c90e6e379bb547ba4210d6e6c00f38d126ea2377886374e782d20e1c38c8f0
Contents?: true
Size: 433 Bytes
Versions: 1
Compression:
Stored size: 433 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 next for localize only one file './config/locales/locales.xlsx' to './config/locales' #Excel2local::localize! './config/locales/locales.xlsx','./config/locales' #add next to config.ru for localize all files from './config/locales' Excel2local::localize_all! './config/locales'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
excel2local-0.1.3 | example/Your_Rails_App/example.rb |