From 43b393d175852b4524f843b551881ab8b4d393ae Mon Sep 17 00:00:00 2001 From: catter1 <63272345+catter1@users.noreply.github.com> Date: Tue, 8 Mar 2022 03:01:33 +0100 Subject: [PATCH] Added Spanish to locale config.json (#206) --- src/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.json b/src/config.json index 3a58a566..921d6b33 100644 --- a/src/config.json +++ b/src/config.json @@ -8,6 +8,10 @@ "code": "en", "name": "English" }, + { + "code": "es", + "name": "Español" + }, { "code": "fr", "name": "Français"