Skip to content

Commit 1a8fb03

Browse files
authored
Merge pull request #37 from blopa/fix/translations
Fix builder page translations
2 parents e3412e0 + 2e2b6f9 commit 1a8fb03

File tree

5 files changed

+61
-58
lines changed

5 files changed

+61
-58
lines changed

README.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@ The following `JSON` is a result of [this Google Spreadsheet](https://docs.googl
310310
![ScreenShot](https://raw.githubusercontent.com/blopa/Resume-Builder/main/screenshots/v4/screenshot_3.png)
311311

312312
## Release Notes
313+
- **v4.0.7:**
314+
- Fix builder page translations.
315+
- Add more Spanish translations (Thanks Leandro).
313316
- **v4.0.6:**
314317
- Create form to create a JSON resume from scratch
315318
- Add theme switcher in the sidebar

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resume-builder",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "Resume Builder",
55
"main": "index.js",
66
"author": "Pablo Pirata",

src/components/DynamicForm.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const DynamicForm = ({
9898
color="primary"
9999
variant="contained"
100100
>
101-
{`+ ${key}`}
101+
{`+ ${intl.formatMessage({ id: `builder.${key}` })}`}
102102
</Button>
103103
{currQuantity > 1 && (
104104
<Button
@@ -112,7 +112,7 @@ const DynamicForm = ({
112112
variant="contained"
113113
className={classes.removeButton}
114114
>
115-
{`- ${key}`}
115+
{`- ${intl.formatMessage({ id: `builder.${key}` })}`}
116116
</Button>
117117
)}
118118
</div>

src/intl/es.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -40,61 +40,61 @@
4040
"disclaimer_description_1": "Este software tiene licencia del MIT y se proporciona 'tal cual', sin garantía de ningún tipo, expresa o implícita, incluyendo pero no limitado a, las garantías de comerciabilidad, adecuación para un propósito particular y no infracción. En ningún caso los autores o los derechos de autor titulares será responsable de cualquier reclamación, daño u otra responsabilidad, ya sea en una acción de contrato, agravio o de otra manera, que surge de, fuera de o en conexión con el software o el uso u otras operaciones en el software.",
4141
"disclaimer_description_2": "Verifique todos los datos en su currículum antes de compartirlo con otros, no me hago responsable de la información compartida incorrectamente.",
4242
"builder": {
43-
"previous": "Previous",
44-
"next": "Next",
45-
"basics": "Basics",
46-
"work": "Work",
47-
"volunteer": "Volunteer",
48-
"education": "Education",
49-
"awards": "Awards",
50-
"certificates": "Certificates",
51-
"publications": "Publications",
52-
"skills": "Skills",
53-
"languages": "Languages",
54-
"interests": "Interests",
55-
"references": "References",
56-
"projects": "Projects",
57-
"profiles": "Profiles",
58-
"name": "Name",
59-
"label": "Label",
60-
"image": "Image URL",
61-
"email": "E-mail",
62-
"phone": "Phone",
43+
"previous": "Anterior",
44+
"next": "Próximo",
45+
"basics": "Datos básicos",
46+
"work": "Trabaja",
47+
"volunteer": "Voluntario",
48+
"education": "Educación",
49+
"awards": "Premios",
50+
"certificates": "Certificados",
51+
"publications": "Publicaciones",
52+
"skills": "Habilidades",
53+
"languages": "Idiomas",
54+
"interests": "Intereses",
55+
"references": "Referencias",
56+
"projects": "Proyectos",
57+
"profiles": "Perfiles",
58+
"name": "Nombre",
59+
"label": "Etiqueta",
60+
"image": "URL de la imagen",
61+
"email": "Correo electrónico",
62+
"phone": "Teléfono",
6363
"url": "URL",
64-
"summary": "Summary",
65-
"address": "Address",
66-
"postalCode": "Postal code",
67-
"city": "City",
68-
"countryCode": "Country code",
69-
"region": "Region",
70-
"network": "Network",
71-
"username": "Username",
72-
"location": "Location",
73-
"description": "Description",
74-
"position": "Position",
75-
"startDate": "Start date",
76-
"endDate": "End date",
77-
"highlights": "Highlights",
78-
"organization": "Organization",
79-
"institution": "Institution",
80-
"area": "Area",
81-
"studyType": "Study type",
82-
"score": "Score",
83-
"courses": "Courses",
84-
"title": "Title",
85-
"date": "Date",
86-
"awarder": "Awarder",
87-
"issuer": "Issuer",
88-
"publisher": "Publisher",
89-
"releaseDate": "Release date",
90-
"level": "Level",
91-
"keywords": "Keywords",
92-
"language": "Language",
93-
"fluency": "Fluency",
94-
"reference": "Reference",
95-
"roles": "Roles",
96-
"entity": "Entity",
97-
"type": "Type"
64+
"summary": "Resumen",
65+
"address": "Dirección",
66+
"postalCode": "Código postal",
67+
"city": "Ciudad",
68+
"countryCode": "Código de país",
69+
"region": "Región",
70+
"network": "Red",
71+
"username": "Usuario",
72+
"location": "Localización",
73+
"description": "Descripción",
74+
"position": "Posición",
75+
"startDate": "Fecha de inicio",
76+
"endDate": "Fecha de finalización",
77+
"highlights": "Reflejos",
78+
"organization": "Organización",
79+
"institution": "Institución",
80+
"area": "Área",
81+
"studyType": "Tipo de estudio",
82+
"score": "Nota",
83+
"courses": "Cursos",
84+
"title": "Título",
85+
"date": "Fecha",
86+
"awarder": "Premiador",
87+
"issuer": "Editor",
88+
"publisher": "Editor",
89+
"releaseDate": "Fecha de lanzamiento",
90+
"level": "Nivel",
91+
"keywords": "Palabras clave",
92+
"language": "Idioma",
93+
"fluency": "Fluidez",
94+
"reference": "Referencia",
95+
"roles": "Funciones",
96+
"entity": "Entidad",
97+
"type": "Tipo"
9898
},
9999
"error": {
100100
"something_went_wrong_parsing": "¡Vaya! Se produjo un error al descargar la hoja de cálculo desde la URL proporcionada. Intente descargar la hoja de cálculo manualmente y cárguela aquí.",

0 commit comments

Comments
 (0)