blob: 7a9846b1bef7523e00f0ebe03f2f24c4f831c18c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# force the retranslation of generated strings and external module
from django.utils.translation import gettext_lazy as _
_("username")
_("email address")
_("warehouse")
_("New warehouse")
_("warehouse")
_("New organization")
_("New person")
_("New author")
|