Rails i18n in one table (CakePHP-like)? -
is there gem stores translations in 1 table cakephp does?
the polymorphic cakephp i18n-table has following structure:
id locale model foreign_key field content globalize3 i.e. uses new table each model translation find redundant.
you can add various backends i18n gem provides internationalization ruby. globalize3 1 option. more lightweight alternative i18n-active_record uses single table similar cakephp example.
Comments
Post a Comment