Bug «1 download»
-
Continuing topic: https://ww.wp.xz.cn/support/topic/bug-1-download/
I have the same problem.
Each time the value of the number of downloads approaches 1 at the end (xxx1), it displays “1 download” instead of the actual number of downloads.Example:
It was: 1900 downloads
Someone else downloaded one more time (1900 + 1)
Now: “1 download” (should be 1901)
Someone else downloaded one more time (1901 + 1)
Now: 1902 downloadsIn english language no problem with that. Probably any translation other than English has this problem.
Temporary fix (display only the number of downloads):
<?php printf( _n( '1', '%d', $dlm_download->get_download_count(), 'download-monitor' ), $dlm_download->get_download_count() ) ?>The problem needs to be fixed!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Bug «1 download»’ is closed to new replies.