forked from github/pretix-servicefees
Change makefile and description
This commit is contained in:
parent
8f6cfc5189
commit
9728f19129
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -4,5 +4,5 @@ localecompile:
|
||||||
django-admin compilemessages
|
django-admin compilemessages
|
||||||
|
|
||||||
localegen:
|
localegen:
|
||||||
django-admin makemessages --keep-pot -l de_Informal -l de -i build -i dist -i "*egg*"
|
django-admin makemessages --keep-pot -a -i build -i dist -i "*egg*" --settings pretix.settings
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ class PluginApp(AppConfig):
|
||||||
class PretixPluginMeta:
|
class PretixPluginMeta:
|
||||||
name = ugettext_lazy('pretix Service Fees')
|
name = ugettext_lazy('pretix Service Fees')
|
||||||
author = 'Raphael Michel'
|
author = 'Raphael Michel'
|
||||||
description = ugettext_lazy('This plugin allows you to impose a service fee on all non-free orders.')
|
description = ugettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
|
||||||
visible = True
|
visible = True
|
||||||
version = '1.0.0'
|
version = '1.0.0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue