mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 15:27:03 -04:00
add the ability to get the raw count for downloads
This commit is contained in:
@@ -14,6 +14,7 @@ export class DownloadCountPipe implements PipeTransform {
|
||||
|
||||
return suffix
|
||||
? this.translateService.instant("COMMON.DOWNLOAD_COUNT." + suffix, {
|
||||
rawCount: value,
|
||||
count: shortenDownloadCount(value, 3),
|
||||
simpleCount: shortenDownloadCount(value, 1),
|
||||
myriadCount: shortenDownloadCount(value, 4),
|
||||
|
||||
Reference in New Issue
Block a user