interchange / interchange6-schema

DBIC schema for Interchange 6
8 stars 7 forks source link

Translations in the database #190

Open racke opened 8 years ago

racke commented 8 years ago

For tables carrying fields which are subject to translations, I propose the following way to introduce i18n:

We add a xxx_i18n table, e.g. for products it would contain:

primary key sku language_iso_code name short_description description uri created last_modified active author_users_id

Feedback would be appreciated.