Sha256: 41e08f48a263b9732e1a8c25288cd03597f5d6d94d56abe6acae4cd32b7f1e71

Contents?: true

Size: 422 Bytes

Versions: 1

Compression:

Stored size: 422 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.2 example/Your_Rails_App/example.rb