You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin UI is translatable. Django will automatically select the right language based on the user's browser settings (requires `django.middleware.locale.LocaleMiddleware` in your `MIDDLEWARE`).
143
+
144
+
### Adding a new language
145
+
146
+
1. From the `wagtail_localize_intentional_blanks` directory, generate a `.po` file for the new locale:
0 commit comments