From c01db9a1d2fc73b892907d56ab156e31b3f8f32b Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 11 Oct 2025 15:30:26 -0500 Subject: [PATCH] add data unit i18n keys --- web/public/locales/en/common.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/public/locales/en/common.json b/web/public/locales/en/common.json index 501f2d4bc..d090c660b 100644 --- a/web/public/locales/en/common.json +++ b/web/public/locales/en/common.json @@ -82,6 +82,14 @@ "length": { "feet": "feet", "meters": "meters" + }, + "data": { + "kbps": "kB/s", + "mbps": "MB/s", + "gbps": "GB/s", + "kbph": "kB / h", + "mbph": "MB / h", + "gbph": "GB / hour" } }, "label": {