blob: 6631c46d54037f0575a58656c8df3c661fc322ba (
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 ugettext_lazy as _
_("username")
_("email address")
_("warehouse")
_("New warehouse")
_("warehouse")
_("New organization")
_("New person")
_("New author")
|