From e76cfa15af8a156b9851236eebb74c22858db481 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 15 Mar 2019 14:32:47 +0100 Subject: Celery configuration --- example_project/__init__.py.base.sample | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 example_project/__init__.py.base.sample (limited to 'example_project/__init__.py.base.sample') diff --git a/example_project/__init__.py.base.sample b/example_project/__init__.py.base.sample new file mode 100644 index 000000000..c6adb7559 --- /dev/null +++ b/example_project/__init__.py.base.sample @@ -0,0 +1,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") -- cgit v1.2.3