1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Some model translations were missing

This commit is contained in:
Yohann D'ANELLO
2020-04-06 10:58:16 +02:00
parent bd41560f45
commit 6fedbe2a2a
6 changed files with 332 additions and 150 deletions

View File

@ -75,3 +75,7 @@ class Changelog(models.Model):
def delete(self, using=None, keep_parents=False):
raise ValidationError(_("Logs cannot be destroyed."))
class Meta:
verbose_name = _("changelog")
verbose_name_plural = _("changelogs")