Skip to content

Commit 540e1ca

Browse files
Remove quantity fields from course.json localization for Spanish, streamlining course data representation.
1 parent 7cfd3a5 commit 540e1ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

public/locales/es/course.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,19 +329,16 @@
329329
{
330330
"type": "lesson",
331331
"title": "Lecturas",
332-
"qty": 45,
333332
"icon": "book"
334333
},
335334
{
336335
"type": "exercise",
337336
"title": "Ejercicios interactivos",
338-
"qty": 584,
339337
"icon": "strength"
340338
},
341339
{
342340
"type": "project",
343341
"title": "Proyectos interactivos",
344-
"qty": 28,
345342
"icon": "laptop-code"
346343
},
347344
{

0 commit comments

Comments
 (0)