Sha256: a3db262ed8fbd214e2adb8962e31b1107754112151e10f3220f8317fca65a258
Contents?: true
Size: 954 Bytes
Versions: 1
Compression:
Stored size: 954 Bytes
Contents
# Admin Locales extension for Refinery CMS. ## Description This extension adds a locale attribute to dashboard users and a tab to change this locale in each user. The dashboard locale will allways load the user locale instead the selected locale in the views. If the user hasn't locale, the find locale method used will be the default refinery method. This refinery extension solves the locale dashboard conflicts with multiple users who need different locales at the same time. ## How to add this extension to your project ### Refinery 2: #### Add gem to Gemfile gem "refinerycms-admin-locales" #### Install extension rake refinery_admin_locales:install:migrations rake db:migrate ### Refinery 1: #### Add gem to Gemfile gem "refinerycms-admin-locales", "~> 1.0.0" #### Install extension rails generate refinerycms_admin_locales rake db:migrate **WARNING: Refinary 1 version, is not test, but it should work**
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-admin-locales-1.0.1 | readme.md |