Luminate is donegit status! Everything has been translated.

This commit is contained in:
Norm Rasmussen
2024-04-04 17:13:14 -04:00
parent 84f3cdd8a1
commit 0aa9c45ed8
8 changed files with 58 additions and 18 deletions

View File

@ -73,6 +73,12 @@
.Courses.np-dashboard-resources-title,
.Catalog.np-resource-title,
.Catalog.np-resource-subtitle,
.Learning.Paths.np-resource-title,
.Learning.Paths.np-resource-subtitle,
.Articles.np-resource-title,
.Articles.np-resource-subtitle,
.Certifications.np-resource-title,
.Certifications.np-resource-subtitle,
#desktop_upload_avatar
{
text-indent: -9999999px;
@ -480,16 +486,16 @@
margin-top: -10px;
}
.np-resource-subtitle.lp::after {
.Learning.Paths.np-resource-subtitle::after {
/* Explore curated sets of courses for a tailored learning experience */
text-indent: 0;
line-height: 0;
display: block;
content: "Explore conjuntos de cursos seleccionados para una experiencia de aprendizaje personalizada";
content: "Explorar conjuntos de cursos seleccionados para una experiencia de aprendizaje personalizada";
}
.np-card-header-type::after,
.np-resource-title.lp::after,
.Learning.Paths.np-resource-title::after,
.np-top-vocabulary.np-text-title::after
{
/* Learning Paths */
@ -515,6 +521,26 @@
content: "Acerca de esta ruta de aprendizaje";
}
/* ARTICLES */
.Articles.np-resource-title::after {
/* Articles */
text-indent: 0;
line-height: 1;
display: block;
content: "Artículos";
}
/* CERTIFICATIONS */
.Certifications.np-resource-title::after {
/* Articles */
text-indent: 0;
line-height: 1;
display: block;
content: "Certificaciones";
}
/* COURSE CARDS */
.np-button.np-button-wide::after {