The tag “closed” or its translated version is now automatically added to
the tag tuple if it has not already been specified in “settings.py”. Current behavior: If the tag 'closed' is not set in INGAME_REPORT_STATUS_TAGS, reports can no longer be closed, which seems like a bug to me. An alternative solution would be another setting in ‘settings.py’, such as ‘INGAME_REPORT_STATUS_CLOSED_TAG’. This would also eliminate the need for internationalization, as the tag could be set in the desired language.
This commit is contained in:
parent
919930ed10
commit
990ba95f5e
3 changed files with 19 additions and 19 deletions
Binary file not shown.
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-08-31 09:56+0000\n"
|
||||
"POT-Creation-Date: 2025-08-31 10:23+0000\n"
|
||||
"PO-Revision-Date: 2025-03-28 10:21+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -353,8 +353,7 @@ msgstr "{hub_name} verwalten"
|
|||
msgid ""
|
||||
"(No {status} reports)\n"
|
||||
"{text}"
|
||||
msgstr "Keine {status} Berichte"
|
||||
"{text}"
|
||||
msgstr "Keine {status} Berichte{text}"
|
||||
|
||||
#: contrib/base_systems/ingame_reports/menu.py:52
|
||||
#, python-brace-format
|
||||
|
|
@ -411,7 +410,7 @@ msgstr "Alle offenen Berichte"
|
|||
#: contrib/base_systems/ingame_reports/menu.py:148
|
||||
#, python-brace-format
|
||||
msgid " about {receivers}"
|
||||
msgstr "über {receivers}"
|
||||
msgstr " über {receivers}"
|
||||
|
||||
#: contrib/base_systems/ingame_reports/menu.py:153
|
||||
#, python-brace-format
|
||||
|
|
@ -424,17 +423,17 @@ msgstr ""
|
|||
"{timestamp} von {senders}{about_clause}\n"
|
||||
"{tags}"
|
||||
|
||||
#: contrib/base_systems/ingame_reports/menu.py:168
|
||||
#: contrib/base_systems/ingame_reports/menu.py:167
|
||||
#, python-brace-format
|
||||
msgid "Unmark as {tag}"
|
||||
msgstr "Markierung als {tag} entfernen"
|
||||
|
||||
#: contrib/base_systems/ingame_reports/menu.py:170
|
||||
#: contrib/base_systems/ingame_reports/menu.py:169
|
||||
#, python-brace-format
|
||||
msgid "Mark as {tag}"
|
||||
msgstr "Als {tag} markieren"
|
||||
|
||||
#: contrib/base_systems/ingame_reports/menu.py:177
|
||||
#: contrib/base_systems/ingame_reports/menu.py:176
|
||||
msgid "Manage another report"
|
||||
msgstr "Einen anderen Bericht verwalten."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue