Add POT file

This commit is contained in:
Raphael Michel 2018-03-06 12:24:25 +01:00
parent d218a875c8
commit 3d8ad5ed5e
3 changed files with 47 additions and 2 deletions

1
.gitignore vendored
View File

@ -48,7 +48,6 @@ coverage.xml
# Translations
*.mo
*.pot
# Django stuff:
*.log

View File

@ -4,5 +4,5 @@ localecompile:
django-admin compilemessages
localegen:
django-admin makemessages -l de_Informal -l de -i build -i dist -i "*egg*"
django-admin makemessages --keep-pot -l de_Informal -l de -i build -i dist -i "*egg*"

View File

@ -0,0 +1,46 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-06 12:23+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: pretix_servicefees/__init__.py:10
msgid "pretix Service Fees"
msgstr ""
#: pretix_servicefees/__init__.py:12
msgid "Allows you to impose a service fee on all non-free orders."
msgstr ""
#: pretix_servicefees/signals.py:19
msgid "Service Fee"
msgstr ""
#: pretix_servicefees/signals.py:68
msgid "A service fee of {} will be added on top of each order."
msgstr ""
#: pretix_servicefees/templates/pretix_servicefees/settings.html:9
msgid "Service fees"
msgstr ""
#: pretix_servicefees/templates/pretix_servicefees/settings.html:14
msgid "Save"
msgstr ""
#: pretix_servicefees/views.py:10
msgid "Service fee"
msgstr ""