activeadmin-globalize icon indicating copy to clipboard operation
activeadmin-globalize copied to clipboard

Provides translation UI for ActiveAdmin and Globalize gems

Results 16 activeadmin-globalize issues
Sort by recently updated
recently updated
newest added

When sorting a field that belongs to a translation table, an exception in thrown. This is not a problem of the gem, but the gem should facilitate this.

The filters for fields that belong to a translation table aren't shown anymore.

I would love to be able to use the locale selector inline, but with text links instead of flag images ([it's a sensitive issue](http://www.jankoatwarpspeed.com/you-should-never-use-flags-for-language-choice/)). It could keep using flags by...

I did run into an issue but there was no issue tracker enabled on the repo: - Create a new entity and only add the default translation (German in my...

Feature request: 1. If default_locale is `false`, (or we didnt found a default_locale in `available_locales), then: - if object has already some translations, just set as default the first one...

For example ``` f.has_many :variants, allow_destroy: true do |var| var.translated_inputs "", switch_locale: false do |t| t.input :size, hint: 'Weight' t.input :price end end ```