Joined June 2013
·
Posted to
Easy i18n with language prefix and language-related route in Laravel 4
over 1 year
ago
Thanks !
The problem with your approach is you lost the translated route for each language ("/en/home" -> "/fr/home" and not "/fr/accueil"). I will look into it.
Posted to
Easy i18n with language prefix and language-related route in Laravel 4
over 1 year
ago
Actually yes, it was a typo. Thanks to you, I fixed them all and it should be alright now.
Pleased that you managed to get it working! :)
Thanks again.
Posted to
How to get language switching back in Laravel 4
over 1 year
ago
Thanks for this. I made a few improvements so that URL in views are prefixed.
@romainsauvaire, take a look : https://coderwall.com/p/czumyq
Posted to
Node.js, watching for file create/delete
over 1 year
ago
Thanks, this is very useful !
Achievements
262 Karma
28,613 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Good point, we are on the same wavelength! However, the goal of this protip is to provide a way to allow language related routes, as some people want it. :)