mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-13 02:34:21 +01:00
Merge branch 'master' into weblate-pretix-pretix-plugin-service-fees
This commit is contained in:
commit
96f84e73c8
4 changed files with 5 additions and 4 deletions
3
Makefile
3
Makefile
|
@ -1,8 +1,9 @@
|
|||
all: localecompile
|
||||
LNGS:=`find pretix_servicefees/locale/ -mindepth 1 -maxdepth 1 -type d -printf "-l %f "`
|
||||
|
||||
localecompile:
|
||||
django-admin compilemessages
|
||||
|
||||
localegen:
|
||||
django-admin makemessages --keep-pot -a -i build -i dist -i "*egg*" --settings pretix.settings
|
||||
django-admin makemessages --keep-pot -i build -i dist -i "*egg*" $(LNGS)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-03-06 15:25+0000\n"
|
||||
"POT-Creation-Date: 2018-03-06 16:37+0100\n"
|
||||
"PO-Revision-Date: 2018-03-06 14:06+0000\n"
|
||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||
"Language-Team: German (informal) <https://translate.pretix.eu/projects/"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-03-06 15:25+0000\n"
|
||||
"POT-Creation-Date: 2018-03-06 16:37+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -24,7 +24,7 @@ msgid "pretix Service Fees"
|
|||
msgstr "pretix Frais de service"
|
||||
|
||||
#: pretix_servicefees/__init__.py:12
|
||||
msgid "Allows you to impose a service fee on all non-free orders."
|
||||
msgid "This plugin allows to charge a service fee on all non-free orders."
|
||||
msgstr ""
|
||||
|
||||
#: pretix_servicefees/signals.py:19
|
||||
|
|
Loading…
Reference in a new issue