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