diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-03-15 14:32:47 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:27 +0200 |
commit | e76cfa15af8a156b9851236eebb74c22858db481 (patch) | |
tree | 61c86fc94eb6bb603ac736396a061a526d625cc2 /example_project/__init__.py.base.sample | |
parent | 17341eddbfb640d46134abbcf330678e40f8a105 (diff) | |
download | Ishtar-e76cfa15af8a156b9851236eebb74c22858db481.tar.bz2 Ishtar-e76cfa15af8a156b9851236eebb74c22858db481.zip |
Celery configuration
Diffstat (limited to 'example_project/__init__.py.base.sample')
-rw-r--r-- | example_project/__init__.py.base.sample | 11 |
1 files changed, 11 insertions, 0 deletions
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") |