diff options
| author | Rinpatch <rinpatch@sdf.org> | 2018-12-10 09:50:04 +0300 |
|---|---|---|
| committer | Rinpatch <rinpatch@sdf.org> | 2018-12-10 09:50:04 +0300 |
| commit | c69a8dc197c87eb69272c28c1c1501e3c6d6d9aa (patch) | |
| tree | f8d466d8082c3021bd35da4b3230510233d9462f /src/i18n | |
| parent | 4fde987e34c6b76c67d73ff1d163e8a5fed53069 (diff) | |
Add file size formating
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 17c28c61..885974e4 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -229,5 +229,12 @@ "reply": "Reply", "favorite": "Favorite", "user_settings": "User Settings" + }, + "file_size_units": { + "B": "B", + "KB": "KB", + "MB": "MB", + "GB": "GB", + "TB": "TB" } } |
