Laravel Translate Message

Laravel Translate Message

Hello HashNode Community,

I wanna announce about a very simple package I was working on it last week, hope it helps a lot of ppl who are suffering from translation in applications with multi languages, it seems that all the applications are multi Languache :D ...

the Laravel-translate-message package will help you to write English messages in your code and it will handle the translation for you and will write in the lang folder in laravel in case you would like to make some edit's on the translation next time it appears

so it will provide you with the new helper function __t() or ___() which work the same way trans() function work in the past just pass the group and the translation word like that __t('app.translation word') then don't care about anything else ..

Easy and Simple Right,, that's what I want to do :D ..

To Know more and to try the package here it is , enjoy laravel-translate-message