Giter Club home page Giter Club logo

Comments (8)

mikehaertl avatar mikehaertl commented on May 27, 2024

Hmm, I think this was mainly my personal preference for all lowercase URLs. But I guess you have a valid point here. Can you check if my commit above helps you? It adds an option keepUpperCaseLanguageCode.

from yii2-localeurls.

kavolorn avatar kavolorn commented on May 27, 2024

Thanks! This commit is working for me though consistency is not perfect yet :)

I have prepared table which explains how I see it.

Case sensitivity enabled Case sensitivity disabled
Config language URL language URL language
en-GB en-gb en-GB en-gb
en-GB VALID now VALID
should 404
or 302 en-GB
302 en-gb VALID
en-gb now VALID
should 404
or 302 en-gb
VALID now VALID
should 302 en-gb
VALID

Not sure how hard it is to implement such states (because of additional language detection and maybe other things).

Does it make sence?

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 27, 2024

Config language should never use a lowercase country code, so your line with en-gb is not valid IMO. It must always be en-GB.

I'm also not sure, if we really should be so strict and issue 404 or 302 in the cases you've shown. Notice that you can also use wildcard patterns like en-*. The basic idea was, to make the extension case insensitive with URLs, so that both en-GB and en-gb work - but the former is redirected by default to make URLs unambiguous.

from yii2-localeurls.

kavolorn avatar kavolorn commented on May 27, 2024

Ah, now I understand. I thought that you want to have lowercase codes in configuration also. It is fine how it works now. Thanks for new option!

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 27, 2024

@kavolorn Ok, thanks. I'll create a 1.4.0 release (new feature). Please note that I will rename keepUpperCaseLanguageCode to keepUppercaseLanguageCode (notice the lowercase c). This is more correct as "uppercase" is a single word in english.

from yii2-localeurls.

kavolorn avatar kavolorn commented on May 27, 2024

Alright! Thanks :)

from yii2-localeurls.

kavolorn avatar kavolorn commented on May 27, 2024

Just noticed that default / url redirects only to lowercase version even keepUppercaseLanguageCode is turned on. Is it a big thing to redirect to uppercase version by default (if option specified)? Thx

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 27, 2024

Confirmed and (hopefully) fixed in brandnew release 1.4.2 ;)

from yii2-localeurls.

Related Issues (20)

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.