Skip to content

add getLocalizedNative($locale) + update rdme & add fix for "hideDefaultLocaleInURL" #387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from

Conversation

ctf0
Copy link

@ctf0 ctf0 commented Dec 24, 2016

so user can do something like

{{ LaravelLocalization::getCurrentLocale() == 'en'
   ? LaravelLocalization::getLocalizedNative('ar')
   : LaravelLocalization::getLocalizedNative('en') }}

ctf0 and others added 4 commits December 24, 2016 05:05
so user can do something like
```blade
{{ LaravelLocalization::getCurrentLocale() == 'en'
   ? LaravelLocalization::getLocalizedNative('ar')
   : LaravelLocalization::getLocalizedNative('en') }}
```
@ctf0
Copy link
Author

ctf0 commented Dec 30, 2016

@mcamara not sure what exactly is the error with travis to fix

@mcamara mcamara force-pushed the master branch 4 times, most recently from 8db4e89 to 1f90dde Compare January 27, 2017 12:23
@ctf0 ctf0 changed the title add getLocalizedNative($locale) & update rdme add getLocalizedNative($locale) + update rdme & add fix for "hideDefaultLocaleInURL" Jan 30, 2017
@mcamara
Copy link
Owner

mcamara commented Feb 18, 2017

If you rebase with master, you will fix the errors in your branch.

@ctf0
Copy link
Author

ctf0 commented Feb 19, 2017

i've merged the master changes back to my copy, but still no difference made, u can review it and tell me what to change to get it fixed and i'll do it

@ctf0 ctf0 closed this Mar 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants