removed magical number from localization of contributor count

This commit is contained in:
Sebastian Sdorra
2020-06-11 08:15:41 +02:00
parent 929b4e7678
commit 5f9d05793b
2 changed files with 4 additions and 2 deletions

View File

@@ -94,7 +94,8 @@
"committedBy": "Committed von",
"coAuthoredBy": "Co-Autoren",
"more": "{{count}} mehr",
"count": "{{count}} Contributors"
"count": "{{count}} Mitwirkender",
"count_plural": "{{count}} Mitwirkende"
},
"buttons": {
"details": "Details",

View File

@@ -98,7 +98,8 @@
"committedBy": "committed by",
"coAuthoredBy": "co authored by",
"more": "{{count}} more",
"count": "5 Contributors"
"count": "{{count}} Contributor",
"count_plural": "{{count}} Contributors"
}
},
"repositoryForm": {