From 71f8d09043279e386345314a8f5df6b95c83fda0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 15 Aug 2024 10:30:32 +0300 Subject: [PATCH] i18n: Add Spanish to the list --- src/routes/api/options.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/api/options.ts b/src/routes/api/options.ts index 9bf39cc5b..a8dfa1b7a 100644 --- a/src/routes/api/options.ts +++ b/src/routes/api/options.ts @@ -137,6 +137,10 @@ function getSupportedLocales() { "id": "en", "name": "English" }, + { + "id": "es", + "name": "EspaƱol" + }, { "id": "cn", "name": "Chinese"