Release 20 (devel -> main)

See merge request ChaoticByte/drinks-manager!19
This commit is contained in:
Julian Müller 2023-11-01 18:35:42 +00:00
commit dffcaa6416
3 changed files with 10 additions and 2 deletions

Binary file not shown.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-01 18:52+0100\n"
"POT-Creation-Date: 2023-11-01 19:29+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Julian Müller (ChaoticByte)\n"
"Language: DE\n"
@ -207,6 +207,14 @@ msgstr "Tag"
msgid "order sum"
msgstr "Bestellungen"
#: app/templates/statistics.html:72 app/templates/statistics.html:89
msgid "user"
msgstr "Benutzer"
#: app/templates/statistics.html:73 app/templates/statistics.html:90
msgid "sum"
msgstr "Summe"
#: app/templates/statistics.html:86
msgid "deposit sum"
msgstr "Einzahlungen"

View file

@ -11,6 +11,6 @@ chmod -c -R g-w,o-rwx .gitignore
export PYTHONPATH="$basedir"
export DJANGO_SETTINGS_MODULE="project.settings"
export APP_VERSION="19"
export APP_VERSION="20"
exec ./scripts/_bootstrap.py "$@"