Skip to content Skip to sidebar Skip to footer
Showing posts with the label Internationalization

Wagtail Modeltranslation Language Switcher Doesn't Work On /search Page

I have added search url to i18n_patterns, but the language switcher doesn't work on that page. … Read more Wagtail Modeltranslation Language Switcher Doesn't Work On /search Page

Making Django Queries With Localized Dates

In my form I have a DateField called booking_date that is rendered with the AdminDateWidget. The co… Read more Making Django Queries With Localized Dates

Python Internationalization (gettext)

I'm experimenting with internationalization in Python. I started with a simple 'Hello, Worl… Read more Python Internationalization (gettext)