update locale messages

This commit is contained in:
bkfox
2020-05-26 20:39:49 +02:00
parent b795ada05e
commit 3b0de7b969
4 changed files with 249 additions and 143 deletions

View File

@ -121,6 +121,10 @@ class Program(Page):
return os.path.exists(path)
class Meta:
verbose_name = _('Program')
verbose_name_plural = _('Programs')
def __str__(self):
return self.title