translations

This commit is contained in:
vabene1111
2019-11-21 14:37:31 +01:00
parent 07f29140be
commit 14130f4417
4 changed files with 97 additions and 45 deletions

View File

@ -68,7 +68,7 @@ def batch_edit(request):
recipe.save()
msg = ngettext(
'Batch edit done. %(count)d recipe where updated.',
'Batch edit done. %(count)d recipe was updated.',
'Batch edit done. %(count)d Recipes where updated.',
count) % {
'count': count,