Fixed progress l10n
This commit is contained in:
parent
12a11749b0
commit
9597d50d3a
@ -150,7 +150,7 @@ angular.module('myApp.filters', ['myApp.i18n'])
|
||||
totalParts = total.split(' ');
|
||||
|
||||
if (totalParts[1] === doneParts[1]) {
|
||||
return _('format_size_progress_mulitple', {done: done, total: total, parts: (doneParts[1] || '')});
|
||||
return _('format_size_progress_mulitple', {done: doneParts[0], total: totalParts[0], parts: (doneParts[1] || '')});
|
||||
}
|
||||
return _('format_size_progress', {done: done, total: total});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user