How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
The filesize unit in humanFileSize is not translated. Other languages use other abbreviations than KB or GB.
Describe the solution you'd like
Adding these strings to the translation system.
Describe alternatives you've considered
Leaving it as is
Additional context
Please bear in mind that in some situations the reverse is done later, 2GB is turned back into a number of bytes.
So, a deeper analysis is needed, to look into usage of the method and whether it would be acceptable to add translation to it, or whether it's needed to add a second method or a parameter for a localized version.
How to use GitHub
Is your feature request related to a problem? Please describe.
The filesize unit in
humanFileSizeis not translated. Other languages use other abbreviations than KB or GB.Describe the solution you'd like
Adding these strings to the translation system.
Describe alternatives you've considered
Leaving it as is
Additional context
Please bear in mind that in some situations the reverse is done later, 2GB is turned back into a number of bytes.
So, a deeper analysis is needed, to look into usage of the method and whether it would be acceptable to add translation to it, or whether it's needed to add a second method or a parameter for a localized version.