Merge branch 'master' into weblate-pretix-pretix-plugin-service-fees

This commit is contained in:
Raphael Michel 2018-03-06 16:38:47 +01:00 committed by GitHub
commit 96f84e73c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -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)

View File

@ -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/"

View File

@ -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"

View File

@ -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