From 4d26a68f269fbbbcf38b5ef782be9fc8f992425c Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Wed, 14 Feb 2018 20:13:36 +0100 Subject: [PATCH] Translate all the user interface to Spanish Some labels in the user interface were in Spanish and some in English. This commit standardizes the language used to Spanish, translating every label to that language. --- pom.xml | 2 +- src/main/webapp/index.html | 10 +++++----- src/main/webapp/main.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 877dfeb..37744a9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ es.uvigo.esei.daa example war - 0.1.4 + 0.1.5 DAA Example diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index d372c33..0832a8f 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -13,13 +13,13 @@

DAA Example

- - + + - - + + - +
\ No newline at end of file diff --git a/src/main/webapp/main.html b/src/main/webapp/main.html index d3d786f..7435754 100644 --- a/src/main/webapp/main.html +++ b/src/main/webapp/main.html @@ -15,14 +15,14 @@ DAA Example - Logout + Cerrar sesión
-

People

+

Personas

-- 2.18.1