From 76632775804b7536e522eb0c588aa9268c3d35f9 Mon Sep 17 00:00:00 2001 From: garciaj503 Date: Mon, 13 May 2024 13:44:57 -0700 Subject: [PATCH 1/2] Adding spanish json file --- lang/es_ES.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 lang/es_ES.json diff --git a/lang/es_ES.json b/lang/es_ES.json new file mode 100644 index 0000000..e69de29 From 4107386d7c3c95e3c97cdff66ac9c47602f57bf4 Mon Sep 17 00:00:00 2001 From: garciaj503 Date: Tue, 14 May 2024 16:59:50 -0700 Subject: [PATCH 2/2] Translating MyProfile site into spanish --- lang/es_ES.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lang/es_ES.json b/lang/es_ES.json index e69de29..efc906d 100644 --- a/lang/es_ES.json +++ b/lang/es_ES.json @@ -0,0 +1,17 @@ +{ + "My_Profile": { + "My_Profile": "Mi perfil", + "Basic_Information": "Informacion Basica", + "Username": "Nombre de Usuario", + "First_Name": "Primer Nombre", + "Last_Name": "Apellido", + "Abbreviated_Name": "Nombre Abreviado", + "Pronouns": "Pronombres", + "Pronouns_Forum": "Mostrar Pronombres en el Foro de Discusion", + "Primary_Email": "Email Primario", + "Secondary_Email": "Email Secundario", + "Send_Email": "Enviar Email to Email Secundario", + "Access_Level": "Nivel de Acceso", + "Upload_profile_photo": "Subir Foto de Perfil" + } +} \ No newline at end of file