Is there a Gem that stores translations in one table like CakePHP does?
The polymorphic CakePHP i18n-table has the following structure:
id
locale
model
foreign_key
field
content
Globalize3 i.e. uses a new table for each model translation which I find too redundant.