Skip to content

Commit 2332d7f

Browse files
committed
ajustes front: nuevas cifras, nuevos miembros, scroll en landing, click en contenedor lineas
2 parents 187182e + d26c816 commit 2332d7f

25 files changed

Lines changed: 1489 additions & 49 deletions

constants/langs/en.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ export const en = {
7070
"paper-conference": "Paper Conference",
7171
book: "Book",
7272
chapter: "Chapter",
73+
"patent":"Patent",
74+
"thesis":"Thesis"
7375
},
7476
},
7577
"action-button": "Read publication",
@@ -82,6 +84,8 @@ export const en = {
8284
"book":"Book",
8385
"chapter":"Chapter",
8486
"document":"Document",
87+
"patent":"Patent",
88+
"thesis":"Thesis",
8589
"all":"All",
8690
"text":"Results"
8791
},

constants/langs/es.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export const es = {
6868
"paper-conference": "Acta de congreso",
6969
book: "Libro",
7070
chapter: "Capítulo",
71+
"patent":"Patente",
72+
"thesis":"Tesis",
7173
},
7274
},
7375
"action-button": "Leer publicación",
@@ -80,6 +82,8 @@ export const es = {
8082
"book":"Libro",
8183
"chapter":"Capítulo",
8284
"document":"Documento",
85+
"patent":"Patente",
86+
"thesis":"Tesis",
8387
"all":"Todos",
8488
text: "Resultados",
8589
},

0 commit comments

Comments
 (0)