From 3ced9f8c4af9af2d0b95f8d161ae1a535fbe0e7d Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sat, 21 Dec 2024 12:48:54 -0800 Subject: [PATCH] add missing "Mode" translation to en and es --- res/translations/en.json | 1 + res/translations/es.json | 1 + 2 files changed, 2 insertions(+) diff --git a/res/translations/en.json b/res/translations/en.json index 3278e9b..528bbfd 100644 --- a/res/translations/en.json +++ b/res/translations/en.json @@ -104,6 +104,7 @@ "min": "min", "minutes of track have been played": "minutes of track have been played", "Mixtape": "Mixtape", + "Mode": "Mode", "Mute": "Mute", "My Server": "My Server", "Name": "Name", diff --git a/res/translations/es.json b/res/translations/es.json index c90451a..826b538 100644 --- a/res/translations/es.json +++ b/res/translations/es.json @@ -104,6 +104,7 @@ "min": "min", "minutes of track have been played": "minutos de la pista han sido reproducidos", "Mixtape": "Mixtape", + "Mode": "Modo", "Mute": "Silencio", "My Server": "Mi servidor", "Name": "Nombre",