Giter Club home page Giter Club logo

Comments (11)

ajithfort avatar ajithfort commented on May 27, 2024

also my local language is 'MALAYALAM' so i tried like this
'languages' => ['en-US', 'en', 'fr', 'de', 'es-*','ml-IN'],
and typed url as 192.168.1.3/~user/urshow/frontend/web/index.php/ml-in?r=index.php
so i thought website would change to 'malayalam' but no change happened.

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 27, 2024

Weird, because the URLs you show are not pretty URLs. But this extension requires enablePrettyUrl to be set:

https://github.com/codemix/yii2-localeurls/blob/master/UrlManager.php#L119

Did you disable or override this somehow?

from yii2-localeurls.

ajithfort avatar ajithfort commented on May 27, 2024

i haven't enabled pretty url

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 27, 2024

Then how do you get this URL .../frontend/web/index.php?r=site/home? With pretty URLs you should never see any query parameters in your URLs.

from yii2-localeurls.

ajithfort avatar ajithfort commented on May 27, 2024

sorry for my late reply. if i had enabled pretty url then my url would be like
/frontend/web/index.php/site/home. i will enable pretty URL and try.

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 27, 2024

Pretty URLs are automatically enabled, otherwhise you'd see an exception. If it still doesn't work, you should check, which URL is used for your images. Most important: Please show some code, how you create the image URLs on your site.

from yii2-localeurls.

ajithfort avatar ajithfort commented on May 27, 2024

i think problem is with pretty url. i will update about my progress

from yii2-localeurls.

ajithfort avatar ajithfort commented on May 27, 2024

ok i have enabled pretty url and this is my code
'urlManager' => [
'class' => 'codemix\localeurls\UrlManager',
'languages' => ['en-US', 'en', 'fr', 'de', 'es-*'],
'enableDefaultLanguageUrlCode' => true,
'enableLanguagePersistence' => false,
'class' => 'yii\web\UrlManager',
'enablePrettyUrl' => true,
'showScriptName' => false,
'rules' => array(
'controller:w+/id:d+' => '/view',
'controller:w+/action:w+/id:d+' => '/',
'controller:w+/action:w+' => '/',
),
],
now i got error like this
screenshot from 2015-07-31 10 21 23

from yii2-localeurls.

ajithfort avatar ajithfort commented on May 27, 2024

ok got it. actually i had declared class twice inside url manager. i removed it and got it working.

from yii2-localeurls.

ajithfort avatar ajithfort commented on May 27, 2024

if i type my url like this 192.168.1.3/~user/urshow/frontend/web/es/site/home
i should get my website in spanish isn't it? but no change is happening, its still in english. why?

from yii2-localeurls.

mikehaertl avatar mikehaertl commented on May 27, 2024

Yes it should, as this is the main feature of this extension - and this definitely works. Must still be some problem on your side. Maybe some AJAX request or something which sets the language back immediately after it was changed to es. You should use some debugging tool like firebug or Chrome's developer extension and examine the network requests.

I'm closing this for now. If you think there's a problem with this extension, please open a new issue and provide example code to reproduce the issue.

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.