The administration framework for Ruby on Rails.
Use searchable selects based on Select2 in Active Admin forms and filters.
Set of addons to help with the activeadmin ui
Flat design for ActiveAdmin
Translation library (i18n) for Angular
http loader for dynamically loading translation files for @ngx-translate/core
i18next internationalization framework
Drag and drop to reorder your ActiveAdmin tables.
Integrate jQuery xdan datetimepicker plugin to ActiveAdmin
Extension for ActiveAdmin gem to manage sidebar
AWS SDK for JavaScript Translate Client for Node.js, Browser and React Native
A free and unlimited API for Google Translate
A debug logger package for other Google libraries
> Compiler for ngx-translate that uses messageformat.js to compile translations using ICU syntax for handling pluralization and gender
A free and unlimited API for Google Translate
Tiny and powerful i18n tools (Next plugin + API) to translate your Next.js pages.
ActiveAdmin skin based on Google's Material Design.
Extract strings from projects using ngx-translate
Tiny and powerful i18n plugin to translate your Next.js pages.
A free and unlimited API for Google Translate(contains single and multiple)
A simple and free API for Bing & Microsoft Translator for Node.js
A library of utilities for testing with the ngx-translate i18n Angular library
Moves a shape or location in a specific direction.
Extract strings from projects using ngx-translate
Translate your models in ActiveAdmin with Globalize3.
Easily translate ActiveRecord's enums in your ActiveAdmin.
Handles globalize translations in ActiveAdmin 0.6.3 and Rails 3.2.x
Handles globalize translations in ActiveAdmin >=1.3 and Rails >=5.2
Easy to set up translatable menus in Rails with ActiveAdmin, Devise, Globalize and a couple of friends, that does everything but the actual rendering.
Have 3-state radiobuttons instead of a 2-state checkbox for your Boolean columns which can store NULL. This gem: 1. Provides a custom Formtastic input type `:tristate_radio` which renders 3 radios (“Yes”, “No”, “Unset”) instead of a checkbox (only where you put it). 2. Teaches Rails recognize `"null"` and `"nil"` param values as `nil` 3. Encourages you to add translations for ActiveAdmin “status tag” so that `nil` be correctly translated as “Unset” instead of “False”. Does not change controls, you need to turn it on via `as: :tristate_radio` option.