Skip to content

Commit

Permalink
Update demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
artscoop committed Feb 4, 2024
1 parent 06966a2 commit 2efa348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified scenario/content/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions scenario/content/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-19 22:58+0200\n"
"POT-Creation-Date: 2024-02-03 21:38+0100\n"
"PO-Revision-Date: 2023-08-18 05:14+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand All @@ -18,12 +18,12 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.3.2\n"

#: models/entry.py:24
#: scenario/content/models/entry.py:24
msgctxt "content"
msgid "entry"
msgstr "entrée"

#: models/entry.py:25
#: scenario/content/models/entry.py:25
msgctxt "content"
msgid "entries"
msgstr "entrées"
Expand Down
1 change: 1 addition & 0 deletions scenario/content/models/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class EntryApproval(Sandbox, metaclass=SandboxMeta):
auto_approve_staff = False
auto_approve_new = False
auto_approve_by_request = False
delete_on_approval = False

def _get_authors(self) -> Iterable:
return [self.source.user]
Expand Down

0 comments on commit 2efa348

Please sign in to comment.