Git Product home page Git Product logo

Comments (3)

NotSqrt avatar NotSqrt commented on May 21, 2024

Did you activate the middleware ?

https://docs.djangoproject.com/en/1.6/topics/i18n/translation/#how-django-discovers-language-preference

from django-parler.

gowram avatar gowram commented on May 21, 2024

yes I activated my middleware...

MIDDLEWARE_CLASSES = (
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',

)

from django-parler.

vdboor avatar vdboor commented on May 21, 2024

Hi, thanks for checking parler out!

It looks like the project is not fully working with multiple languages yet. When that is fixed, parler will follow. There are multiple ways to have URLs in multiple languages, but the simple way is using LocaleMiddleware (which switches the language either to the browser-language or URL prefix) and i18n_patterns() to have URLs in multiple languages.

Are you also using i18n_patterns() to have your URLs available in different languages?

Is your SITE_ID set to one of the entries in PARLER_LANGUAGES?

Note you can also redefine LANGUAGES = (..) in your settings to shorten the list of available languages.

from django-parler.

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.