bestmomo / laravel5-example

Simple laravel5 example for tutorial
MIT License
1.2k stars 568 forks source link

Translations in the database #6

Closed UnrulyNatives closed 8 years ago

UnrulyNatives commented 9 years ago

Well, I decided to stick to this project and contribute to its development.

I am now upgrading from Laravel 4.2. I have a large amount of translations in the database, made with https://github.com/Waavi/translation

In my opinion the necessary feature is MIXED solution (database and files), which I use very often.

What are your plans in regard of translations stored in DB? Do you consider using https://github.com/dimsav/laravel-translatable?

bestmomo commented 9 years ago

Thank you to contribute to this project.

It's a big work to changes all french items in code !

I did not ask me about multilingual model instances. I'll have a look to this package. But packages have some issues for now to publish config on L5. I want to wait until L5 package system is done.

UnrulyNatives commented 9 years ago

Now when L5 is finally released, can we create a solution described in my initial post? I means sth to replace Waavi functionality.

As of now this issue is the only problem that blocks me from migrating from L4 to L5 in my projects :(