hstore_translate
Attribute translator
A Rails I18n library that uses PostgreSQL's hstore datatype to translate model attribute values.
Rails I18n library for ActiveRecord model/data translation using PostgreSQL's hstore datatype. It provides an interface inspired by Globalize3 but removes the need to maintain separate translation tables.
11 stars
2 watching
7 forks
Language: Ruby
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
cfabianski/json_translate | A Rails I18n library for translating model attribute values using PostgreSQL's JSONB datatype or MySQL's JSON datatype | 109 |
globalize/globalize | Enables translation of model attributes in ActiveRecord models | 2,157 |
adoprog/sitecore-item-translator | An Item Translator module that integrates Google Translate to translate text between languages with a single click. | 1 |
r18n/r18n | A Ruby-based internationalization tool for translating applications into multiple languages | 515 |
dhyegocalota/active_admin-humanized_enum | Easily translate enum values in ActiveAdmin using an integrated Humanized Enum solution. | 6 |
jquery-i18n-properties/jquery-i18n-properties | Provides internationalization for JavaScript applications using resource bundles (.properties) files. | 428 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,313 |
unmantained-activeadmin-plugins/activeadmin-globalize | Gem that makes it easy to translate resource fields in ActiveAdmin, but is no longer actively maintained. | 51 |
pedrofurtado/timeliness-i18n | Provides translations for Rails gems related to time and validation | 16 |
eric-guo/attr_accessible2strong_params | Automates conversion of Rails 3 attr_accessible to Rails 4 Strong Parameter setup | 5 |
wild5r/activeadmin_hstore_editor | Enables editing of PostgreSQL hstore values as JSON trees in ActiveAdmin forms | 38 |
crbelaus/trans | A way to manage translations in Elixir applications by storing them directly within the schema | 231 |
schemaplus/schema_plus_foreign_keys | A Ruby on Rails extension gem providing support for foreign key constraints in migrations and active record | 4 |
gabrie-allaigre/ngx-easy-i18n-js | A library and Angular module for easy internationalization using static translations | 2 |
schemaplus/schema_auto_foreign_keys | Automatically adds foreign key constraints and indexes to database tables during migration | 23 |