Skip to content

Commit

Permalink
small translation addition
Browse files Browse the repository at this point in the history
  • Loading branch information
4-dash committed Nov 22, 2024
1 parent f1249be commit d644a73
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/feedback/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class Meta:

class CloseOrderForm(forms.Form):
"""Definiert die Form für das Beenden der Bestellphase"""
auswahl = forms.ChoiceField(choices=CLOSE_ORDER_CHOICES)
auswahl = forms.ChoiceField(choices=CLOSE_ORDER_CHOICES, label=_("Auswahl"))


class CreateBarcodeScannEventForm(forms.ModelForm):
Expand Down
6 changes: 5 additions & 1 deletion src/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-22 23:39+0100\n"
"POT-Creation-Date: 2024-11-22 23:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -92,6 +92,10 @@ msgstr ""
msgid "Nein"
msgstr ""

#: feedback/forms.py:173
msgid "Auswahl"
msgstr ""

#: feedback/forms.py:203
msgid "CSV Datei aus Evasys"
msgstr ""
Expand Down
10 changes: 7 additions & 3 deletions src/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-22 23:39+0100\n"
"POT-Creation-Date: 2024-11-22 23:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -94,6 +94,10 @@ msgstr "Yes"
msgid "Nein"
msgstr "No"

#: feedback/forms.py:173
msgid "Auswahl"
msgstr "Choise"

#: feedback/forms.py:203
msgid "CSV Datei aus Evasys"
msgstr "CSV file from Evasys"
Expand Down Expand Up @@ -1006,8 +1010,8 @@ msgid ""
" "
msgstr ""
"\n"
" Please enter your own questions here. If you do not wish to ask "
"your own\n"
" Please enter your own questions here. If you do not wish to ask your "
"own\n"
" questions, simply click on continue.\n"
" "

Expand Down

0 comments on commit d644a73

Please sign in to comment.