Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Make sure file sizes are localized #366

Closed
pdehaan opened this issue Jul 31, 2017 · 0 comments
Closed

Make sure file sizes are localized #366

pdehaan opened this issue Jul 31, 2017 · 0 comments

Comments

@pdehaan
Copy link
Collaborator

pdehaan commented Jul 31, 2017

Subtle detail from #349 (comment):

It should be fully localized to allow reordering, something like

// This message is displayed when uploading a file, e.g. "1,3 MB of 10 MB".
uploadStatusMessage = { $size_loaded } of { $size_total }

Note how the comment says "1,3 MB". Currently we're using bytes to calculate file sizes for upload and download, but I'm not sure that it supports localizations.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant