summaryrefslogtreecommitdiff
path: root/example_project/__init__.py.base.sample
blob: c6adb755935c6e47c5ee84a1f68784935f6724a2 (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 _

_(u"username")
_(u"email address")
_(u"warehouse")
_(u"New warehouse")
_(u"warehouse")
_(u"New organization")
_(u"New person")
_(u"New author")