From 18a2024bd252af6bbae4071d844fc7bffd550cf2 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 23 Jun 2024 17:09:26 +0200 Subject: [PATCH] Implement MySpeed widget in translations --- public/locales/en/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 3e582a4d..469b98bf 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -888,5 +888,10 @@ "auth": "With Auth", "outdated": "Outdated", "banned": "Banned" + }, + "myspeed": { + "ping": "Ping", + "download": "Download", + "upload": "Upload" } }