title and description of a model. What is happening is that for now the app has 3 basic languages, more will be add later. To make this possible every translatable model has an i18n table counterpart. This i18n has one column per translatable property of the model together with the composite primary key model_id and locale, here is an example:Model will not have title and description fields. It will be saved on the i18n one with their respective locale, en_CA, fr_CA and etc.Tab overwrites all others locales. So if a save when en_CA tab is visible, the tab holding the values for fr_CA will be overwritten.Tabs was built: