Spanish language removed

Spanish was on the list, but the actual translation was missing

Change-Id: I36fd0542954f048fceea7c6ad7b1e0f207e70df8
Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
diff --git a/src/locales/es.json b/src/locales/es.json
deleted file mode 100644
index 4c01305..0000000
--- a/src/locales/es.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
-    "global": {
-        "form": {
-            "fieldRequired": "Campo requerido"
-        }
-    },
-    "appPageTitle": {
-        "localUserMgmt": "Administración de usuarios locales",
-        "login": "Inicio de sesión",
-        "overview": "Información general",
-        "unauthorized": "No autorizado"
-    },
-    "pageLogin": {
-        "language": "Idioma",
-        "logIn": "Iniciar sesión",
-        "password": "Contraseña",
-        "username": "Nombre de usuario",
-        "alert": {
-            "message": "Usuario o contraseña invalido"
-        },
-        "form": {
-            "english": "Inglés",
-            "spanish": "Español"
-        }
-    }
-}
diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index 88d1c7d..96b4c9e 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -87,10 +87,6 @@
           text: 'English',
         },
         {
-          value: 'es',
-          text: 'Español',
-        },
-        {
           value: 'ru-RU',
           text: 'Русский',
         },