st4lk / django-solid-i18n-urls

[DEPRECATED] Use default language for urls without language prefix.
http://www.lexev.org/en/
Other
112 stars 29 forks source link

SOLID_I18N_HANDLE_DEFAULT_PREFIX and django.views.i18n.set_language #17

Closed st4lk closed 9 years ago

st4lk commented 9 years ago

@jmp0xf said:

With setting SOLID_I18N_USE_REDIRECTS = True and SOLID_I18N_HANDLE_DEFAULT_PREFIX = True, the url name resolver seems OK now. But the new problem I encountered is that after the language is set to default, the url without language code prefix cannot be resolved.

The problem probably occurs when setting default language with set_language view.

st4lk commented 9 years ago

Fixed in v0.9.1.

st4lk commented 9 years ago

@jmp0xf please confirm, that bug is fixed