Git Product home page Git Product logo

laravel-localize-middleware's People

Contributors

benconstable avatar bryant1410 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

laravel-localize-middleware's Issues

The "dynamic" route prefix {$locale} seems to be not ever captured...

Hi, to the Author & all Users,

I've tried it and it doesn't work, and the "dynamic prefix" {$locale} seems to be not ever captured.

BenConstable\Localize\Determiners\Parameter

public function determineLocale(Request $request)
    {
        return $request->input($this->requestParam, $this->fallback);
    }
  1. The $locale is not captured within the $request->input array.
  2. In fact it was captured in the $request->segments() array.
  3. But it's not under the name ($locale), instead it's just simply $segment[1] (EDIT: corrected index) if I put it there.

This package has its strength over Waavi/Translate, it's more organized, has "stacked" drivers, and it doesn't have the "string/model translation" that I don't need for now. But its weakness is that all the "default locale redirection" & "route integrity checks" are being left out, making it way less robust in handling most common routing cases.

I'll planning to either fork it or issue PR to enhance it. If the Author is still active here maybe we can chat. I don't have much free time to spare besides work, but just happen that I need it so why not share it too? (only if I'm confident that my stuff works in the end though...)

Thanks.

Change locale using header?

In addition to the other methods would be cool to have another way to set the locale.

Via Accept-Language header maybe?

Precedence in determiners

It would be nice if we could set a precedence in determiners. Eg. first check for a cookie and if not exists then check for a parameter, then for a session key and finally for a header attribute.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.