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"