spatie / laravel-translatable

Making Eloquent models translatable

Home Page:https://spatie.be/docs/laravel-translatable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

translation set by extra key

karolisbarkauskas opened this issue · comments

Is there a way to add translation with extra column?

Example:

channel_id = 1
model_id = 1
locale = en
title = Title 1

channel_id = 2
model_id = 1
locale = en
title = Title 2

channel_id = 3
model_id = 1
locale = en
title = Title 3

etc. etc.