mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- In tags cleanup code, the front page shortcut for email uses different tags than those provided in the manifest. When the app is instantiated in privileged code without setting up Django, this causes an error even though gettext_noop is used. Workaround by using a custom method for this. Tests: - Installing, enabling/disabling email apps works. - 'make update-translations' output shows that django.pot has been updated and the tags in question are part of the POT file. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>