moodle.php -- KB, MB, GB or KiB, MiB, GiB

moodle.php -- KB, MB, GB or KiB, MiB, GiB

by David Mudrák -
Number of replies: 1
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators
Hello

I've noticed that en/moodle.php strings ['sizegb'], ['sizekb'], ['sizemb'] should be translated as GiB, KiB and MiB (multiplied by 1024) rather than GB, KB and MB (multiplied by 1000).

More interesting readings:
wink
Average of ratings: -
In reply to David Mudrák

Re: moodle.php -- KB, MB, GB or KiB, MiB, GiB

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
We had this discussion before ... I think we decided to leave it as it was because the issue is not so clear cut.