mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-23 22:50:21 +01:00
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
|
||||
|
||||
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:
|
||||
name = ugettext_lazy('pretix Service Fees')
|
||||
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
|
||||
version = '1.0.0'
|
||||
|
||||
|
|
Loading…
Reference in a new issue