summaryrefslogtreecommitdiff
path: root/example_project/__init__.py.celery.sample
blob: 5dad2ced81f90c25914ec86440252f8119dfa7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# force the retranslation of generated strings and external module
from django.utils.translation import ugettext_lazy as _

from .celery_app import app as celery_app

__all__ = ('celery_app',)

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