There's a lot of open issues
This rubygem does not have a description or summary.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 5.2.3, < 7.2
 Project Readme

Build Status

Blacklight::LocalePicker

A dropdown locale switcher for Blacklight apps

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'blacklight-locale_picker'

And then execute:

$ bundle

Or install it yourself as:

$ gem install blacklight-locale_picker

And then run the install generator:

$ rails generate blacklight:locale_picker:install

Configuration

To add locales to your application, add an initializer.

Blacklight::LocalePicker::Engine.config.available_locales = ['en', 'es', 'pt-BR']

Translations

blacklight-locale_picker ships with i18n-tasks to help manage translations. To run a translation health check, run:

$ bundle exec rake i18n:health