mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 08:45:34 +02:00
removed magical number from localization of contributor count
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user