feat: make byte size units translatable (#5969)

Make byte size units translatable
This commit is contained in:
Jerozgen
2026-05-09 12:26:59 +03:00
committed by GitHub
parent e8665f43ca
commit 3052a14d95
21 changed files with 214 additions and 222 deletions

View File

@@ -1217,6 +1217,21 @@
"form.placeholder.state": {
"defaultMessage": "Enter state/province"
},
"format.bytes.0": {
"defaultMessage": "{count, plural, one {# byte} other {# bytes}}"
},
"format.bytes.1": {
"defaultMessage": "{count, number} KiB"
},
"format.bytes.2": {
"defaultMessage": "{count, number} MiB"
},
"format.bytes.3": {
"defaultMessage": "{count, number} GiB"
},
"format.bytes.4": {
"defaultMessage": "{count, number} TiB"
},
"header.category.category": {
"defaultMessage": "Category"
},