No commit activity in last 3 years
No release in over 3 years
Manage locale for each user in the refinerycms admin.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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 tested, but it should works