I'm working on multi-language website.
For example, DB table pages
for 1 lang looks like that
Now, I have 2 ideas about translations:
To use all tables in default language - English and create second table -
translations
use it only if needed.Or add columns like, title_ru, title_en... to the existing tables.
Which is faster, more efficient way? And please explain your idea (why you think like that)