diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index a62db9c95..31541447a 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -204,6 +204,7 @@ "login": "iniciar sesión", "math": { "aprox": "~", + "equal": "=", "minus": "−", "pipe": "|" }, diff --git a/frontend/src/locales/index.js b/frontend/src/locales/index.js index f36121c90..17d41cad2 100644 --- a/frontend/src/locales/index.js +++ b/frontend/src/locales/index.js @@ -12,7 +12,7 @@ const locales = [ enabled: true, }, { - name: 'Espanol', + name: 'Español', code: 'es', iso: 'es-ES', enabled: true,