Skip to content

Commit

Permalink
style: enlève changements du CertifiedPost pour plus de clarité
Browse files Browse the repository at this point in the history
  • Loading branch information
calummackervoy committed Jun 11, 2024
1 parent 2e383ae commit eb9ab62
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 31 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions lacommunaute/forum_conversation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from django.db import models
from django.db.models import Count, F, Q
from django.urls import reverse
from django.utils.translation import gettext_lazy as _
from machina.apps.forum_conversation.abstract_models import AbstractPost, AbstractTopic
from machina.models.abstract_models import DatedModel
from taggit.managers import TaggableManager
Expand Down Expand Up @@ -189,8 +188,6 @@ class Meta:
ordering = [
"-created",
]
verbose_name = _("Certified Post")
verbose_name_plural = _("Certified Posts")

def __str__(self):
return f"{self.post} - {self.topic} - {self.user}"
Expand Down
Binary file modified locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
8 changes: 0 additions & 8 deletions locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.2\n"

#: lacommunaute/forum_conversation/models.py
msgid "Certified Post"
msgstr "Messages certifié"

#: lacommunaute/forum_conversation/models.py
msgid "Certified Posts"
msgstr "Message certifié"

#: lacommunaute/forum_moderation/models.py
msgid "Content"
msgstr "Contenu"
Expand Down

0 comments on commit eb9ab62

Please sign in to comment.