I have a website on Kohana and I'm planning to have it multi-language.
Now I know the way with i18n folder and inside each language folder
there's some sort of strings.php file..
But I want a dynamic way (on DB) so I could change the values whenever I want
through the website.
Is there any common table schema that is usually used for multi-lang content?