forked from github/pretix-servicefees
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
|
all: localecompile
|
||||||
|
LNGS:=`find pretix_servicefees/locale/ -mindepth 1 -maxdepth 1 -type d -printf "-l %f "`
|
||||||
|
|
||||||
localecompile:
|
localecompile:
|
||||||
django-admin compilemessages
|
django-admin compilemessages
|
||||||
|
|
||||||
localegen:
|
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 ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2018-03-06 14:06+0000\n"
|
||||||
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
"Last-Translator: Raphael Michel <michel@rami.io>\n"
|
||||||
"Language-Team: German (informal) <https://translate.pretix.eu/projects/"
|
"Language-Team: German (informal) <https://translate.pretix.eu/projects/"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -24,7 +24,7 @@ msgid "pretix Service Fees"
|
||||||
msgstr "pretix Frais de service"
|
msgstr "pretix Frais de service"
|
||||||
|
|
||||||
#: pretix_servicefees/__init__.py:12
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: pretix_servicefees/signals.py:19
|
#: pretix_servicefees/signals.py:19
|
||||||
|
|
Loading…
Reference in a new issue