From 5e241c124c2a5276659ca76d1f64ea0d54bed94e Mon Sep 17 00:00:00 2001 From: ogerly Date: Sun, 7 Aug 2022 22:40:47 +0200 Subject: [PATCH] add math equal to locales es --- frontend/src/locales/es.json | 1 + frontend/src/locales/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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,