diff --git a/app/__init__.py b/app/__init__.py
index 5b71e4d2..60ceae25 100644
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -38,6 +38,7 @@ app.config["BABEL_TRANSLATION_DIRECTORIES"] = "../translations"
app.config["LANGUAGES"] = {
"en": "English",
"de": "Deutsch",
+ "es": "Español",
"fr": "Français",
"id": "Bahasa Indonesia",
"it": "Italiano",
diff --git a/translations/es/LC_MESSAGES/messages.po b/translations/es/LC_MESSAGES/messages.po
index cec42f4d..84d317a3 100644
--- a/translations/es/LC_MESSAGES/messages.po
+++ b/translations/es/LC_MESSAGES/messages.po
@@ -2795,7 +2795,7 @@ msgid ""
"automatically,\n"
"\t\t\twhich will override your selection."
msgstr ""
-"El .conf de su paquete puede configurar"
+"El .conf de su paquete puede configurar"
" esto automáticamente,\n"
"\t\t\tlo que anulará tu selección."
@@ -4735,4 +4735,3 @@ msgstr ""
#~ msgid "It is recommended that you set a password for your account."
#~ msgstr "Se recomienda que establezcas una contraseña para tu cuenta."
-