Changes between Initial Version and Version 1 of Ticket #33668
- Timestamp:
- Apr 28, 2022, 7:16:04 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33668 – Description
initial v1 3 3 This code correctly sets the language in Chrome (100) & Firefox (99.0.1), but not in Safari (15.4). 4 4 5 6 {{{ 5 7 {% load i18n %} 6 8 … … 20 22 </form> 21 23 24 }}} 25 22 26 Request is made, its redirected to /i18n/setlang/ and back to the original page, but not switching language.