diff --git a/content/fixContentIds.ts b/content/fixContentIds.ts new file mode 100644 index 0000000000..e2ab493a4b --- /dev/null +++ b/content/fixContentIds.ts @@ -0,0 +1,31 @@ +import {writeFileSync} from 'fs'; +import {getContentByType} from './src/utils/utils'; +import path from 'path'; + +const typesWithIds = ['categories', 'collections', 'exercises', 'tags']; + +typesWithIds.forEach(type => { + const content = getContentByType(type, false); + Object.entries(content).forEach(([fileKey, translations]) => { + Object.entries(translations).forEach(([languageTag, translation]) => { + if (translation.id !== fileKey) { + const filePath = path.resolve('src', type, `${fileKey}.json`); + console.log( + `🚨 Fixing ID ${translation.id} for ${type}/${fileKey}/${languageTag}`, + ); + + translations = { + ...translations, + [languageTag]: { + ...translation, + id: fileKey, + }, + }; + + writeFileSync(filePath, JSON.stringify(translations, null, 2)); + } + }); + }); +}); + +console.log('Done!'); diff --git a/content/src/categories/07c58365-832b-4b3f-b926-c09682632441.json b/content/src/categories/07c58365-832b-4b3f-b926-c09682632441.json index 7874de9d9f..3af6d67fad 100644 --- a/content/src/categories/07c58365-832b-4b3f-b926-c09682632441.json +++ b/content/src/categories/07c58365-832b-4b3f-b926-c09682632441.json @@ -115,9 +115,15 @@ "source": "https://res.cloudinary.com/cupcake-29k/raw/upload/v1702302654/Lottie/deal_with_stress_kodv1x.json" } }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "07c58365-832b-4b3f-b926-c09682632441" + }, + "cs": { + "id": "07c58365-832b-4b3f-b926-c09682632441" + }, + "nl": { + "id": "07c58365-832b-4b3f-b926-c09682632441" + }, "es": { "name": "Gestionar el estrés", "id": "07c58365-832b-4b3f-b926-c09682632441", diff --git a/content/src/categories/4fba05de-cc63-4613-9c84-a34f4cbbc58e.json b/content/src/categories/4fba05de-cc63-4613-9c84-a34f4cbbc58e.json index 49a533e131..847b527818 100644 --- a/content/src/categories/4fba05de-cc63-4613-9c84-a34f4cbbc58e.json +++ b/content/src/categories/4fba05de-cc63-4613-9c84-a34f4cbbc58e.json @@ -79,9 +79,15 @@ "source": "https://res.cloudinary.com/cupcake-29k/raw/upload/v1702302654/Lottie/working_on_your.._yedzqe.json" } }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "4fba05de-cc63-4613-9c84-a34f4cbbc58e" + }, + "cs": { + "id": "4fba05de-cc63-4613-9c84-a34f4cbbc58e" + }, + "nl": { + "id": "4fba05de-cc63-4613-9c84-a34f4cbbc58e" + }, "es": { "name": "Trabajar las relaciones", "id": "4fba05de-cc63-4613-9c84-a34f4cbbc58e", diff --git a/content/src/categories/b7257c0a-f180-405f-8aff-05f9f75bddbd.json b/content/src/categories/b7257c0a-f180-405f-8aff-05f9f75bddbd.json index fef323ba79..7e5a6e6497 100644 --- a/content/src/categories/b7257c0a-f180-405f-8aff-05f9f75bddbd.json +++ b/content/src/categories/b7257c0a-f180-405f-8aff-05f9f75bddbd.json @@ -119,9 +119,15 @@ "source": "https://res.cloudinary.com/cupcake-29k/raw/upload/v1702302654/Lottie/understand_myself_qeibfi.json" } }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "b7257c0a-f180-405f-8aff-05f9f75bddbd" + }, + "cs": { + "id": "b7257c0a-f180-405f-8aff-05f9f75bddbd" + }, + "nl": { + "id": "b7257c0a-f180-405f-8aff-05f9f75bddbd" + }, "es": { "name": "Conocerte", "id": "b7257c0a-f180-405f-8aff-05f9f75bddbd", diff --git a/content/src/categories/e2d46c10-77c3-4784-a9ea-4e7b4939711d.json b/content/src/categories/e2d46c10-77c3-4784-a9ea-4e7b4939711d.json index ffc07b4ca3..6575650121 100644 --- a/content/src/categories/e2d46c10-77c3-4784-a9ea-4e7b4939711d.json +++ b/content/src/categories/e2d46c10-77c3-4784-a9ea-4e7b4939711d.json @@ -99,9 +99,15 @@ "source": "https://res.cloudinary.com/cupcake-29k/raw/upload/v1702302654/Lottie/find_meaning_wta8nc.json" } }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "e2d46c10-77c3-4784-a9ea-4e7b4939711d" + }, + "cs": { + "id": "e2d46c10-77c3-4784-a9ea-4e7b4939711d" + }, + "nl": { + "id": "e2d46c10-77c3-4784-a9ea-4e7b4939711d" + }, "es": { "name": "Encontrar sentido", "id": "e2d46c10-77c3-4784-a9ea-4e7b4939711d", diff --git a/content/src/collections/0eda04e3-4b45-44d6-b779-7b40f43f966c.json b/content/src/collections/0eda04e3-4b45-44d6-b779-7b40f43f966c.json index f641d05438..ad2abde4b8 100644 --- a/content/src/collections/0eda04e3-4b45-44d6-b779-7b40f43f966c.json +++ b/content/src/collections/0eda04e3-4b45-44d6-b779-7b40f43f966c.json @@ -121,7 +121,8 @@ "b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7", "1e96f73b-8193-4aa6-a52c-31355eac3c08", "12f448d2-39bc-4232-b8cf-b6cb570c7e00" - ] + ], + "id": "0eda04e3-4b45-44d6-b779-7b40f43f966c" }, "cs": { "tags": [ @@ -136,7 +137,8 @@ "b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7", "1e96f73b-8193-4aa6-a52c-31355eac3c08", "12f448d2-39bc-4232-b8cf-b6cb570c7e00" - ] + ], + "id": "0eda04e3-4b45-44d6-b779-7b40f43f966c" }, "nl": { "tags": [ @@ -151,7 +153,8 @@ "b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7", "1e96f73b-8193-4aa6-a52c-31355eac3c08", "12f448d2-39bc-4232-b8cf-b6cb570c7e00" - ] + ], + "id": "0eda04e3-4b45-44d6-b779-7b40f43f966c" }, "es": { "description": "Este es el punto de partida para una aventura hacia tu naturaleza interior y exterior.", diff --git a/content/src/collections/12c07699-0129-4f9a-aab2-564e45d81484.json b/content/src/collections/12c07699-0129-4f9a-aab2-564e45d81484.json index f1019c381c..c0230ec033 100644 --- a/content/src/collections/12c07699-0129-4f9a-aab2-564e45d81484.json +++ b/content/src/collections/12c07699-0129-4f9a-aab2-564e45d81484.json @@ -94,7 +94,8 @@ "4ade5d0d-6959-4ba6-9b0c-d98aef65b754", "4dd7b844-b54a-4d00-b867-73d19a9b0729" ], - "card": {} + "card": {}, + "id": "12c07699-0129-4f9a-aab2-564e45d81484" }, "cs": { "tags": [ @@ -106,7 +107,8 @@ "4ade5d0d-6959-4ba6-9b0c-d98aef65b754", "4dd7b844-b54a-4d00-b867-73d19a9b0729" ], - "card": {} + "card": {}, + "id": "12c07699-0129-4f9a-aab2-564e45d81484" }, "nl": { "tags": [ @@ -118,7 +120,8 @@ "4ade5d0d-6959-4ba6-9b0c-d98aef65b754", "4dd7b844-b54a-4d00-b867-73d19a9b0729" ], - "card": {} + "card": {}, + "id": "12c07699-0129-4f9a-aab2-564e45d81484" }, "es": { "description": "Ser resiliente significa que somos fuertes por dentro, que tenemos control y podemos enfrentar cualquier dificultad que aparezca en el camino. Incluso si ocurren cosas difíciles, al ser resilientes, podemos recuperarnos y volver a tener nuevamente el control.", diff --git a/content/src/collections/1d35e981-4b8e-47f0-887a-0c90d21fb991.json b/content/src/collections/1d35e981-4b8e-47f0-887a-0c90d21fb991.json index 83a36e5cb5..6abfb73689 100644 --- a/content/src/collections/1d35e981-4b8e-47f0-887a-0c90d21fb991.json +++ b/content/src/collections/1d35e981-4b8e-47f0-887a-0c90d21fb991.json @@ -123,9 +123,15 @@ "imageBackgroundColor": "#fbf5e9" } }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "1d35e981-4b8e-47f0-887a-0c90d21fb991" + }, + "cs": { + "id": "1d35e981-4b8e-47f0-887a-0c90d21fb991" + }, + "nl": { + "id": "1d35e981-4b8e-47f0-887a-0c90d21fb991" + }, "es": { "description": "Practica y prioriza el autocuidado - incluso en tiempos difíciles.", "name": "Cuídate", diff --git a/content/src/collections/29b0e349-256d-44e7-b0e9-dc152339b4fc.json b/content/src/collections/29b0e349-256d-44e7-b0e9-dc152339b4fc.json index 10397c5021..2cc4045fba 100644 --- a/content/src/collections/29b0e349-256d-44e7-b0e9-dc152339b4fc.json +++ b/content/src/collections/29b0e349-256d-44e7-b0e9-dc152339b4fc.json @@ -54,21 +54,24 @@ "a1da8d37-0330-4611-ad1b-f65d08f71d2e", "9d86dfa5-c0ed-49bb-856d-8185a017785e" ], - "card": {} + "card": {}, + "id": "29b0e349-256d-44e7-b0e9-dc152339b4fc" }, "cs": { "exercises": [ "a1da8d37-0330-4611-ad1b-f65d08f71d2e", "9d86dfa5-c0ed-49bb-856d-8185a017785e" ], - "card": {} + "card": {}, + "id": "29b0e349-256d-44e7-b0e9-dc152339b4fc" }, "nl": { "exercises": [ "a1da8d37-0330-4611-ad1b-f65d08f71d2e", "9d86dfa5-c0ed-49bb-856d-8185a017785e" ], - "card": {} + "card": {}, + "id": "29b0e349-256d-44e7-b0e9-dc152339b4fc" }, "es": { "description": "El Dr. Thupten Jinpa, un reconocido académico sobre la compasión, define la compasión como “un sentido de preocupación que surge cuando nos enfrentamos al sufrimiento de otra persona y sentimos la motivación de aliviar ese sufrimiento.” La compasión depende de nuestra conciencia sobre la situación de la otra persona y de nuestra capacidad para ponernos en su lugar, combinada con un sentido de afecto o cariño hacia esa persona, incluso en el nivel más básico de la conexión humana.", diff --git a/content/src/collections/2e60ad26-dc5c-46bd-b39e-b7210f1a4e32.json b/content/src/collections/2e60ad26-dc5c-46bd-b39e-b7210f1a4e32.json index 90528039d2..f50444e4aa 100644 --- a/content/src/collections/2e60ad26-dc5c-46bd-b39e-b7210f1a4e32.json +++ b/content/src/collections/2e60ad26-dc5c-46bd-b39e-b7210f1a4e32.json @@ -133,9 +133,15 @@ "locked": true, "sortOrder": 1 }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "2e60ad26-dc5c-46bd-b39e-b7210f1a4e32" + }, + "cs": { + "id": "2e60ad26-dc5c-46bd-b39e-b7210f1a4e32" + }, + "nl": { + "id": "2e60ad26-dc5c-46bd-b39e-b7210f1a4e32" + }, "es": { "description": "Practica habilidades y cualidades basadas en la ciencia para fomentar una vida con propósito y sostenible. IDG, los Objetivos de Desarrollo Interior (o en inglés Inner Development Goals), son un marco para alcanzar los Objetivos de Desarrollo Sostenible establecidos por la ONU.", "name": "El programa IDG", diff --git a/content/src/collections/36603867-7f45-4f66-8065-2d9b6eb26d0e.json b/content/src/collections/36603867-7f45-4f66-8065-2d9b6eb26d0e.json index 7dc7109c16..44aea4f940 100644 --- a/content/src/collections/36603867-7f45-4f66-8065-2d9b6eb26d0e.json +++ b/content/src/collections/36603867-7f45-4f66-8065-2d9b6eb26d0e.json @@ -105,9 +105,15 @@ "769a6baf-6969-4612-8e32-2ffdd63cf0be" ] }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "36603867-7f45-4f66-8065-2d9b6eb26d0e" + }, + "cs": { + "id": "36603867-7f45-4f66-8065-2d9b6eb26d0e" + }, + "nl": { + "id": "36603867-7f45-4f66-8065-2d9b6eb26d0e" + }, "es": { "description": "En Autocompasión parte II nos centramos en el autocuidado y la gratitud, para llevar una vida más compasiva y plena. Practica navegar a través de las dificultades, siendo amable y gentil contigo mismo/a.", "name": "Autocompasión II: autocuidado", diff --git a/content/src/collections/5c71e48d-f2a2-498c-9860-3b617f792416.json b/content/src/collections/5c71e48d-f2a2-498c-9860-3b617f792416.json index 630dba69ca..c911c71c95 100644 --- a/content/src/collections/5c71e48d-f2a2-498c-9860-3b617f792416.json +++ b/content/src/collections/5c71e48d-f2a2-498c-9860-3b617f792416.json @@ -97,9 +97,15 @@ "card": {}, "link": "https://aware.29k.org/Part1-DiscoverYourself" }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "5c71e48d-f2a2-498c-9860-3b617f792416" + }, + "cs": { + "id": "5c71e48d-f2a2-498c-9860-3b617f792416" + }, + "nl": { + "id": "5c71e48d-f2a2-498c-9860-3b617f792416" + }, "es": { "description": "Practica mirar hacia adentro y estar con lo que aparece. Este apartado trata de mirar en el espejo retrovisor para ayudarnos a ver lo que nos trajo hasta aquí, atreviéndonos a enfrentar las cosas que tratamos de esconder, y también probando a tratarnos con amabilidad y a construir una base para quien queremos ser.", "name": "Parte I - Autoconciencia", diff --git a/content/src/collections/6524d27e-2a79-48c0-b4aa-dea830231062.json b/content/src/collections/6524d27e-2a79-48c0-b4aa-dea830231062.json index 1266b99afb..35bf7f9334 100644 --- a/content/src/collections/6524d27e-2a79-48c0-b4aa-dea830231062.json +++ b/content/src/collections/6524d27e-2a79-48c0-b4aa-dea830231062.json @@ -54,21 +54,24 @@ "c747469a-f690-4a38-bdef-bd1a35b7d4b5", "9451652d-444f-4e96-86cc-dcb774ab6c27" ], - "card": {} + "card": {}, + "id": "6524d27e-2a79-48c0-b4aa-dea830231062" }, "cs": { "exercises": [ "c747469a-f690-4a38-bdef-bd1a35b7d4b5", "9451652d-444f-4e96-86cc-dcb774ab6c27" ], - "card": {} + "card": {}, + "id": "6524d27e-2a79-48c0-b4aa-dea830231062" }, "nl": { "exercises": [ "c747469a-f690-4a38-bdef-bd1a35b7d4b5", "9451652d-444f-4e96-86cc-dcb774ab6c27" ], - "card": {} + "card": {}, + "id": "6524d27e-2a79-48c0-b4aa-dea830231062" }, "es": { "description": "Todos los seres vivos viven de manera interconectada e interdependiente. Impactamos y somos impactados por cada uno de los seres vivos dentro de nuestros sistemas. ‘Nuestra inteligencia de sistemas innata, al igual que nuestras capacidades innatas para entendernos a nosotros mismos y a los demás, necesita ser cultivada’, escribe Peter Senge, uno de los pensadores de sistemas más destacados del mundo, en The Triple Focus.", diff --git a/content/src/collections/68172f5c-955a-43e0-9cef-ae3bc77c9593.json b/content/src/collections/68172f5c-955a-43e0-9cef-ae3bc77c9593.json index f4f0399ff1..c5efd2b52a 100644 --- a/content/src/collections/68172f5c-955a-43e0-9cef-ae3bc77c9593.json +++ b/content/src/collections/68172f5c-955a-43e0-9cef-ae3bc77c9593.json @@ -64,9 +64,15 @@ "link": "https://aware.29k.org/new-perspectives", "sortOrder": 3 }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "68172f5c-955a-43e0-9cef-ae3bc77c9593" + }, + "cs": { + "id": "68172f5c-955a-43e0-9cef-ae3bc77c9593" + }, + "nl": { + "id": "68172f5c-955a-43e0-9cef-ae3bc77c9593" + }, "es": { "description": "Somos criaturas de hábitos: tendemos a hacer lo que estamos acostumbrados a hacer. Esta es una manera inteligente en la que nuestro cerebro ahorra energía. A la vez, puede hacernos sentir atrapados en algunas ocasiones.\nEste programa puede ofrecer nuevas perspectivas y prácticas para cambiar o desafiar la forma en que usualmente vivimos.", "name": "Adquiere nuevas perspectivas", diff --git a/content/src/collections/716c2b31-612c-40c4-8e85-90f0a2af380e.json b/content/src/collections/716c2b31-612c-40c4-8e85-90f0a2af380e.json index 265fc311a3..05a5a623ec 100644 --- a/content/src/collections/716c2b31-612c-40c4-8e85-90f0a2af380e.json +++ b/content/src/collections/716c2b31-612c-40c4-8e85-90f0a2af380e.json @@ -71,9 +71,15 @@ }, "sortOrder": 4 }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "716c2b31-612c-40c4-8e85-90f0a2af380e" + }, + "cs": { + "id": "716c2b31-612c-40c4-8e85-90f0a2af380e" + }, + "nl": { + "id": "716c2b31-612c-40c4-8e85-90f0a2af380e" + }, "es": { "description": "El amor, la gratitud y el estar en el aquí y ahora con lo que hay, con lo que es, son habilidades clave para sentirnos más felices y satisfechos con la vida. En este programa, practicaremos esas habilidades para que podamos enfocar nuestras acciones en hacer lo que es importante para nosotros/as a largo plazo.", "name": "Estar con lo que hay", diff --git a/content/src/collections/74c65a83-449f-4ff1-97e1-e6f3c443e40b.json b/content/src/collections/74c65a83-449f-4ff1-97e1-e6f3c443e40b.json index 44fef610c6..58485f030c 100644 --- a/content/src/collections/74c65a83-449f-4ff1-97e1-e6f3c443e40b.json +++ b/content/src/collections/74c65a83-449f-4ff1-97e1-e6f3c443e40b.json @@ -106,9 +106,15 @@ ], "link": "https://aware.29k.org/vagadromma" }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "74c65a83-449f-4ff1-97e1-e6f3c443e40b" + }, + "cs": { + "id": "74c65a83-449f-4ff1-97e1-e6f3c443e40b" + }, + "nl": { + "id": "74c65a83-449f-4ff1-97e1-e6f3c443e40b" + }, "es": { "description": "A nuestros cerebros les gusta hacer lo que se siente bien en el momento. Comer patatas fritas, por ejemplo. Los comportamientos a largo plazo, como ahorrar dinero o asumir desafíos, requieren esfuerzo, aunque es precisamente allí donde encontramos significado y satisfacción. En este programa, soñarás con el futuro e identificarás los comportamientos que pueden llevarte allí.", "name": "Atrévete a soñar", diff --git a/content/src/collections/7bb77b5d-7a97-4fd1-9102-21eb0c4a70af.json b/content/src/collections/7bb77b5d-7a97-4fd1-9102-21eb0c4a70af.json index b5e4224825..a8ba715744 100644 --- a/content/src/collections/7bb77b5d-7a97-4fd1-9102-21eb0c4a70af.json +++ b/content/src/collections/7bb77b5d-7a97-4fd1-9102-21eb0c4a70af.json @@ -115,9 +115,15 @@ "b4307d0b-512d-46d6-a500-7fb372bfe057" ] }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "7bb77b5d-7a97-4fd1-9102-21eb0c4a70af" + }, + "cs": { + "id": "7bb77b5d-7a97-4fd1-9102-21eb0c4a70af" + }, + "nl": { + "id": "7bb77b5d-7a97-4fd1-9102-21eb0c4a70af" + }, "es": { "description": "Ser amables con nosotros/as mismos/as y tratarnos con compasión no es algo natural para muchos/as de nosotros/as. En este programa practicamos adoptar una actitud interior que nos trate con amabilidad y cuidado. Las prácticas de autocompasión pueden mejorar nuestro bienestar y la relación con nosotros/as mismos/as y con los demás.", "name": "Autocompasión I: El trabajo interior", diff --git a/content/src/collections/825ff6a2-81dd-448c-ace2-dbd69c155aa6.json b/content/src/collections/825ff6a2-81dd-448c-ace2-dbd69c155aa6.json index 5bc5ad5b14..7b8e1fb786 100644 --- a/content/src/collections/825ff6a2-81dd-448c-ace2-dbd69c155aa6.json +++ b/content/src/collections/825ff6a2-81dd-448c-ace2-dbd69c155aa6.json @@ -64,7 +64,8 @@ "85b2fb9a-68ca-4094-8645-c4bd17e43229", "881edc87-02f4-4543-9f32-7c4b5ef34c94" ], - "card": {} + "card": {}, + "id": "825ff6a2-81dd-448c-ace2-dbd69c155aa6" }, "cs": { "exercises": [ @@ -73,7 +74,8 @@ "85b2fb9a-68ca-4094-8645-c4bd17e43229", "881edc87-02f4-4543-9f32-7c4b5ef34c94" ], - "card": {} + "card": {}, + "id": "825ff6a2-81dd-448c-ace2-dbd69c155aa6" }, "nl": { "exercises": [ @@ -82,7 +84,8 @@ "85b2fb9a-68ca-4094-8645-c4bd17e43229", "881edc87-02f4-4543-9f32-7c4b5ef34c94" ], - "card": {} + "card": {}, + "id": "825ff6a2-81dd-448c-ace2-dbd69c155aa6" }, "es": { "description": "Ser consciente consiste en estar atento/a a lo que sucede ahora mismo en la mente, en el cuerpo y en el entorno. Sin ser conscientes de lo que ocurre en la mente, no podemos darnos cuenta cuando estamos a punto de reaccionar de manera dañina, y por lo tanto, no podemos mantener la atención plena ni actuar con cuidado.", diff --git a/content/src/collections/8cb72f0d-3aad-4fe6-bf08-560b108bb439.json b/content/src/collections/8cb72f0d-3aad-4fe6-bf08-560b108bb439.json index 697d90057c..36936cb0a2 100644 --- a/content/src/collections/8cb72f0d-3aad-4fe6-bf08-560b108bb439.json +++ b/content/src/collections/8cb72f0d-3aad-4fe6-bf08-560b108bb439.json @@ -100,9 +100,15 @@ "link": "https://aware.29k.org/manage-stress-in-school", "sortOrder": 3 }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "8cb72f0d-3aad-4fe6-bf08-560b108bb439" + }, + "cs": { + "id": "8cb72f0d-3aad-4fe6-bf08-560b108bb439" + }, + "nl": { + "id": "8cb72f0d-3aad-4fe6-bf08-560b108bb439" + }, "es": { "description": "Aprende a afrontar situaciones estresantes y a cuidarte de manera sostenible.", "name": "Gestiona el estrés", diff --git a/content/src/collections/9739d765-08e4-401c-88e9-3318e75ce41a.json b/content/src/collections/9739d765-08e4-401c-88e9-3318e75ce41a.json index 4ebc974887..b32538f0df 100644 --- a/content/src/collections/9739d765-08e4-401c-88e9-3318e75ce41a.json +++ b/content/src/collections/9739d765-08e4-401c-88e9-3318e75ce41a.json @@ -83,9 +83,15 @@ "sortOrder": 2, "link": "https://aware.29k.org/values-II-overcome-obstacles" }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "9739d765-08e4-401c-88e9-3318e75ce41a" + }, + "cs": { + "id": "9739d765-08e4-401c-88e9-3318e75ce41a" + }, + "nl": { + "id": "9739d765-08e4-401c-88e9-3318e75ce41a" + }, "es": { "description": "Vivir una vida basada en valores nos llevará a encontrarnos con obstáculos en el camino. A menudo, estos vienen en forma de pensamientos y emociones. Aprende a navegarlos.", "name": "Valores II: Superar obstáculos", diff --git a/content/src/collections/af1c4ac9-1bae-4cb1-8c98-e1f98a8aea66.json b/content/src/collections/af1c4ac9-1bae-4cb1-8c98-e1f98a8aea66.json index b4b3036236..b3e8eb65cd 100644 --- a/content/src/collections/af1c4ac9-1bae-4cb1-8c98-e1f98a8aea66.json +++ b/content/src/collections/af1c4ac9-1bae-4cb1-8c98-e1f98a8aea66.json @@ -80,9 +80,15 @@ }, "sortOrder": 5 }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "af1c4ac9-1bae-4cb1-8c98-e1f98a8aea66" + }, + "cs": { + "id": "af1c4ac9-1bae-4cb1-8c98-e1f98a8aea66" + }, + "nl": { + "id": "af1c4ac9-1bae-4cb1-8c98-e1f98a8aea66" + }, "es": { "description": "Durante momentos de estrés, los momentos de descanso y recuperación son clave. Este programa puede ayudarnos a cuidar de nosotros/as mismos/as y a tomar merecidos descansos.", "name": "Encuentra la calma", diff --git a/content/src/collections/b77e52b5-c927-4178-ba76-8c3fe3dbf13c.json b/content/src/collections/b77e52b5-c927-4178-ba76-8c3fe3dbf13c.json index f066483901..7255dfc76c 100644 --- a/content/src/collections/b77e52b5-c927-4178-ba76-8c3fe3dbf13c.json +++ b/content/src/collections/b77e52b5-c927-4178-ba76-8c3fe3dbf13c.json @@ -83,9 +83,15 @@ "sortOrder": 2, "link": "https://aware.29k.org/values-act-for-what-matters" }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "b77e52b5-c927-4178-ba76-8c3fe3dbf13c" + }, + "cs": { + "id": "b77e52b5-c927-4178-ba76-8c3fe3dbf13c" + }, + "nl": { + "id": "b77e52b5-c927-4178-ba76-8c3fe3dbf13c" + }, "es": { "description": "Pasa de valores difusos a acciones diarias. Aprende a establecer metas, amplía tu abanico de comportamientos y navega por la vida con integridad.", "name": "Valores III: actúa por lo que importa", diff --git a/content/src/collections/be8d8f71-1b30-4f9a-80cb-616ff24e8db9.json b/content/src/collections/be8d8f71-1b30-4f9a-80cb-616ff24e8db9.json index c44bd687ef..b5bfd3a06f 100644 --- a/content/src/collections/be8d8f71-1b30-4f9a-80cb-616ff24e8db9.json +++ b/content/src/collections/be8d8f71-1b30-4f9a-80cb-616ff24e8db9.json @@ -149,9 +149,15 @@ }, "sortOrder": 5 }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "be8d8f71-1b30-4f9a-80cb-616ff24e8db9" + }, + "cs": { + "id": "be8d8f71-1b30-4f9a-80cb-616ff24e8db9" + }, + "nl": { + "id": "be8d8f71-1b30-4f9a-80cb-616ff24e8db9" + }, "es": { "description": "Gestiona tus emociones, encuentra apoyo y formas de colaborar para un mañana mejor.", "name": "Actúa por la sostenibilidad", diff --git a/content/src/collections/d9897547-18a2-4404-b12b-324458021783.json b/content/src/collections/d9897547-18a2-4404-b12b-324458021783.json index eade6d418b..a318edf137 100644 --- a/content/src/collections/d9897547-18a2-4404-b12b-324458021783.json +++ b/content/src/collections/d9897547-18a2-4404-b12b-324458021783.json @@ -89,9 +89,15 @@ }, "sortOrder": 2 }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "d9897547-18a2-4404-b12b-324458021783" + }, + "cs": { + "id": "d9897547-18a2-4404-b12b-324458021783" + }, + "nl": { + "id": "d9897547-18a2-4404-b12b-324458021783" + }, "es": { "description": "¿Qué es importante en la vida? Encuentra tus propias respuestas en este programa, explorando tus valores y tu propósito.", "name": "Valores I: ajusta tu brújula", diff --git a/content/src/collections/dcb02b73-c515-44a1-bee3-850dbd5eb2a1.json b/content/src/collections/dcb02b73-c515-44a1-bee3-850dbd5eb2a1.json index cb08ea8884..7a46f75636 100644 --- a/content/src/collections/dcb02b73-c515-44a1-bee3-850dbd5eb2a1.json +++ b/content/src/collections/dcb02b73-c515-44a1-bee3-850dbd5eb2a1.json @@ -119,9 +119,15 @@ "imageBackgroundColor": "#f6d984" } }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "dcb02b73-c515-44a1-bee3-850dbd5eb2a1" + }, + "cs": { + "id": "dcb02b73-c515-44a1-bee3-850dbd5eb2a1" + }, + "nl": { + "id": "dcb02b73-c515-44a1-bee3-850dbd5eb2a1" + }, "es": { "description": "Hacer lo que importa para un mañana mejor.", "name": "Susténtate a ti mismo/a", diff --git a/content/src/exercises/023ad824-8009-4667-b148-13d0e966ffd2.json b/content/src/exercises/023ad824-8009-4667-b148-13d0e966ffd2.json index 99c998a8fa..8086e35333 100644 --- a/content/src/exercises/023ad824-8009-4667-b148-13d0e966ffd2.json +++ b/content/src/exercises/023ad824-8009-4667-b148-13d0e966ffd2.json @@ -189,7 +189,9 @@ "source": "" } }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "023ad824-8009-4667-b148-13d0e966ffd2", "async": true, "description": "The mind jar represents how our minds take in and process experiences, thoughts, and feelings all day long. By considering the metaphor of the mind jar we can learn that our mind can be relatively clear or cloudy, making it easier or harder to discern what is happening within us and around us; that the way we perceive things is affected by the state of our own mind." @@ -285,7 +287,9 @@ } } }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "023ad824-8009-4667-b148-13d0e966ffd2", "async": false }, @@ -375,7 +379,9 @@ } ] }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "023ad824-8009-4667-b148-13d0e966ffd2", "async": false }, @@ -465,21 +471,34 @@ } ] }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "023ad824-8009-4667-b148-13d0e966ffd2", "async": false }, "da": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "023ad824-8009-4667-b148-13d0e966ffd2" }, "cs": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "023ad824-8009-4667-b148-13d0e966ffd2" }, "nl": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "023ad824-8009-4667-b148-13d0e966ffd2" }, - "es": {} -} + "es": { + "id": "023ad824-8009-4667-b148-13d0e966ffd2" + } +} \ No newline at end of file diff --git a/content/src/exercises/095f9642-73b6-4c9a-ae9a-ea7dea7363f5.json b/content/src/exercises/095f9642-73b6-4c9a-ae9a-ea7dea7363f5.json index 056ab744db..b17a75847f 100644 --- a/content/src/exercises/095f9642-73b6-4c9a-ae9a-ea7dea7363f5.json +++ b/content/src/exercises/095f9642-73b6-4c9a-ae9a-ea7dea7363f5.json @@ -673,21 +673,26 @@ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "095f9642-73b6-4c9a-ae9a-ea7dea7363f5" }, "cs": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "095f9642-73b6-4c9a-ae9a-ea7dea7363f5" }, "nl": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "095f9642-73b6-4c9a-ae9a-ea7dea7363f5" }, - "es": {} -} + "es": { + "id": "095f9642-73b6-4c9a-ae9a-ea7dea7363f5" + } +} \ No newline at end of file diff --git a/content/src/exercises/0bcb6eb0-fdfe-466d-8603-ae6de15fcbc5.json b/content/src/exercises/0bcb6eb0-fdfe-466d-8603-ae6de15fcbc5.json index 899b70425e..3270554764 100644 --- a/content/src/exercises/0bcb6eb0-fdfe-466d-8603-ae6de15fcbc5.json +++ b/content/src/exercises/0bcb6eb0-fdfe-466d-8603-ae6de15fcbc5.json @@ -633,21 +633,26 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 8 + "asyncDuration": 8, + "id": "0bcb6eb0-fdfe-466d-8603-ae6de15fcbc5" }, "cs": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 8 + "asyncDuration": 8, + "id": "0bcb6eb0-fdfe-466d-8603-ae6de15fcbc5" }, "nl": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 8 + "asyncDuration": 8, + "id": "0bcb6eb0-fdfe-466d-8603-ae6de15fcbc5" }, - "es": {} -} + "es": { + "id": "0bcb6eb0-fdfe-466d-8603-ae6de15fcbc5" + } +} \ No newline at end of file diff --git a/content/src/exercises/0d4c9833-6a11-4b1a-8d1e-4467db6f24ea.json b/content/src/exercises/0d4c9833-6a11-4b1a-8d1e-4467db6f24ea.json index 5a0fd1d1f7..84988202bd 100644 --- a/content/src/exercises/0d4c9833-6a11-4b1a-8d1e-4467db6f24ea.json +++ b/content/src/exercises/0d4c9833-6a11-4b1a-8d1e-4467db6f24ea.json @@ -568,21 +568,26 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "0d4c9833-6a11-4b1a-8d1e-4467db6f24ea" }, "cs": { "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "0d4c9833-6a11-4b1a-8d1e-4467db6f24ea" }, "nl": { "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "0d4c9833-6a11-4b1a-8d1e-4467db6f24ea" }, - "es": {} -} + "es": { + "id": "0d4c9833-6a11-4b1a-8d1e-4467db6f24ea" + } +} \ No newline at end of file diff --git a/content/src/exercises/0db526a6-9f70-4cf8-8903-71feb68413c1.json b/content/src/exercises/0db526a6-9f70-4cf8-8903-71feb68413c1.json index 8f5325105f..d4b2277455 100644 --- a/content/src/exercises/0db526a6-9f70-4cf8-8903-71feb68413c1.json +++ b/content/src/exercises/0db526a6-9f70-4cf8-8903-71feb68413c1.json @@ -229,7 +229,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1717469190/SEE/Video/SEELearning_AwareApp_IntroVideo_2024_V3_1_giheh7.mp4" } }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "id": "0db526a6-9f70-4cf8-8903-71feb68413c1", "async": true, "description": "We can learn to accept that not everything is within their control. Sometimes, even with the best efforts, we may not achieve what they had hoped for.. When we exercise self-compassion we can set expectations for ourselves out of a desire to be healthy and flourishing rather than from a place of self-criticism." @@ -320,7 +322,9 @@ } ] }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "id": "0db526a6-9f70-4cf8-8903-71feb68413c1", "async": false }, @@ -410,7 +414,9 @@ } ] }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "id": "0db526a6-9f70-4cf8-8903-71feb68413c1", "async": false }, @@ -500,21 +506,34 @@ } ] }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "id": "0db526a6-9f70-4cf8-8903-71feb68413c1", "async": false }, "da": { - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], - "liveDuration": -2 + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], + "liveDuration": -2, + "id": "0db526a6-9f70-4cf8-8903-71feb68413c1" }, "cs": { - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], - "liveDuration": -2 + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], + "liveDuration": -2, + "id": "0db526a6-9f70-4cf8-8903-71feb68413c1" }, "nl": { - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], - "liveDuration": -2 + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], + "liveDuration": -2, + "id": "0db526a6-9f70-4cf8-8903-71feb68413c1" }, - "es": {} -} + "es": { + "id": "0db526a6-9f70-4cf8-8903-71feb68413c1" + } +} \ No newline at end of file diff --git a/content/src/exercises/0e663e57-e320-4ec2-b246-b0a9de3f4056.json b/content/src/exercises/0e663e57-e320-4ec2-b246-b0a9de3f4056.json index bb981aef89..cfe7407063 100644 --- a/content/src/exercises/0e663e57-e320-4ec2-b246-b0a9de3f4056.json +++ b/content/src/exercises/0e663e57-e320-4ec2-b246-b0a9de3f4056.json @@ -157,7 +157,9 @@ "source": "" } }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "0e663e57-e320-4ec2-b246-b0a9de3f4056", "async": true, "description": "Grounding is noticing the physical contact our body has with things, including things we touch or how we are standing or sitting. Grounding can be a very helpful tool for calming the body and mind." @@ -248,7 +250,9 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "0e663e57-e320-4ec2-b246-b0a9de3f4056", "async": false }, @@ -338,7 +342,9 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "0e663e57-e320-4ec2-b246-b0a9de3f4056", "async": false }, @@ -428,21 +434,34 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "0e663e57-e320-4ec2-b246-b0a9de3f4056", "async": false }, "da": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "0e663e57-e320-4ec2-b246-b0a9de3f4056" }, "cs": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "0e663e57-e320-4ec2-b246-b0a9de3f4056" }, "nl": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "0e663e57-e320-4ec2-b246-b0a9de3f4056" }, - "es": {} -} + "es": { + "id": "0e663e57-e320-4ec2-b246-b0a9de3f4056" + } +} \ No newline at end of file diff --git a/content/src/exercises/12f448d2-39bc-4232-b8cf-b6cb570c7e00.json b/content/src/exercises/12f448d2-39bc-4232-b8cf-b6cb570c7e00.json index 14e9aa0d7e..235dcfd05b 100644 --- a/content/src/exercises/12f448d2-39bc-4232-b8cf-b6cb570c7e00.json +++ b/content/src/exercises/12f448d2-39bc-4232-b8cf-b6cb570c7e00.json @@ -529,21 +529,26 @@ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 8 + "asyncDuration": 8, + "id": "12f448d2-39bc-4232-b8cf-b6cb570c7e00" }, "cs": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 8 + "asyncDuration": 8, + "id": "12f448d2-39bc-4232-b8cf-b6cb570c7e00" }, "nl": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 8 + "asyncDuration": 8, + "id": "12f448d2-39bc-4232-b8cf-b6cb570c7e00" }, - "es": {} -} + "es": { + "id": "12f448d2-39bc-4232-b8cf-b6cb570c7e00" + } +} \ No newline at end of file diff --git a/content/src/exercises/13dfd5b5-f0af-4783-9fe1-3ba7773bcb89.json b/content/src/exercises/13dfd5b5-f0af-4783-9fe1-3ba7773bcb89.json index 888217a6e0..cbf0833773 100644 --- a/content/src/exercises/13dfd5b5-f0af-4783-9fe1-3ba7773bcb89.json +++ b/content/src/exercises/13dfd5b5-f0af-4783-9fe1-3ba7773bcb89.json @@ -148,7 +148,9 @@ "audio": "https://res.cloudinary.com/cupcake-29k/video/upload/v1712905234/Audio/portal_audio_compassionate_intention_uniaec.mp3" } }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "link": "https://aware.29k.org/compassionateintention", "id": "13dfd5b5-f0af-4783-9fe1-3ba7773bcb89", "async": true, @@ -308,7 +310,9 @@ "audio": "https://res.cloudinary.com/cupcake-29k/video/upload/v1712905234/Audio/portal_audio_compassionate_intention_uniaec.mp3" } }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "link": "https://aware.29k.org/compassionateintention", "id": "13dfd5b5-f0af-4783-9fe1-3ba7773bcb89", "async": true, @@ -463,7 +467,9 @@ "audio": "https://res.cloudinary.com/cupcake-29k/video/upload/v1712905234/Audio/portal_audio_compassionate_intention_uniaec.mp3" } }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "link": "https://aware.29k.org/compassionateintention", "id": "13dfd5b5-f0af-4783-9fe1-3ba7773bcb89", "async": true, @@ -555,25 +561,38 @@ } ] }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "link": "https://aware.29k.org/compassionateintention", "id": "13dfd5b5-f0af-4783-9fe1-3ba7773bcb89", "async": false }, "da": { - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "asyncDuration": 9, - "link": "https://aware.29k.org/compassionateintention" + "link": "https://aware.29k.org/compassionateintention", + "id": "13dfd5b5-f0af-4783-9fe1-3ba7773bcb89" }, "cs": { - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "asyncDuration": 9, - "link": "https://aware.29k.org/compassionateintention" + "link": "https://aware.29k.org/compassionateintention", + "id": "13dfd5b5-f0af-4783-9fe1-3ba7773bcb89" }, "nl": { - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "asyncDuration": 9, - "link": "https://aware.29k.org/compassionateintention" + "link": "https://aware.29k.org/compassionateintention", + "id": "13dfd5b5-f0af-4783-9fe1-3ba7773bcb89" }, - "es": {} -} + "es": { + "id": "13dfd5b5-f0af-4783-9fe1-3ba7773bcb89" + } +} \ No newline at end of file diff --git a/content/src/exercises/185889ec-753b-4e2c-8322-3004013e8a6e.json b/content/src/exercises/185889ec-753b-4e2c-8322-3004013e8a6e.json index 161224c8ff..dd2e5c001d 100644 --- a/content/src/exercises/185889ec-753b-4e2c-8322-3004013e8a6e.json +++ b/content/src/exercises/185889ec-753b-4e2c-8322-3004013e8a6e.json @@ -517,21 +517,26 @@ "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "185889ec-753b-4e2c-8322-3004013e8a6e" }, "cs": { "tags": [ "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "185889ec-753b-4e2c-8322-3004013e8a6e" }, "nl": { "tags": [ "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "185889ec-753b-4e2c-8322-3004013e8a6e" }, - "es": {} -} + "es": { + "id": "185889ec-753b-4e2c-8322-3004013e8a6e" + } +} \ No newline at end of file diff --git a/content/src/exercises/19135d2e-0e8d-418c-939d-18b0e62215ff.json b/content/src/exercises/19135d2e-0e8d-418c-939d-18b0e62215ff.json index 217551d683..f3f51ef3b8 100644 --- a/content/src/exercises/19135d2e-0e8d-418c-939d-18b0e62215ff.json +++ b/content/src/exercises/19135d2e-0e8d-418c-939d-18b0e62215ff.json @@ -567,7 +567,8 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], "asyncDuration": 7, - "link": "https://aware.29k.org/open-up-to-compassion" + "link": "https://aware.29k.org/open-up-to-compassion", + "id": "19135d2e-0e8d-418c-939d-18b0e62215ff" }, "cs": { "tags": [ @@ -575,7 +576,8 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], "asyncDuration": 7, - "link": "https://aware.29k.org/open-up-to-compassion" + "link": "https://aware.29k.org/open-up-to-compassion", + "id": "19135d2e-0e8d-418c-939d-18b0e62215ff" }, "nl": { "tags": [ @@ -583,7 +585,10 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], "asyncDuration": 7, - "link": "https://aware.29k.org/open-up-to-compassion" + "link": "https://aware.29k.org/open-up-to-compassion", + "id": "19135d2e-0e8d-418c-939d-18b0e62215ff" }, - "es": {} -} + "es": { + "id": "19135d2e-0e8d-418c-939d-18b0e62215ff" + } +} \ No newline at end of file diff --git a/content/src/exercises/19573b9a-e2f2-4bba-9687-35d261cbbf49.json b/content/src/exercises/19573b9a-e2f2-4bba-9687-35d261cbbf49.json index 721c4a7bef..1991adaf97 100644 --- a/content/src/exercises/19573b9a-e2f2-4bba-9687-35d261cbbf49.json +++ b/content/src/exercises/19573b9a-e2f2-4bba-9687-35d261cbbf49.json @@ -368,8 +368,16 @@ "id": "19573b9a-e2f2-4bba-9687-35d261cbbf49", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "19573b9a-e2f2-4bba-9687-35d261cbbf49" + }, + "cs": { + "id": "19573b9a-e2f2-4bba-9687-35d261cbbf49" + }, + "nl": { + "id": "19573b9a-e2f2-4bba-9687-35d261cbbf49" + }, + "es": { + "id": "19573b9a-e2f2-4bba-9687-35d261cbbf49" + } +} \ No newline at end of file diff --git a/content/src/exercises/1a53e633-6916-4fea-a072-977c4b215288.json b/content/src/exercises/1a53e633-6916-4fea-a072-977c4b215288.json index 9948844de4..fc34a6d621 100644 --- a/content/src/exercises/1a53e633-6916-4fea-a072-977c4b215288.json +++ b/content/src/exercises/1a53e633-6916-4fea-a072-977c4b215288.json @@ -348,7 +348,8 @@ "asyncDuration": 5, "card": { "imageBackgroundColor": "" - } + }, + "id": "1a53e633-6916-4fea-a072-977c4b215288" }, "cs": { "tags": [ @@ -358,7 +359,8 @@ "asyncDuration": 5, "card": { "imageBackgroundColor": "" - } + }, + "id": "1a53e633-6916-4fea-a072-977c4b215288" }, "nl": { "tags": [ @@ -368,7 +370,8 @@ "asyncDuration": 5, "card": { "imageBackgroundColor": "" - } + }, + "id": "1a53e633-6916-4fea-a072-977c4b215288" }, "es": { "slides": [ @@ -463,4 +466,4 @@ "description": "Una introducción a la práctica de la atención plena, la gratitud y cómo comenzar a usar la aplicación Aware.", "id": "1a53e633-6916-4fea-a072-977c4b215288" } -} +} \ No newline at end of file diff --git a/content/src/exercises/1e96f73b-8193-4aa6-a52c-31355eac3c08.json b/content/src/exercises/1e96f73b-8193-4aa6-a52c-31355eac3c08.json index c124a7d66d..a9f357c7c2 100644 --- a/content/src/exercises/1e96f73b-8193-4aa6-a52c-31355eac3c08.json +++ b/content/src/exercises/1e96f73b-8193-4aa6-a52c-31355eac3c08.json @@ -575,21 +575,26 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 8 + "asyncDuration": 8, + "id": "1e96f73b-8193-4aa6-a52c-31355eac3c08" }, "cs": { "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 8 + "asyncDuration": 8, + "id": "1e96f73b-8193-4aa6-a52c-31355eac3c08" }, "nl": { "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 8 + "asyncDuration": 8, + "id": "1e96f73b-8193-4aa6-a52c-31355eac3c08" }, - "es": {} -} + "es": { + "id": "1e96f73b-8193-4aa6-a52c-31355eac3c08" + } +} \ No newline at end of file diff --git a/content/src/exercises/26a58ed8-0adf-4460-8d9c-a5859364c26b.json b/content/src/exercises/26a58ed8-0adf-4460-8d9c-a5859364c26b.json index e3d1f3ffc2..87e1c72749 100644 --- a/content/src/exercises/26a58ed8-0adf-4460-8d9c-a5859364c26b.json +++ b/content/src/exercises/26a58ed8-0adf-4460-8d9c-a5859364c26b.json @@ -191,8 +191,16 @@ "card": {}, "locked": true }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "26a58ed8-0adf-4460-8d9c-a5859364c26b" + }, + "cs": { + "id": "26a58ed8-0adf-4460-8d9c-a5859364c26b" + }, + "nl": { + "id": "26a58ed8-0adf-4460-8d9c-a5859364c26b" + }, + "es": { + "id": "26a58ed8-0adf-4460-8d9c-a5859364c26b" + } +} \ No newline at end of file diff --git a/content/src/exercises/2d096e25-3f0b-48da-8557-3db607b98ef8.json b/content/src/exercises/2d096e25-3f0b-48da-8557-3db607b98ef8.json index ed4e673504..17dbaaeded 100644 --- a/content/src/exercises/2d096e25-3f0b-48da-8557-3db607b98ef8.json +++ b/content/src/exercises/2d096e25-3f0b-48da-8557-3db607b98ef8.json @@ -523,21 +523,26 @@ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "2d096e25-3f0b-48da-8557-3db607b98ef8" }, "cs": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "2d096e25-3f0b-48da-8557-3db607b98ef8" }, "nl": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "2d096e25-3f0b-48da-8557-3db607b98ef8" }, - "es": {} -} + "es": { + "id": "2d096e25-3f0b-48da-8557-3db607b98ef8" + } +} \ No newline at end of file diff --git a/content/src/exercises/2ea0d73d-4bfe-4e23-9124-2998acc9743f.json b/content/src/exercises/2ea0d73d-4bfe-4e23-9124-2998acc9743f.json index 4333a1b73b..470c1144a1 100644 --- a/content/src/exercises/2ea0d73d-4bfe-4e23-9124-2998acc9743f.json +++ b/content/src/exercises/2ea0d73d-4bfe-4e23-9124-2998acc9743f.json @@ -551,7 +551,8 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], "asyncDuration": 6, - "link": "https://aware.29k.org/leadfromaplaceoflove" + "link": "https://aware.29k.org/leadfromaplaceoflove", + "id": "2ea0d73d-4bfe-4e23-9124-2998acc9743f" }, "cs": { "tags": [ @@ -559,7 +560,8 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], "asyncDuration": 6, - "link": "https://aware.29k.org/leadfromaplaceoflove" + "link": "https://aware.29k.org/leadfromaplaceoflove", + "id": "2ea0d73d-4bfe-4e23-9124-2998acc9743f" }, "nl": { "tags": [ @@ -567,7 +569,10 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], "asyncDuration": 6, - "link": "https://aware.29k.org/leadfromaplaceoflove" + "link": "https://aware.29k.org/leadfromaplaceoflove", + "id": "2ea0d73d-4bfe-4e23-9124-2998acc9743f" }, - "es": {} -} + "es": { + "id": "2ea0d73d-4bfe-4e23-9124-2998acc9743f" + } +} \ No newline at end of file diff --git a/content/src/exercises/2fdb95f0-d18d-444d-9935-2c71b9b413d4.json b/content/src/exercises/2fdb95f0-d18d-444d-9935-2c71b9b413d4.json index f87b4596c5..5f0a549cc4 100644 --- a/content/src/exercises/2fdb95f0-d18d-444d-9935-2c71b9b413d4.json +++ b/content/src/exercises/2fdb95f0-d18d-444d-9935-2c71b9b413d4.json @@ -556,7 +556,8 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], "asyncDuration": 5, - "link": "https://aware.29k.org/hearyourinnervoice" + "link": "https://aware.29k.org/hearyourinnervoice", + "id": "2fdb95f0-d18d-444d-9935-2c71b9b413d4" }, "cs": { "tags": [ @@ -564,7 +565,8 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], "asyncDuration": 5, - "link": "https://aware.29k.org/hearyourinnervoice" + "link": "https://aware.29k.org/hearyourinnervoice", + "id": "2fdb95f0-d18d-444d-9935-2c71b9b413d4" }, "nl": { "tags": [ @@ -572,7 +574,10 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], "asyncDuration": 5, - "link": "https://aware.29k.org/hearyourinnervoice" + "link": "https://aware.29k.org/hearyourinnervoice", + "id": "2fdb95f0-d18d-444d-9935-2c71b9b413d4" }, - "es": {} -} + "es": { + "id": "2fdb95f0-d18d-444d-9935-2c71b9b413d4" + } +} \ No newline at end of file diff --git a/content/src/exercises/3188a5ed-a1d6-451c-ae2a-f44f4df37495.json b/content/src/exercises/3188a5ed-a1d6-451c-ae2a-f44f4df37495.json index bf552cc4ac..1636dc611e 100644 --- a/content/src/exercises/3188a5ed-a1d6-451c-ae2a-f44f4df37495.json +++ b/content/src/exercises/3188a5ed-a1d6-451c-ae2a-f44f4df37495.json @@ -569,21 +569,26 @@ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "3188a5ed-a1d6-451c-ae2a-f44f4df37495" }, "cs": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "3188a5ed-a1d6-451c-ae2a-f44f4df37495" }, "nl": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "3188a5ed-a1d6-451c-ae2a-f44f4df37495" }, - "es": {} -} + "es": { + "id": "3188a5ed-a1d6-451c-ae2a-f44f4df37495" + } +} \ No newline at end of file diff --git a/content/src/exercises/32a6f3ce-a220-43fb-a1cb-50989ba8abe0.json b/content/src/exercises/32a6f3ce-a220-43fb-a1cb-50989ba8abe0.json index e3b1b309d2..6cce143cdc 100644 --- a/content/src/exercises/32a6f3ce-a220-43fb-a1cb-50989ba8abe0.json +++ b/content/src/exercises/32a6f3ce-a220-43fb-a1cb-50989ba8abe0.json @@ -580,7 +580,8 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 6, - "link": "https://aware.29k.org/work-life-values" + "link": "https://aware.29k.org/work-life-values", + "id": "32a6f3ce-a220-43fb-a1cb-50989ba8abe0" }, "cs": { "tags": [ @@ -588,7 +589,8 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 6, - "link": "https://aware.29k.org/work-life-values" + "link": "https://aware.29k.org/work-life-values", + "id": "32a6f3ce-a220-43fb-a1cb-50989ba8abe0" }, "nl": { "tags": [ @@ -596,7 +598,10 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 6, - "link": "https://aware.29k.org/work-life-values" + "link": "https://aware.29k.org/work-life-values", + "id": "32a6f3ce-a220-43fb-a1cb-50989ba8abe0" }, - "es": {} -} + "es": { + "id": "32a6f3ce-a220-43fb-a1cb-50989ba8abe0" + } +} \ No newline at end of file diff --git a/content/src/exercises/33a188a2-6871-47d6-a754-f5c246bd6b9a.json b/content/src/exercises/33a188a2-6871-47d6-a754-f5c246bd6b9a.json index 57863f50bd..4f86ef0073 100644 --- a/content/src/exercises/33a188a2-6871-47d6-a754-f5c246bd6b9a.json +++ b/content/src/exercises/33a188a2-6871-47d6-a754-f5c246bd6b9a.json @@ -147,7 +147,9 @@ }, "textColor": "#2E2E2E" }, - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"], + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ], "link": "https://aware.29k.org/set-smart-goals", "id": "33a188a2-6871-47d6-a754-f5c246bd6b9a", "async": true, @@ -306,7 +308,9 @@ }, "textColor": "#2E2E2E" }, - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"], + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ], "link": "https://aware.29k.org/set-smart-goals", "id": "33a188a2-6871-47d6-a754-f5c246bd6b9a", "async": true, @@ -459,7 +463,9 @@ }, "textColor": "#2E2E2E" }, - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"], + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ], "link": "https://aware.29k.org/set-smart-goals", "id": "33a188a2-6871-47d6-a754-f5c246bd6b9a", "async": true, @@ -549,22 +555,35 @@ } ] }, - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"], + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ], "link": "https://aware.29k.org/set-smart-goals", "id": "33a188a2-6871-47d6-a754-f5c246bd6b9a", "async": false }, "da": { - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"], - "link": "https://aware.29k.org/set-smart-goals" + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ], + "link": "https://aware.29k.org/set-smart-goals", + "id": "33a188a2-6871-47d6-a754-f5c246bd6b9a" }, "cs": { - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"], - "link": "https://aware.29k.org/set-smart-goals" + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ], + "link": "https://aware.29k.org/set-smart-goals", + "id": "33a188a2-6871-47d6-a754-f5c246bd6b9a" }, "nl": { - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"], - "link": "https://aware.29k.org/set-smart-goals" + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ], + "link": "https://aware.29k.org/set-smart-goals", + "id": "33a188a2-6871-47d6-a754-f5c246bd6b9a" }, - "es": {} -} + "es": { + "id": "33a188a2-6871-47d6-a754-f5c246bd6b9a" + } +} \ No newline at end of file diff --git a/content/src/exercises/3843d06f-1c38-47b9-ad9b-5a780f364186.json b/content/src/exercises/3843d06f-1c38-47b9-ad9b-5a780f364186.json index 5265157d5d..97fb149c6e 100644 --- a/content/src/exercises/3843d06f-1c38-47b9-ad9b-5a780f364186.json +++ b/content/src/exercises/3843d06f-1c38-47b9-ad9b-5a780f364186.json @@ -176,7 +176,9 @@ "source": "" } }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "3843d06f-1c38-47b9-ad9b-5a780f364186", "async": true, "description": "Help Now! Strategies are easy actions that can be practiced to quickly return our bodies and minds to the present moment, and thus function as useful ways to bring our bodies and minds back to a place of balance." @@ -272,7 +274,9 @@ } } }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "3843d06f-1c38-47b9-ad9b-5a780f364186", "async": false }, @@ -362,7 +366,9 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "3843d06f-1c38-47b9-ad9b-5a780f364186", "async": false }, @@ -452,21 +458,34 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "3843d06f-1c38-47b9-ad9b-5a780f364186", "async": false }, "da": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "3843d06f-1c38-47b9-ad9b-5a780f364186" }, "cs": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "3843d06f-1c38-47b9-ad9b-5a780f364186" }, "nl": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "3843d06f-1c38-47b9-ad9b-5a780f364186" }, - "es": {} -} + "es": { + "id": "3843d06f-1c38-47b9-ad9b-5a780f364186" + } +} \ No newline at end of file diff --git a/content/src/exercises/3adeb40b-b9f8-4b13-b1a8-02f6106df9e5.json b/content/src/exercises/3adeb40b-b9f8-4b13-b1a8-02f6106df9e5.json index f2f200c5ad..bc02d46027 100644 --- a/content/src/exercises/3adeb40b-b9f8-4b13-b1a8-02f6106df9e5.json +++ b/content/src/exercises/3adeb40b-b9f8-4b13-b1a8-02f6106df9e5.json @@ -949,6 +949,7 @@ }, "es": { "asyncDuration": 15, - "card": {} + "card": {}, + "id": "3adeb40b-b9f8-4b13-b1a8-02f6106df9e5" } } \ No newline at end of file diff --git a/content/src/exercises/3f4710a6-1fc9-45c3-b636-d18f31a2d751.json b/content/src/exercises/3f4710a6-1fc9-45c3-b636-d18f31a2d751.json index 102522aea9..ee81a20d48 100644 --- a/content/src/exercises/3f4710a6-1fc9-45c3-b636-d18f31a2d751.json +++ b/content/src/exercises/3f4710a6-1fc9-45c3-b636-d18f31a2d751.json @@ -235,21 +235,26 @@ "43a6dc0d-d866-4b79-9453-13c44e906128", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 23 + "asyncDuration": 23, + "id": "3f4710a6-1fc9-45c3-b636-d18f31a2d751" }, "cs": { "tags": [ "43a6dc0d-d866-4b79-9453-13c44e906128", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 23 + "asyncDuration": 23, + "id": "3f4710a6-1fc9-45c3-b636-d18f31a2d751" }, "nl": { "tags": [ "43a6dc0d-d866-4b79-9453-13c44e906128", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 23 + "asyncDuration": 23, + "id": "3f4710a6-1fc9-45c3-b636-d18f31a2d751" }, - "es": {} -} + "es": { + "id": "3f4710a6-1fc9-45c3-b636-d18f31a2d751" + } +} \ No newline at end of file diff --git a/content/src/exercises/41ba136c-4950-42fc-bd6b-761b829ee371.json b/content/src/exercises/41ba136c-4950-42fc-bd6b-761b829ee371.json index 3aa39bf200..437d4afb7f 100644 --- a/content/src/exercises/41ba136c-4950-42fc-bd6b-761b829ee371.json +++ b/content/src/exercises/41ba136c-4950-42fc-bd6b-761b829ee371.json @@ -99,7 +99,9 @@ } ] }, - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"], + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ], "id": "41ba136c-4950-42fc-bd6b-761b829ee371", "description": "Sometimes we do things we regret. In this exercise we practice taking a step back, observe and choose which way to go. Choosing our actions can help us feel more true to ourselves and improve our relationships." }, @@ -174,7 +176,9 @@ "id": "41ba136c-4950-42fc-bd6b-761b829ee371", "asyncDuration": 10, "liveDuration": 30, - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"] + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ] }, "sv": { "published": false, @@ -247,7 +251,9 @@ "id": "41ba136c-4950-42fc-bd6b-761b829ee371", "asyncDuration": 10, "liveDuration": 30, - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"] + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ] }, "ja": { "published": false, @@ -320,10 +326,20 @@ "id": "41ba136c-4950-42fc-bd6b-761b829ee371", "asyncDuration": 10, "liveDuration": 30, - "tags": ["9c2c08a9-7dc6-4058-bc78-016d0eb00614"] + "tags": [ + "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + ] + }, + "da": { + "id": "41ba136c-4950-42fc-bd6b-761b829ee371" + }, + "cs": { + "id": "41ba136c-4950-42fc-bd6b-761b829ee371" + }, + "nl": { + "id": "41ba136c-4950-42fc-bd6b-761b829ee371" }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "es": { + "id": "41ba136c-4950-42fc-bd6b-761b829ee371" + } +} \ No newline at end of file diff --git a/content/src/exercises/4ade5d0d-6959-4ba6-9b0c-d98aef65b754.json b/content/src/exercises/4ade5d0d-6959-4ba6-9b0c-d98aef65b754.json index 9fea824008..b0ea0b42d2 100644 --- a/content/src/exercises/4ade5d0d-6959-4ba6-9b0c-d98aef65b754.json +++ b/content/src/exercises/4ade5d0d-6959-4ba6-9b0c-d98aef65b754.json @@ -181,7 +181,9 @@ "source": "" } }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "4ade5d0d-6959-4ba6-9b0c-d98aef65b754", "async": true, "description": "The Resilient Zone introduces a way of understanding how our body (specifically our autonomic nervous system) operates by dividing our current state of body and mind into three zones. The three zones are the high zone, the low zone, and the resilient zone (or zone of well-being)." @@ -274,7 +276,9 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "4ade5d0d-6959-4ba6-9b0c-d98aef65b754", "async": false }, @@ -366,7 +370,9 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "4ade5d0d-6959-4ba6-9b0c-d98aef65b754", "async": false }, @@ -458,21 +464,34 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "4ade5d0d-6959-4ba6-9b0c-d98aef65b754", "async": false }, "da": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "4ade5d0d-6959-4ba6-9b0c-d98aef65b754" }, "cs": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "4ade5d0d-6959-4ba6-9b0c-d98aef65b754" }, "nl": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "4ade5d0d-6959-4ba6-9b0c-d98aef65b754" }, - "es": {} -} + "es": { + "id": "4ade5d0d-6959-4ba6-9b0c-d98aef65b754" + } +} \ No newline at end of file diff --git a/content/src/exercises/4dd7b844-b54a-4d00-b867-73d19a9b0729.json b/content/src/exercises/4dd7b844-b54a-4d00-b867-73d19a9b0729.json index 0e810d3a7a..b5cba11ec1 100644 --- a/content/src/exercises/4dd7b844-b54a-4d00-b867-73d19a9b0729.json +++ b/content/src/exercises/4dd7b844-b54a-4d00-b867-73d19a9b0729.json @@ -186,7 +186,9 @@ "source": "" } }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "4dd7b844-b54a-4d00-b867-73d19a9b0729", "async": true, "description": "Personal resources are internal, external, or imagined things, unique to each person, that bring about a sense of well-being, safety, or happiness when brought to present moment awareness." @@ -279,7 +281,9 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "4dd7b844-b54a-4d00-b867-73d19a9b0729", "async": false }, @@ -371,7 +375,9 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "4dd7b844-b54a-4d00-b867-73d19a9b0729", "async": false }, @@ -463,21 +469,34 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "id": "4dd7b844-b54a-4d00-b867-73d19a9b0729", "async": false }, "da": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "4dd7b844-b54a-4d00-b867-73d19a9b0729" }, "cs": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "4dd7b844-b54a-4d00-b867-73d19a9b0729" }, "nl": { - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], - "liveDuration": 0 + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], + "liveDuration": 0, + "id": "4dd7b844-b54a-4d00-b867-73d19a9b0729" }, - "es": {} -} + "es": { + "id": "4dd7b844-b54a-4d00-b867-73d19a9b0729" + } +} \ No newline at end of file diff --git a/content/src/exercises/4ffe2765-995a-4afc-ae86-65d08088915b.json b/content/src/exercises/4ffe2765-995a-4afc-ae86-65d08088915b.json index 5968027e20..76b693f007 100644 --- a/content/src/exercises/4ffe2765-995a-4afc-ae86-65d08088915b.json +++ b/content/src/exercises/4ffe2765-995a-4afc-ae86-65d08088915b.json @@ -171,7 +171,9 @@ "source": "" } }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "4ffe2765-995a-4afc-ae86-65d08088915b", "async": true, "description": "As we become skillful in focused attention, it can help to bring about greater calm and well-being in our bodies and minds, and help strengthen our ability to pay attention the same way we can build muscle." @@ -267,7 +269,9 @@ } } }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "4ffe2765-995a-4afc-ae86-65d08088915b", "async": true }, @@ -357,7 +361,9 @@ } ] }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "4ffe2765-995a-4afc-ae86-65d08088915b", "async": false }, @@ -447,21 +453,34 @@ } ] }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "4ffe2765-995a-4afc-ae86-65d08088915b", "async": false }, "da": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "4ffe2765-995a-4afc-ae86-65d08088915b" }, "cs": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "4ffe2765-995a-4afc-ae86-65d08088915b" }, "nl": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "4ffe2765-995a-4afc-ae86-65d08088915b" }, - "es": {} -} + "es": { + "id": "4ffe2765-995a-4afc-ae86-65d08088915b" + } +} \ No newline at end of file diff --git a/content/src/exercises/54b9accd-f904-4a0f-b7b6-91948bd2c7c8.json b/content/src/exercises/54b9accd-f904-4a0f-b7b6-91948bd2c7c8.json index 699b2a9254..b874a7bc91 100644 --- a/content/src/exercises/54b9accd-f904-4a0f-b7b6-91948bd2c7c8.json +++ b/content/src/exercises/54b9accd-f904-4a0f-b7b6-91948bd2c7c8.json @@ -357,8 +357,16 @@ "id": "54b9accd-f904-4a0f-b7b6-91948bd2c7c8", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "54b9accd-f904-4a0f-b7b6-91948bd2c7c8" + }, + "cs": { + "id": "54b9accd-f904-4a0f-b7b6-91948bd2c7c8" + }, + "nl": { + "id": "54b9accd-f904-4a0f-b7b6-91948bd2c7c8" + }, + "es": { + "id": "54b9accd-f904-4a0f-b7b6-91948bd2c7c8" + } +} \ No newline at end of file diff --git a/content/src/exercises/575c4af5-dc48-4d7c-a98e-3ef6fe30e944.json b/content/src/exercises/575c4af5-dc48-4d7c-a98e-3ef6fe30e944.json index 4f04c5b5d3..cfbe1ab6ad 100644 --- a/content/src/exercises/575c4af5-dc48-4d7c-a98e-3ef6fe30e944.json +++ b/content/src/exercises/575c4af5-dc48-4d7c-a98e-3ef6fe30e944.json @@ -386,8 +386,16 @@ "id": "575c4af5-dc48-4d7c-a98e-3ef6fe30e944", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "575c4af5-dc48-4d7c-a98e-3ef6fe30e944" + }, + "cs": { + "id": "575c4af5-dc48-4d7c-a98e-3ef6fe30e944" + }, + "nl": { + "id": "575c4af5-dc48-4d7c-a98e-3ef6fe30e944" + }, + "es": { + "id": "575c4af5-dc48-4d7c-a98e-3ef6fe30e944" + } +} \ No newline at end of file diff --git a/content/src/exercises/5b0dea9f-c665-41ce-a779-601d0cfa433d.json b/content/src/exercises/5b0dea9f-c665-41ce-a779-601d0cfa433d.json index 673f297d4c..ed770f5298 100644 --- a/content/src/exercises/5b0dea9f-c665-41ce-a779-601d0cfa433d.json +++ b/content/src/exercises/5b0dea9f-c665-41ce-a779-601d0cfa433d.json @@ -699,21 +699,26 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 3 + "asyncDuration": 3, + "id": "5b0dea9f-c665-41ce-a779-601d0cfa433d" }, "cs": { "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 3 + "asyncDuration": 3, + "id": "5b0dea9f-c665-41ce-a779-601d0cfa433d" }, "nl": { "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 3 + "asyncDuration": 3, + "id": "5b0dea9f-c665-41ce-a779-601d0cfa433d" }, - "es": {} -} + "es": { + "id": "5b0dea9f-c665-41ce-a779-601d0cfa433d" + } +} \ No newline at end of file diff --git a/content/src/exercises/5b69ff57-10c4-4288-afc7-a6f6ed212531.json b/content/src/exercises/5b69ff57-10c4-4288-afc7-a6f6ed212531.json index 8d8843435a..f5cf9ddafa 100644 --- a/content/src/exercises/5b69ff57-10c4-4288-afc7-a6f6ed212531.json +++ b/content/src/exercises/5b69ff57-10c4-4288-afc7-a6f6ed212531.json @@ -549,8 +549,16 @@ "id": "5b69ff57-10c4-4288-afc7-a6f6ed212531", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "5b69ff57-10c4-4288-afc7-a6f6ed212531" + }, + "cs": { + "id": "5b69ff57-10c4-4288-afc7-a6f6ed212531" + }, + "nl": { + "id": "5b69ff57-10c4-4288-afc7-a6f6ed212531" + }, + "es": { + "id": "5b69ff57-10c4-4288-afc7-a6f6ed212531" + } +} \ No newline at end of file diff --git a/content/src/exercises/61adeaf2-70ab-4c6c-854c-2c16f762a3c5.json b/content/src/exercises/61adeaf2-70ab-4c6c-854c-2c16f762a3c5.json index ff6a84c666..a1e0b43b43 100644 --- a/content/src/exercises/61adeaf2-70ab-4c6c-854c-2c16f762a3c5.json +++ b/content/src/exercises/61adeaf2-70ab-4c6c-854c-2c16f762a3c5.json @@ -550,21 +550,26 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "8da0534a-5da9-430a-bdf3-242ace6460fb" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "61adeaf2-70ab-4c6c-854c-2c16f762a3c5" }, "cs": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "8da0534a-5da9-430a-bdf3-242ace6460fb" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "61adeaf2-70ab-4c6c-854c-2c16f762a3c5" }, "nl": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "8da0534a-5da9-430a-bdf3-242ace6460fb" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "61adeaf2-70ab-4c6c-854c-2c16f762a3c5" }, - "es": {} -} + "es": { + "id": "61adeaf2-70ab-4c6c-854c-2c16f762a3c5" + } +} \ No newline at end of file diff --git a/content/src/exercises/640e4d9f-bb88-44af-a032-116a82f080f6.json b/content/src/exercises/640e4d9f-bb88-44af-a032-116a82f080f6.json index 4de9d7ad54..13eeada84e 100644 --- a/content/src/exercises/640e4d9f-bb88-44af-a032-116a82f080f6.json +++ b/content/src/exercises/640e4d9f-bb88-44af-a032-116a82f080f6.json @@ -569,21 +569,26 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "640e4d9f-bb88-44af-a032-116a82f080f6" }, "cs": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "640e4d9f-bb88-44af-a032-116a82f080f6" }, "nl": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "640e4d9f-bb88-44af-a032-116a82f080f6" }, - "es": {} -} + "es": { + "id": "640e4d9f-bb88-44af-a032-116a82f080f6" + } +} \ No newline at end of file diff --git a/content/src/exercises/648e1802-eb45-47b0-a42e-dd986669a4eb.json b/content/src/exercises/648e1802-eb45-47b0-a42e-dd986669a4eb.json index 0fe218ceb2..5c2453abf9 100644 --- a/content/src/exercises/648e1802-eb45-47b0-a42e-dd986669a4eb.json +++ b/content/src/exercises/648e1802-eb45-47b0-a42e-dd986669a4eb.json @@ -145,7 +145,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1699611475/Video/portal2_seeing_kindness_bu6lfb.mp4" } }, - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], "link": "https://aware.29k.org/seeing-kindness", "id": "648e1802-eb45-47b0-a42e-dd986669a4eb", "async": true, @@ -303,7 +305,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1699611475/Video/portal2_seeing_kindness_bu6lfb.mp4" } }, - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], "link": "https://aware.29k.org/seeing-kindness", "id": "648e1802-eb45-47b0-a42e-dd986669a4eb", "async": true, @@ -452,7 +456,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1699611475/Video/portal2_seeing_kindness_bu6lfb.mp4" } }, - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], "link": "https://aware.29k.org/seeing-kindness", "id": "648e1802-eb45-47b0-a42e-dd986669a4eb", "async": true, @@ -536,22 +542,35 @@ } ] }, - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], "link": "https://aware.29k.org/seeing-kindness", "id": "648e1802-eb45-47b0-a42e-dd986669a4eb", "async": false }, "da": { - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], - "asyncDuration": 4 + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], + "asyncDuration": 4, + "id": "648e1802-eb45-47b0-a42e-dd986669a4eb" }, "cs": { - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], - "asyncDuration": 4 + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], + "asyncDuration": 4, + "id": "648e1802-eb45-47b0-a42e-dd986669a4eb" }, "nl": { - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], - "asyncDuration": 4 + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], + "asyncDuration": 4, + "id": "648e1802-eb45-47b0-a42e-dd986669a4eb" }, - "es": {} -} + "es": { + "id": "648e1802-eb45-47b0-a42e-dd986669a4eb" + } +} \ No newline at end of file diff --git a/content/src/exercises/654551b4-1226-485e-9424-4d86d93240ff.json b/content/src/exercises/654551b4-1226-485e-9424-4d86d93240ff.json index ed4268c3c0..b1f7c44200 100644 --- a/content/src/exercises/654551b4-1226-485e-9424-4d86d93240ff.json +++ b/content/src/exercises/654551b4-1226-485e-9424-4d86d93240ff.json @@ -562,21 +562,26 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0", "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "654551b4-1226-485e-9424-4d86d93240ff" }, "cs": { "tags": [ "566aeb1b-1649-4f5a-96a2-0c80be27efc0", "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "654551b4-1226-485e-9424-4d86d93240ff" }, "nl": { "tags": [ "566aeb1b-1649-4f5a-96a2-0c80be27efc0", "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "654551b4-1226-485e-9424-4d86d93240ff" }, - "es": {} -} + "es": { + "id": "654551b4-1226-485e-9424-4d86d93240ff" + } +} \ No newline at end of file diff --git a/content/src/exercises/742b9b7e-1d2b-43bb-a58b-dd71c5eb5d7a.json b/content/src/exercises/742b9b7e-1d2b-43bb-a58b-dd71c5eb5d7a.json index f8a4960d07..1b644c9ddf 100644 --- a/content/src/exercises/742b9b7e-1d2b-43bb-a58b-dd71c5eb5d7a.json +++ b/content/src/exercises/742b9b7e-1d2b-43bb-a58b-dd71c5eb5d7a.json @@ -445,8 +445,16 @@ "id": "742b9b7e-1d2b-43bb-a58b-dd71c5eb5d7a", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "742b9b7e-1d2b-43bb-a58b-dd71c5eb5d7a" + }, + "cs": { + "id": "742b9b7e-1d2b-43bb-a58b-dd71c5eb5d7a" + }, + "nl": { + "id": "742b9b7e-1d2b-43bb-a58b-dd71c5eb5d7a" + }, + "es": { + "id": "742b9b7e-1d2b-43bb-a58b-dd71c5eb5d7a" + } +} \ No newline at end of file diff --git a/content/src/exercises/769a6baf-6969-4612-8e32-2ffdd63cf0be.json b/content/src/exercises/769a6baf-6969-4612-8e32-2ffdd63cf0be.json index a7d343b88e..fbadd88cec 100644 --- a/content/src/exercises/769a6baf-6969-4612-8e32-2ffdd63cf0be.json +++ b/content/src/exercises/769a6baf-6969-4612-8e32-2ffdd63cf0be.json @@ -388,8 +388,16 @@ "id": "769a6baf-6969-4612-8e32-2ffdd63cf0be", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "769a6baf-6969-4612-8e32-2ffdd63cf0be" + }, + "cs": { + "id": "769a6baf-6969-4612-8e32-2ffdd63cf0be" + }, + "nl": { + "id": "769a6baf-6969-4612-8e32-2ffdd63cf0be" + }, + "es": { + "id": "769a6baf-6969-4612-8e32-2ffdd63cf0be" + } +} \ No newline at end of file diff --git a/content/src/exercises/85b2fb9a-68ca-4094-8645-c4bd17e43229.json b/content/src/exercises/85b2fb9a-68ca-4094-8645-c4bd17e43229.json index 2438a6ad27..72e18c5e19 100644 --- a/content/src/exercises/85b2fb9a-68ca-4094-8645-c4bd17e43229.json +++ b/content/src/exercises/85b2fb9a-68ca-4094-8645-c4bd17e43229.json @@ -179,7 +179,9 @@ "source": "" } }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "85b2fb9a-68ca-4094-8645-c4bd17e43229", "async": true, "description": "When we then direct our attention to those sensations that are pleasant or neutral we are practicing tracking or reading the sensations. This can enhance the body’s experience of well-being and help it return to (or go deeper into) our resilient zone." @@ -270,7 +272,9 @@ } ] }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "85b2fb9a-68ca-4094-8645-c4bd17e43229", "async": false }, @@ -360,7 +364,9 @@ } ] }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "85b2fb9a-68ca-4094-8645-c4bd17e43229", "async": false }, @@ -450,21 +456,34 @@ } ] }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "85b2fb9a-68ca-4094-8645-c4bd17e43229", "async": false }, "da": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "85b2fb9a-68ca-4094-8645-c4bd17e43229" }, "cs": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "85b2fb9a-68ca-4094-8645-c4bd17e43229" }, "nl": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "85b2fb9a-68ca-4094-8645-c4bd17e43229" }, - "es": {} -} + "es": { + "id": "85b2fb9a-68ca-4094-8645-c4bd17e43229" + } +} \ No newline at end of file diff --git a/content/src/exercises/881edc87-02f4-4543-9f32-7c4b5ef34c94.json b/content/src/exercises/881edc87-02f4-4543-9f32-7c4b5ef34c94.json index 8c8183af4d..b80a6f5aa2 100644 --- a/content/src/exercises/881edc87-02f4-4543-9f32-7c4b5ef34c94.json +++ b/content/src/exercises/881edc87-02f4-4543-9f32-7c4b5ef34c94.json @@ -175,7 +175,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1717469190/SEE/Video/SEELearning_AwareApp_IntroVideo_2024_V3_1_giheh7.mp4" } }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "881edc87-02f4-4543-9f32-7c4b5ef34c94", "async": true, "description": "Developing an ability to watch thought processes in the mind is a great way to catch thinking traps. We can pause to remember: “I do not have to act on each emotional impulse or thought. I can navigate emotional experiences in healthy ways, to the benefit of myself and others.\"" @@ -266,7 +268,9 @@ } ] }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "881edc87-02f4-4543-9f32-7c4b5ef34c94", "async": false }, @@ -356,7 +360,9 @@ } ] }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "881edc87-02f4-4543-9f32-7c4b5ef34c94", "async": false }, @@ -446,21 +452,34 @@ } ] }, - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], "id": "881edc87-02f4-4543-9f32-7c4b5ef34c94", "async": false }, "da": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "881edc87-02f4-4543-9f32-7c4b5ef34c94" }, "cs": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "881edc87-02f4-4543-9f32-7c4b5ef34c94" }, "nl": { - "tags": ["cfc00217-f65b-4a4d-8b82-8ccc8f852dd6"], - "liveDuration": 0 + "tags": [ + "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + ], + "liveDuration": 0, + "id": "881edc87-02f4-4543-9f32-7c4b5ef34c94" }, - "es": {} -} + "es": { + "id": "881edc87-02f4-4543-9f32-7c4b5ef34c94" + } +} \ No newline at end of file diff --git a/content/src/exercises/891144d0-b592-46bd-b75d-24dd0d1cf9fd.json b/content/src/exercises/891144d0-b592-46bd-b75d-24dd0d1cf9fd.json index 69a9f7f099..ba83f08e0e 100644 --- a/content/src/exercises/891144d0-b592-46bd-b75d-24dd0d1cf9fd.json +++ b/content/src/exercises/891144d0-b592-46bd-b75d-24dd0d1cf9fd.json @@ -393,8 +393,16 @@ "id": "891144d0-b592-46bd-b75d-24dd0d1cf9fd", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "891144d0-b592-46bd-b75d-24dd0d1cf9fd" + }, + "cs": { + "id": "891144d0-b592-46bd-b75d-24dd0d1cf9fd" + }, + "nl": { + "id": "891144d0-b592-46bd-b75d-24dd0d1cf9fd" + }, + "es": { + "id": "891144d0-b592-46bd-b75d-24dd0d1cf9fd" + } +} \ No newline at end of file diff --git a/content/src/exercises/9451652d-444f-4e96-86cc-dcb774ab6c27.json b/content/src/exercises/9451652d-444f-4e96-86cc-dcb774ab6c27.json index 18e401a8a7..226340b70b 100644 --- a/content/src/exercises/9451652d-444f-4e96-86cc-dcb774ab6c27.json +++ b/content/src/exercises/9451652d-444f-4e96-86cc-dcb774ab6c27.json @@ -415,13 +415,18 @@ "async": false }, "da": { - "liveDuration": 0 + "liveDuration": 0, + "id": "9451652d-444f-4e96-86cc-dcb774ab6c27" }, "cs": { - "liveDuration": 0 + "liveDuration": 0, + "id": "9451652d-444f-4e96-86cc-dcb774ab6c27" }, "nl": { - "liveDuration": 0 + "liveDuration": 0, + "id": "9451652d-444f-4e96-86cc-dcb774ab6c27" }, - "es": {} -} + "es": { + "id": "9451652d-444f-4e96-86cc-dcb774ab6c27" + } +} \ No newline at end of file diff --git a/content/src/exercises/94575e97-fe03-4bfd-94a6-50aaf721d47e.json b/content/src/exercises/94575e97-fe03-4bfd-94a6-50aaf721d47e.json index 496f765737..fcdc08ef83 100644 --- a/content/src/exercises/94575e97-fe03-4bfd-94a6-50aaf721d47e.json +++ b/content/src/exercises/94575e97-fe03-4bfd-94a6-50aaf721d47e.json @@ -558,21 +558,26 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "94575e97-fe03-4bfd-94a6-50aaf721d47e" }, "cs": { "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "94575e97-fe03-4bfd-94a6-50aaf721d47e" }, "nl": { "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "94575e97-fe03-4bfd-94a6-50aaf721d47e" }, - "es": {} -} + "es": { + "id": "94575e97-fe03-4bfd-94a6-50aaf721d47e" + } +} \ No newline at end of file diff --git a/content/src/exercises/961656ea-021c-4faa-ae03-46d6ace4be4b.json b/content/src/exercises/961656ea-021c-4faa-ae03-46d6ace4be4b.json index 41a34d5af4..2356146e28 100644 --- a/content/src/exercises/961656ea-021c-4faa-ae03-46d6ace4be4b.json +++ b/content/src/exercises/961656ea-021c-4faa-ae03-46d6ace4be4b.json @@ -524,21 +524,26 @@ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "8da0534a-5da9-430a-bdf3-242ace6460fb" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "961656ea-021c-4faa-ae03-46d6ace4be4b" }, "cs": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "8da0534a-5da9-430a-bdf3-242ace6460fb" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "961656ea-021c-4faa-ae03-46d6ace4be4b" }, "nl": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "8da0534a-5da9-430a-bdf3-242ace6460fb" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "961656ea-021c-4faa-ae03-46d6ace4be4b" }, - "es": {} -} + "es": { + "id": "961656ea-021c-4faa-ae03-46d6ace4be4b" + } +} \ No newline at end of file diff --git a/content/src/exercises/9a4834e6-8d3f-420b-88e3-dd3df9a98001.json b/content/src/exercises/9a4834e6-8d3f-420b-88e3-dd3df9a98001.json index 49b70154e9..bf5879f8ec 100644 --- a/content/src/exercises/9a4834e6-8d3f-420b-88e3-dd3df9a98001.json +++ b/content/src/exercises/9a4834e6-8d3f-420b-88e3-dd3df9a98001.json @@ -568,21 +568,26 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "9a4834e6-8d3f-420b-88e3-dd3df9a98001" }, "cs": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "9a4834e6-8d3f-420b-88e3-dd3df9a98001" }, "nl": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "9a4834e6-8d3f-420b-88e3-dd3df9a98001" }, - "es": {} -} + "es": { + "id": "9a4834e6-8d3f-420b-88e3-dd3df9a98001" + } +} \ No newline at end of file diff --git a/content/src/exercises/9ac0c561-ff26-45fc-b6d5-0a983432394e.json b/content/src/exercises/9ac0c561-ff26-45fc-b6d5-0a983432394e.json index 5168123e45..d258e19a45 100644 --- a/content/src/exercises/9ac0c561-ff26-45fc-b6d5-0a983432394e.json +++ b/content/src/exercises/9ac0c561-ff26-45fc-b6d5-0a983432394e.json @@ -541,21 +541,26 @@ "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9", "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "9ac0c561-ff26-45fc-b6d5-0a983432394e" }, "cs": { "tags": [ "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9", "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "9ac0c561-ff26-45fc-b6d5-0a983432394e" }, "nl": { "tags": [ "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9", "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "9ac0c561-ff26-45fc-b6d5-0a983432394e" }, - "es": {} -} + "es": { + "id": "9ac0c561-ff26-45fc-b6d5-0a983432394e" + } +} \ No newline at end of file diff --git a/content/src/exercises/9d2ae09f-274b-4fd6-bc3c-8a4576c45c37.json b/content/src/exercises/9d2ae09f-274b-4fd6-bc3c-8a4576c45c37.json index 3538af6280..da95e7e800 100644 --- a/content/src/exercises/9d2ae09f-274b-4fd6-bc3c-8a4576c45c37.json +++ b/content/src/exercises/9d2ae09f-274b-4fd6-bc3c-8a4576c45c37.json @@ -160,7 +160,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1709204297/Acting_portal_2_qwwuhe.mp4" } }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "link": "https://aware.29k.org/bounce-back", "id": "9d2ae09f-274b-4fd6-bc3c-8a4576c45c37", "async": true, @@ -168,24 +170,38 @@ }, "pt": { "id": "9d2ae09f-274b-4fd6-bc3c-8a4576c45c37", - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "card": {}, "locked": true }, "sv": { "id": "9d2ae09f-274b-4fd6-bc3c-8a4576c45c37", - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "card": {}, "locked": true }, "ja": { "id": "9d2ae09f-274b-4fd6-bc3c-8a4576c45c37", - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "card": {}, "locked": true }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "9d2ae09f-274b-4fd6-bc3c-8a4576c45c37" + }, + "cs": { + "id": "9d2ae09f-274b-4fd6-bc3c-8a4576c45c37" + }, + "nl": { + "id": "9d2ae09f-274b-4fd6-bc3c-8a4576c45c37" + }, + "es": { + "id": "9d2ae09f-274b-4fd6-bc3c-8a4576c45c37" + } +} \ No newline at end of file diff --git a/content/src/exercises/9d86dfa5-c0ed-49bb-856d-8185a017785e.json b/content/src/exercises/9d86dfa5-c0ed-49bb-856d-8185a017785e.json index 87bdd0822a..504de8c6a7 100644 --- a/content/src/exercises/9d86dfa5-c0ed-49bb-856d-8185a017785e.json +++ b/content/src/exercises/9d86dfa5-c0ed-49bb-856d-8185a017785e.json @@ -126,7 +126,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1717469190/SEE/Video/SEELearning_AwareApp_IntroVideo_2024_V3_1_giheh7.mp4" } }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "id": "9d86dfa5-c0ed-49bb-856d-8185a017785e", "async": true, "description": "Compassion depends on awareness of the other’s situation and an ability to empathize with them, combined with a sense of affection or endearment towards that person. Compassion goes deeper than just external actions and also refers to a state of mind and heart: one’s intention to bring help and happiness to another person." @@ -217,7 +219,9 @@ } ] }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "id": "9d86dfa5-c0ed-49bb-856d-8185a017785e", "async": false }, @@ -307,7 +311,9 @@ } ] }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "id": "9d86dfa5-c0ed-49bb-856d-8185a017785e", "async": false }, @@ -397,21 +403,34 @@ } ] }, - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], "id": "9d86dfa5-c0ed-49bb-856d-8185a017785e", "async": false }, "da": { - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], - "liveDuration": 0 + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], + "liveDuration": 0, + "id": "9d86dfa5-c0ed-49bb-856d-8185a017785e" }, "cs": { - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], - "liveDuration": 0 + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], + "liveDuration": 0, + "id": "9d86dfa5-c0ed-49bb-856d-8185a017785e" }, "nl": { - "tags": ["db34d82a-4c48-4ddd-9de5-f562d8aa1bc9"], - "liveDuration": 0 + "tags": [ + "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + ], + "liveDuration": 0, + "id": "9d86dfa5-c0ed-49bb-856d-8185a017785e" }, - "es": {} -} + "es": { + "id": "9d86dfa5-c0ed-49bb-856d-8185a017785e" + } +} \ No newline at end of file diff --git a/content/src/exercises/a0600ebe-748d-481c-81af-dab25fa32b76.json b/content/src/exercises/a0600ebe-748d-481c-81af-dab25fa32b76.json index 564c730da9..3ac8d34d8f 100644 --- a/content/src/exercises/a0600ebe-748d-481c-81af-dab25fa32b76.json +++ b/content/src/exercises/a0600ebe-748d-481c-81af-dab25fa32b76.json @@ -590,7 +590,8 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], "asyncDuration": 6, - "link": "https://aware.29k.org/innerfriend" + "link": "https://aware.29k.org/innerfriend", + "id": "a0600ebe-748d-481c-81af-dab25fa32b76" }, "cs": { "tags": [ @@ -598,7 +599,8 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], "asyncDuration": 6, - "link": "https://aware.29k.org/innerfriend" + "link": "https://aware.29k.org/innerfriend", + "id": "a0600ebe-748d-481c-81af-dab25fa32b76" }, "nl": { "tags": [ @@ -606,7 +608,10 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], "asyncDuration": 6, - "link": "https://aware.29k.org/innerfriend" + "link": "https://aware.29k.org/innerfriend", + "id": "a0600ebe-748d-481c-81af-dab25fa32b76" }, - "es": {} -} + "es": { + "id": "a0600ebe-748d-481c-81af-dab25fa32b76" + } +} \ No newline at end of file diff --git a/content/src/exercises/a1da8d37-0330-4611-ad1b-f65d08f71d2e.json b/content/src/exercises/a1da8d37-0330-4611-ad1b-f65d08f71d2e.json index 5f2cbf2eb2..bb4d753a99 100644 --- a/content/src/exercises/a1da8d37-0330-4611-ad1b-f65d08f71d2e.json +++ b/content/src/exercises/a1da8d37-0330-4611-ad1b-f65d08f71d2e.json @@ -424,13 +424,18 @@ "async": false }, "da": { - "liveDuration": 0 + "liveDuration": 0, + "id": "a1da8d37-0330-4611-ad1b-f65d08f71d2e" }, "cs": { - "liveDuration": 0 + "liveDuration": 0, + "id": "a1da8d37-0330-4611-ad1b-f65d08f71d2e" }, "nl": { - "liveDuration": 0 + "liveDuration": 0, + "id": "a1da8d37-0330-4611-ad1b-f65d08f71d2e" }, - "es": {} -} + "es": { + "id": "a1da8d37-0330-4611-ad1b-f65d08f71d2e" + } +} \ No newline at end of file diff --git a/content/src/exercises/a925c45b-40cc-46d2-ad03-c51ec723a5c5.json b/content/src/exercises/a925c45b-40cc-46d2-ad03-c51ec723a5c5.json index 1724c4654c..e1a1208dbf 100644 --- a/content/src/exercises/a925c45b-40cc-46d2-ad03-c51ec723a5c5.json +++ b/content/src/exercises/a925c45b-40cc-46d2-ad03-c51ec723a5c5.json @@ -403,8 +403,16 @@ "id": "a925c45b-40cc-46d2-ad03-c51ec723a5c5", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "a925c45b-40cc-46d2-ad03-c51ec723a5c5" + }, + "cs": { + "id": "a925c45b-40cc-46d2-ad03-c51ec723a5c5" + }, + "nl": { + "id": "a925c45b-40cc-46d2-ad03-c51ec723a5c5" + }, + "es": { + "id": "a925c45b-40cc-46d2-ad03-c51ec723a5c5" + } +} \ No newline at end of file diff --git a/content/src/exercises/ab3c3bc4-5586-4554-aa93-ebe7d6910741.json b/content/src/exercises/ab3c3bc4-5586-4554-aa93-ebe7d6910741.json index b18e416b4d..0a4b9db0b7 100644 --- a/content/src/exercises/ab3c3bc4-5586-4554-aa93-ebe7d6910741.json +++ b/content/src/exercises/ab3c3bc4-5586-4554-aa93-ebe7d6910741.json @@ -155,7 +155,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1709210918/Collaborating_portal_2_ngkwja.mp4" } }, - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], "link": "https://aware.29k.org/seeing-kindness", "id": "ab3c3bc4-5586-4554-aa93-ebe7d6910741", "async": true, @@ -163,7 +165,9 @@ }, "pt": { "id": "ab3c3bc4-5586-4554-aa93-ebe7d6910741", - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], "locked": true, "card": {}, "introPortal": { @@ -177,29 +181,44 @@ }, "sv": { "id": "ab3c3bc4-5586-4554-aa93-ebe7d6910741", - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], "locked": true, "card": {}, "asyncDuration": 4 }, "ja": { "id": "ab3c3bc4-5586-4554-aa93-ebe7d6910741", - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], "locked": true, "card": {}, "asyncDuration": 4 }, "da": { - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], - "asyncDuration": 4 + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], + "asyncDuration": 4, + "id": "ab3c3bc4-5586-4554-aa93-ebe7d6910741" }, "cs": { - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], - "asyncDuration": 4 + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], + "asyncDuration": 4, + "id": "ab3c3bc4-5586-4554-aa93-ebe7d6910741" }, "nl": { - "tags": ["43a6dc0d-d866-4b79-9453-13c44e906128"], - "asyncDuration": 4 + "tags": [ + "43a6dc0d-d866-4b79-9453-13c44e906128" + ], + "asyncDuration": 4, + "id": "ab3c3bc4-5586-4554-aa93-ebe7d6910741" }, - "es": {} -} + "es": { + "id": "ab3c3bc4-5586-4554-aa93-ebe7d6910741" + } +} \ No newline at end of file diff --git a/content/src/exercises/b18c1cff-bb43-44b1-81a1-2877cc018ab4.json b/content/src/exercises/b18c1cff-bb43-44b1-81a1-2877cc018ab4.json index 7921f7b5f7..1c58991f61 100644 --- a/content/src/exercises/b18c1cff-bb43-44b1-81a1-2877cc018ab4.json +++ b/content/src/exercises/b18c1cff-bb43-44b1-81a1-2877cc018ab4.json @@ -547,21 +547,26 @@ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "8da0534a-5da9-430a-bdf3-242ace6460fb" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "b18c1cff-bb43-44b1-81a1-2877cc018ab4" }, "cs": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "8da0534a-5da9-430a-bdf3-242ace6460fb" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "b18c1cff-bb43-44b1-81a1-2877cc018ab4" }, "nl": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "8da0534a-5da9-430a-bdf3-242ace6460fb" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "b18c1cff-bb43-44b1-81a1-2877cc018ab4" }, - "es": {} -} + "es": { + "id": "b18c1cff-bb43-44b1-81a1-2877cc018ab4" + } +} \ No newline at end of file diff --git a/content/src/exercises/b1e6cc8e-03a4-4f74-8884-2896c391ab07.json b/content/src/exercises/b1e6cc8e-03a4-4f74-8884-2896c391ab07.json index 981b1f28d5..50ebd37a43 100644 --- a/content/src/exercises/b1e6cc8e-03a4-4f74-8884-2896c391ab07.json +++ b/content/src/exercises/b1e6cc8e-03a4-4f74-8884-2896c391ab07.json @@ -550,7 +550,8 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], "asyncDuration": 7, - "link": "https://aware.29k.org/openup" + "link": "https://aware.29k.org/openup", + "id": "b1e6cc8e-03a4-4f74-8884-2896c391ab07" }, "cs": { "tags": [ @@ -558,7 +559,8 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], "asyncDuration": 7, - "link": "https://aware.29k.org/openup" + "link": "https://aware.29k.org/openup", + "id": "b1e6cc8e-03a4-4f74-8884-2896c391ab07" }, "nl": { "tags": [ @@ -566,7 +568,10 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], "asyncDuration": 7, - "link": "https://aware.29k.org/openup" + "link": "https://aware.29k.org/openup", + "id": "b1e6cc8e-03a4-4f74-8884-2896c391ab07" }, - "es": {} -} + "es": { + "id": "b1e6cc8e-03a4-4f74-8884-2896c391ab07" + } +} \ No newline at end of file diff --git a/content/src/exercises/b3cf842d-ccb3-4f37-b31f-06f8d14fc775.json b/content/src/exercises/b3cf842d-ccb3-4f37-b31f-06f8d14fc775.json index 514b5bfbb2..05e41a0ed7 100644 --- a/content/src/exercises/b3cf842d-ccb3-4f37-b31f-06f8d14fc775.json +++ b/content/src/exercises/b3cf842d-ccb3-4f37-b31f-06f8d14fc775.json @@ -427,8 +427,16 @@ "id": "b3cf842d-ccb3-4f37-b31f-06f8d14fc775", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "b3cf842d-ccb3-4f37-b31f-06f8d14fc775" + }, + "cs": { + "id": "b3cf842d-ccb3-4f37-b31f-06f8d14fc775" + }, + "nl": { + "id": "b3cf842d-ccb3-4f37-b31f-06f8d14fc775" + }, + "es": { + "id": "b3cf842d-ccb3-4f37-b31f-06f8d14fc775" + } +} \ No newline at end of file diff --git a/content/src/exercises/b4307d0b-512d-46d6-a500-7fb372bfe057.json b/content/src/exercises/b4307d0b-512d-46d6-a500-7fb372bfe057.json index b02d2ae94b..21c5c58cd3 100644 --- a/content/src/exercises/b4307d0b-512d-46d6-a500-7fb372bfe057.json +++ b/content/src/exercises/b4307d0b-512d-46d6-a500-7fb372bfe057.json @@ -563,7 +563,8 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 8, - "link": "https://aware.29k.org/self-soothing" + "link": "https://aware.29k.org/self-soothing", + "id": "b4307d0b-512d-46d6-a500-7fb372bfe057" }, "cs": { "tags": [ @@ -571,7 +572,8 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 8, - "link": "https://aware.29k.org/self-soothing" + "link": "https://aware.29k.org/self-soothing", + "id": "b4307d0b-512d-46d6-a500-7fb372bfe057" }, "nl": { "tags": [ @@ -579,7 +581,10 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 8, - "link": "https://aware.29k.org/self-soothing" + "link": "https://aware.29k.org/self-soothing", + "id": "b4307d0b-512d-46d6-a500-7fb372bfe057" }, - "es": {} -} + "es": { + "id": "b4307d0b-512d-46d6-a500-7fb372bfe057" + } +} \ No newline at end of file diff --git a/content/src/exercises/b491901c-37f8-48a7-829e-feb29a67a459.json b/content/src/exercises/b491901c-37f8-48a7-829e-feb29a67a459.json index b2222390af..8cec67d619 100644 --- a/content/src/exercises/b491901c-37f8-48a7-829e-feb29a67a459.json +++ b/content/src/exercises/b491901c-37f8-48a7-829e-feb29a67a459.json @@ -367,8 +367,16 @@ "id": "b491901c-37f8-48a7-829e-feb29a67a459", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "b491901c-37f8-48a7-829e-feb29a67a459" + }, + "cs": { + "id": "b491901c-37f8-48a7-829e-feb29a67a459" + }, + "nl": { + "id": "b491901c-37f8-48a7-829e-feb29a67a459" + }, + "es": { + "id": "b491901c-37f8-48a7-829e-feb29a67a459" + } +} \ No newline at end of file diff --git a/content/src/exercises/b6de2e28-325e-4ce1-8894-09ac12a6c19f.json b/content/src/exercises/b6de2e28-325e-4ce1-8894-09ac12a6c19f.json index ebb3e6eeec..a0d9586637 100644 --- a/content/src/exercises/b6de2e28-325e-4ce1-8894-09ac12a6c19f.json +++ b/content/src/exercises/b6de2e28-325e-4ce1-8894-09ac12a6c19f.json @@ -888,5 +888,7 @@ "id": "b6de2e28-325e-4ce1-8894-09ac12a6c19f", "async": true }, - "es": {} + "es": { + "id": "b6de2e28-325e-4ce1-8894-09ac12a6c19f" + } } \ No newline at end of file diff --git a/content/src/exercises/b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7.json b/content/src/exercises/b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7.json index 15f1b787f5..10abf243cc 100644 --- a/content/src/exercises/b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7.json +++ b/content/src/exercises/b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7.json @@ -389,21 +389,26 @@ "43a6dc0d-d866-4b79-9453-13c44e906128", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 23 + "asyncDuration": 23, + "id": "b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7" }, "cs": { "tags": [ "43a6dc0d-d866-4b79-9453-13c44e906128", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 23 + "asyncDuration": 23, + "id": "b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7" }, "nl": { "tags": [ "43a6dc0d-d866-4b79-9453-13c44e906128", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 23 + "asyncDuration": 23, + "id": "b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7" }, - "es": {} -} + "es": { + "id": "b7f8731c-64d7-4c0f-9bc8-a3e50ec2eaf7" + } +} \ No newline at end of file diff --git a/content/src/exercises/b9001702-8502-46de-bc7b-3ebf2b812c0e.json b/content/src/exercises/b9001702-8502-46de-bc7b-3ebf2b812c0e.json index 5182317948..fdda4430df 100644 --- a/content/src/exercises/b9001702-8502-46de-bc7b-3ebf2b812c0e.json +++ b/content/src/exercises/b9001702-8502-46de-bc7b-3ebf2b812c0e.json @@ -943,5 +943,7 @@ "id": "b9001702-8502-46de-bc7b-3ebf2b812c0e", "async": true }, - "es": {} + "es": { + "id": "b9001702-8502-46de-bc7b-3ebf2b812c0e" + } } \ No newline at end of file diff --git a/content/src/exercises/ba239e50-27f5-4a01-8daf-14b76edb7097.json b/content/src/exercises/ba239e50-27f5-4a01-8daf-14b76edb7097.json index 9a1501ee82..5a66e3f45a 100644 --- a/content/src/exercises/ba239e50-27f5-4a01-8daf-14b76edb7097.json +++ b/content/src/exercises/ba239e50-27f5-4a01-8daf-14b76edb7097.json @@ -105,7 +105,9 @@ } } }, - "tags": ["566aeb1b-1649-4f5a-96a2-0c80be27efc0"], + "tags": [ + "566aeb1b-1649-4f5a-96a2-0c80be27efc0" + ], "id": "ba239e50-27f5-4a01-8daf-14b76edb7097", "async": true, "description": "A mindful exercise where you practice being with what is - in the sky right now. Note that you need to be outside or by a window to do this exercise." @@ -195,7 +197,9 @@ } ] }, - "tags": ["566aeb1b-1649-4f5a-96a2-0c80be27efc0"], + "tags": [ + "566aeb1b-1649-4f5a-96a2-0c80be27efc0" + ], "id": "ba239e50-27f5-4a01-8daf-14b76edb7097", "async": false }, @@ -284,7 +288,9 @@ } ] }, - "tags": ["566aeb1b-1649-4f5a-96a2-0c80be27efc0"], + "tags": [ + "566aeb1b-1649-4f5a-96a2-0c80be27efc0" + ], "id": "ba239e50-27f5-4a01-8daf-14b76edb7097", "async": false }, @@ -373,24 +379,37 @@ } ] }, - "tags": ["566aeb1b-1649-4f5a-96a2-0c80be27efc0"], + "tags": [ + "566aeb1b-1649-4f5a-96a2-0c80be27efc0" + ], "id": "ba239e50-27f5-4a01-8daf-14b76edb7097", "async": false }, "da": { "asyncDuration": 10, "liveDuration": 30, - "tags": ["566aeb1b-1649-4f5a-96a2-0c80be27efc0"] + "tags": [ + "566aeb1b-1649-4f5a-96a2-0c80be27efc0" + ], + "id": "ba239e50-27f5-4a01-8daf-14b76edb7097" }, "cs": { "asyncDuration": 10, "liveDuration": 30, - "tags": ["566aeb1b-1649-4f5a-96a2-0c80be27efc0"] + "tags": [ + "566aeb1b-1649-4f5a-96a2-0c80be27efc0" + ], + "id": "ba239e50-27f5-4a01-8daf-14b76edb7097" }, "nl": { "asyncDuration": 10, "liveDuration": 30, - "tags": ["566aeb1b-1649-4f5a-96a2-0c80be27efc0"] + "tags": [ + "566aeb1b-1649-4f5a-96a2-0c80be27efc0" + ], + "id": "ba239e50-27f5-4a01-8daf-14b76edb7097" }, - "es": {} -} + "es": { + "id": "ba239e50-27f5-4a01-8daf-14b76edb7097" + } +} \ No newline at end of file diff --git a/content/src/exercises/c0e6d8d2-163a-4c2d-a0af-250eef846054.json b/content/src/exercises/c0e6d8d2-163a-4c2d-a0af-250eef846054.json index 838996ab67..3be3c02a7c 100644 --- a/content/src/exercises/c0e6d8d2-163a-4c2d-a0af-250eef846054.json +++ b/content/src/exercises/c0e6d8d2-163a-4c2d-a0af-250eef846054.json @@ -568,21 +568,26 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0", "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "c0e6d8d2-163a-4c2d-a0af-250eef846054" }, "cs": { "tags": [ "566aeb1b-1649-4f5a-96a2-0c80be27efc0", "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "c0e6d8d2-163a-4c2d-a0af-250eef846054" }, "nl": { "tags": [ "566aeb1b-1649-4f5a-96a2-0c80be27efc0", "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "c0e6d8d2-163a-4c2d-a0af-250eef846054" }, - "es": {} -} + "es": { + "id": "c0e6d8d2-163a-4c2d-a0af-250eef846054" + } +} \ No newline at end of file diff --git a/content/src/exercises/c1c4da35-87af-4e10-a8d9-e6c58571f724.json b/content/src/exercises/c1c4da35-87af-4e10-a8d9-e6c58571f724.json index 0e985f4701..236fa6df1b 100644 --- a/content/src/exercises/c1c4da35-87af-4e10-a8d9-e6c58571f724.json +++ b/content/src/exercises/c1c4da35-87af-4e10-a8d9-e6c58571f724.json @@ -588,7 +588,8 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], "asyncDuration": 12, - "link": "https://aware.29k.org/your-story" + "link": "https://aware.29k.org/your-story", + "id": "c1c4da35-87af-4e10-a8d9-e6c58571f724" }, "cs": { "tags": [ @@ -596,7 +597,8 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], "asyncDuration": 12, - "link": "https://aware.29k.org/your-story" + "link": "https://aware.29k.org/your-story", + "id": "c1c4da35-87af-4e10-a8d9-e6c58571f724" }, "nl": { "tags": [ @@ -604,7 +606,10 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], "asyncDuration": 12, - "link": "https://aware.29k.org/your-story" + "link": "https://aware.29k.org/your-story", + "id": "c1c4da35-87af-4e10-a8d9-e6c58571f724" }, - "es": {} -} + "es": { + "id": "c1c4da35-87af-4e10-a8d9-e6c58571f724" + } +} \ No newline at end of file diff --git a/content/src/exercises/c4b1c360-88b8-4e05-915a-407e00aef898.json b/content/src/exercises/c4b1c360-88b8-4e05-915a-407e00aef898.json index cb90a37ef1..19d74eed8b 100644 --- a/content/src/exercises/c4b1c360-88b8-4e05-915a-407e00aef898.json +++ b/content/src/exercises/c4b1c360-88b8-4e05-915a-407e00aef898.json @@ -563,21 +563,26 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0", "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], - "link": "https://aware.29k.org/Angrymob" + "link": "https://aware.29k.org/Angrymob", + "id": "c4b1c360-88b8-4e05-915a-407e00aef898" }, "cs": { "tags": [ "566aeb1b-1649-4f5a-96a2-0c80be27efc0", "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], - "link": "https://aware.29k.org/Angrymob" + "link": "https://aware.29k.org/Angrymob", + "id": "c4b1c360-88b8-4e05-915a-407e00aef898" }, "nl": { "tags": [ "566aeb1b-1649-4f5a-96a2-0c80be27efc0", "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" ], - "link": "https://aware.29k.org/Angrymob" + "link": "https://aware.29k.org/Angrymob", + "id": "c4b1c360-88b8-4e05-915a-407e00aef898" }, - "es": {} -} + "es": { + "id": "c4b1c360-88b8-4e05-915a-407e00aef898" + } +} \ No newline at end of file diff --git a/content/src/exercises/c5b1197a-4eec-4699-9dad-0e3d6323967b.json b/content/src/exercises/c5b1197a-4eec-4699-9dad-0e3d6323967b.json index 7ff6bd0b62..f40b7971a9 100644 --- a/content/src/exercises/c5b1197a-4eec-4699-9dad-0e3d6323967b.json +++ b/content/src/exercises/c5b1197a-4eec-4699-9dad-0e3d6323967b.json @@ -641,21 +641,26 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 2 + "asyncDuration": 2, + "id": "c5b1197a-4eec-4699-9dad-0e3d6323967b" }, "cs": { "tags": [ "8da0534a-5da9-430a-bdf3-242ace6460fb", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 2 + "asyncDuration": 2, + "id": "c5b1197a-4eec-4699-9dad-0e3d6323967b" }, "nl": { "tags": [ "8da0534a-5da9-430a-bdf3-242ace6460fb", "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" ], - "asyncDuration": 2 + "asyncDuration": 2, + "id": "c5b1197a-4eec-4699-9dad-0e3d6323967b" }, - "es": {} -} + "es": { + "id": "c5b1197a-4eec-4699-9dad-0e3d6323967b" + } +} \ No newline at end of file diff --git a/content/src/exercises/c747469a-f690-4a38-bdef-bd1a35b7d4b5.json b/content/src/exercises/c747469a-f690-4a38-bdef-bd1a35b7d4b5.json index daf9e8f771..e51500743f 100644 --- a/content/src/exercises/c747469a-f690-4a38-bdef-bd1a35b7d4b5.json +++ b/content/src/exercises/c747469a-f690-4a38-bdef-bd1a35b7d4b5.json @@ -438,13 +438,18 @@ "async": false }, "da": { - "liveDuration": 0 + "liveDuration": 0, + "id": "c747469a-f690-4a38-bdef-bd1a35b7d4b5" }, "cs": { - "liveDuration": 0 + "liveDuration": 0, + "id": "c747469a-f690-4a38-bdef-bd1a35b7d4b5" }, "nl": { - "liveDuration": 0 + "liveDuration": 0, + "id": "c747469a-f690-4a38-bdef-bd1a35b7d4b5" }, - "es": {} -} + "es": { + "id": "c747469a-f690-4a38-bdef-bd1a35b7d4b5" + } +} \ No newline at end of file diff --git a/content/src/exercises/c7911238-ca9f-4499-9cae-63dfcd0c79c5.json b/content/src/exercises/c7911238-ca9f-4499-9cae-63dfcd0c79c5.json index 2163951e49..64a506c0f9 100644 --- a/content/src/exercises/c7911238-ca9f-4499-9cae-63dfcd0c79c5.json +++ b/content/src/exercises/c7911238-ca9f-4499-9cae-63dfcd0c79c5.json @@ -147,7 +147,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1698917804/Video/portal2_bounce_back_otpgvf.mp4" } }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "link": "https://aware.29k.org/bounce-back", "id": "c7911238-ca9f-4499-9cae-63dfcd0c79c5", "async": true, @@ -307,7 +309,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1698917804/Video/portal2_bounce_back_otpgvf.mp4" } }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "link": "https://aware.29k.org/bounce-back", "id": "c7911238-ca9f-4499-9cae-63dfcd0c79c5", "async": true, @@ -462,7 +466,9 @@ "source": "https://res.cloudinary.com/cupcake-29k/video/upload/q_auto/v1698917804/Video/portal2_bounce_back_otpgvf.mp4" } }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "link": "https://aware.29k.org/bounce-back", "id": "c7911238-ca9f-4499-9cae-63dfcd0c79c5", "async": true, @@ -546,13 +552,23 @@ } ] }, - "tags": ["8da0534a-5da9-430a-bdf3-242ace6460fb"], + "tags": [ + "8da0534a-5da9-430a-bdf3-242ace6460fb" + ], "link": "https://aware.29k.org/bounce-back", "id": "c7911238-ca9f-4499-9cae-63dfcd0c79c5", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "c7911238-ca9f-4499-9cae-63dfcd0c79c5" + }, + "cs": { + "id": "c7911238-ca9f-4499-9cae-63dfcd0c79c5" + }, + "nl": { + "id": "c7911238-ca9f-4499-9cae-63dfcd0c79c5" + }, + "es": { + "id": "c7911238-ca9f-4499-9cae-63dfcd0c79c5" + } +} \ No newline at end of file diff --git a/content/src/exercises/ce1c55da-2e23-4b1d-bc15-a30b27fd3e62.json b/content/src/exercises/ce1c55da-2e23-4b1d-bc15-a30b27fd3e62.json index caea7d35a3..44e518b2d2 100644 --- a/content/src/exercises/ce1c55da-2e23-4b1d-bc15-a30b27fd3e62.json +++ b/content/src/exercises/ce1c55da-2e23-4b1d-bc15-a30b27fd3e62.json @@ -379,8 +379,16 @@ "id": "ce1c55da-2e23-4b1d-bc15-a30b27fd3e62", "async": false }, - "da": {}, - "cs": {}, - "nl": {}, - "es": {} -} + "da": { + "id": "ce1c55da-2e23-4b1d-bc15-a30b27fd3e62" + }, + "cs": { + "id": "ce1c55da-2e23-4b1d-bc15-a30b27fd3e62" + }, + "nl": { + "id": "ce1c55da-2e23-4b1d-bc15-a30b27fd3e62" + }, + "es": { + "id": "ce1c55da-2e23-4b1d-bc15-a30b27fd3e62" + } +} \ No newline at end of file diff --git a/content/src/exercises/d8629c6f-76af-47a1-ab92-209009234ff2.json b/content/src/exercises/d8629c6f-76af-47a1-ab92-209009234ff2.json index e1a42f9004..820ce1081d 100644 --- a/content/src/exercises/d8629c6f-76af-47a1-ab92-209009234ff2.json +++ b/content/src/exercises/d8629c6f-76af-47a1-ab92-209009234ff2.json @@ -206,21 +206,26 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "d8629c6f-76af-47a1-ab92-209009234ff2" }, "cs": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "d8629c6f-76af-47a1-ab92-209009234ff2" }, "nl": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "d8629c6f-76af-47a1-ab92-209009234ff2" }, - "es": {} -} + "es": { + "id": "d8629c6f-76af-47a1-ab92-209009234ff2" + } +} \ No newline at end of file diff --git a/content/src/exercises/db239a42-135a-4941-bdf2-92d58107094a.json b/content/src/exercises/db239a42-135a-4941-bdf2-92d58107094a.json index b8182e1225..f9f02c557c 100644 --- a/content/src/exercises/db239a42-135a-4941-bdf2-92d58107094a.json +++ b/content/src/exercises/db239a42-135a-4941-bdf2-92d58107094a.json @@ -574,21 +574,26 @@ "43a6dc0d-d866-4b79-9453-13c44e906128", "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "db239a42-135a-4941-bdf2-92d58107094a" }, "cs": { "tags": [ "43a6dc0d-d866-4b79-9453-13c44e906128", "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "db239a42-135a-4941-bdf2-92d58107094a" }, "nl": { "tags": [ "43a6dc0d-d866-4b79-9453-13c44e906128", "9c2c08a9-7dc6-4058-bc78-016d0eb00614" ], - "asyncDuration": 5 + "asyncDuration": 5, + "id": "db239a42-135a-4941-bdf2-92d58107094a" }, - "es": {} -} + "es": { + "id": "db239a42-135a-4941-bdf2-92d58107094a" + } +} \ No newline at end of file diff --git a/content/src/exercises/dc38ce25-e0f3-465f-8df0-70b5f5089ce9.json b/content/src/exercises/dc38ce25-e0f3-465f-8df0-70b5f5089ce9.json index 79020d0139..6973b6c941 100644 --- a/content/src/exercises/dc38ce25-e0f3-465f-8df0-70b5f5089ce9.json +++ b/content/src/exercises/dc38ce25-e0f3-465f-8df0-70b5f5089ce9.json @@ -406,24 +406,28 @@ "liveDuration": 30, "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" - ] + ], + "id": "dc38ce25-e0f3-465f-8df0-70b5f5089ce9" }, "cs": { "liveDuration": 30, "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" - ] + ], + "id": "dc38ce25-e0f3-465f-8df0-70b5f5089ce9" }, "nl": { "liveDuration": 30, "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" - ] + ], + "id": "dc38ce25-e0f3-465f-8df0-70b5f5089ce9" }, "es": { "liveDuration": 30, "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" - ] + ], + "id": "dc38ce25-e0f3-465f-8df0-70b5f5089ce9" } -} +} \ No newline at end of file diff --git a/content/src/exercises/df2c5312-c869-4ab7-8ac1-1875a04e2229.json b/content/src/exercises/df2c5312-c869-4ab7-8ac1-1875a04e2229.json index 80ee973bc2..ed070b78b0 100644 --- a/content/src/exercises/df2c5312-c869-4ab7-8ac1-1875a04e2229.json +++ b/content/src/exercises/df2c5312-c869-4ab7-8ac1-1875a04e2229.json @@ -588,7 +588,8 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 8, - "link": "https://aware.29k.org/relationship-values" + "link": "https://aware.29k.org/relationship-values", + "id": "df2c5312-c869-4ab7-8ac1-1875a04e2229" }, "cs": { "tags": [ @@ -596,7 +597,8 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 8, - "link": "https://aware.29k.org/relationship-values" + "link": "https://aware.29k.org/relationship-values", + "id": "df2c5312-c869-4ab7-8ac1-1875a04e2229" }, "nl": { "tags": [ @@ -604,7 +606,10 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 8, - "link": "https://aware.29k.org/relationship-values" + "link": "https://aware.29k.org/relationship-values", + "id": "df2c5312-c869-4ab7-8ac1-1875a04e2229" }, - "es": {} -} + "es": { + "id": "df2c5312-c869-4ab7-8ac1-1875a04e2229" + } +} \ No newline at end of file diff --git a/content/src/exercises/e4bf8d17-a774-4702-abfe-c7452c3fee0f.json b/content/src/exercises/e4bf8d17-a774-4702-abfe-c7452c3fee0f.json index f3534c8933..34837ed1bc 100644 --- a/content/src/exercises/e4bf8d17-a774-4702-abfe-c7452c3fee0f.json +++ b/content/src/exercises/e4bf8d17-a774-4702-abfe-c7452c3fee0f.json @@ -521,7 +521,8 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], "asyncDuration": 11, - "link": "https://aware.29k.org/exploringshame" + "link": "https://aware.29k.org/exploringshame", + "id": "e4bf8d17-a774-4702-abfe-c7452c3fee0f" }, "cs": { "tags": [ @@ -529,7 +530,8 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], "asyncDuration": 11, - "link": "https://aware.29k.org/exploringshame" + "link": "https://aware.29k.org/exploringshame", + "id": "e4bf8d17-a774-4702-abfe-c7452c3fee0f" }, "nl": { "tags": [ @@ -537,7 +539,10 @@ "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], "asyncDuration": 11, - "link": "https://aware.29k.org/exploringshame" + "link": "https://aware.29k.org/exploringshame", + "id": "e4bf8d17-a774-4702-abfe-c7452c3fee0f" }, - "es": {} -} + "es": { + "id": "e4bf8d17-a774-4702-abfe-c7452c3fee0f" + } +} \ No newline at end of file diff --git a/content/src/exercises/ea0b48c1-745e-418d-93e7-2d8a6cd72898.json b/content/src/exercises/ea0b48c1-745e-418d-93e7-2d8a6cd72898.json index efc188aa59..84e070f330 100644 --- a/content/src/exercises/ea0b48c1-745e-418d-93e7-2d8a6cd72898.json +++ b/content/src/exercises/ea0b48c1-745e-418d-93e7-2d8a6cd72898.json @@ -540,21 +540,26 @@ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "ea0b48c1-745e-418d-93e7-2d8a6cd72898" }, "cs": { "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "ea0b48c1-745e-418d-93e7-2d8a6cd72898" }, "nl": { "tags": [ "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 4 + "asyncDuration": 4, + "id": "ea0b48c1-745e-418d-93e7-2d8a6cd72898" }, - "es": {} -} + "es": { + "id": "ea0b48c1-745e-418d-93e7-2d8a6cd72898" + } +} \ No newline at end of file diff --git a/content/src/exercises/ed06daef-cecd-47d8-8ff2-3cf8dba65b6c.json b/content/src/exercises/ed06daef-cecd-47d8-8ff2-3cf8dba65b6c.json index fec7ea9b43..53ca693779 100644 --- a/content/src/exercises/ed06daef-cecd-47d8-8ff2-3cf8dba65b6c.json +++ b/content/src/exercises/ed06daef-cecd-47d8-8ff2-3cf8dba65b6c.json @@ -651,5 +651,7 @@ "id": "ed06daef-cecd-47d8-8ff2-3cf8dba65b6c", "async": false }, - "es": {} -} + "es": { + "id": "ed06daef-cecd-47d8-8ff2-3cf8dba65b6c" + } +} \ No newline at end of file diff --git a/content/src/exercises/f2c88307-b02e-4456-a81c-79b84c10ae04.json b/content/src/exercises/f2c88307-b02e-4456-a81c-79b84c10ae04.json index 4b564f6571..391fe7e5d3 100644 --- a/content/src/exercises/f2c88307-b02e-4456-a81c-79b84c10ae04.json +++ b/content/src/exercises/f2c88307-b02e-4456-a81c-79b84c10ae04.json @@ -494,7 +494,8 @@ } }, "async": true, - "description": "Let the music accompany you on a journey without guidance." + "description": "Let the music accompany you on a journey without guidance.", + "id": "f2c88307-b02e-4456-a81c-79b84c10ae04" }, "cs": { "liveDuration": 30, @@ -599,7 +600,8 @@ } }, "async": true, - "description": "Let the music accompany you on a journey without guidance." + "description": "Let the music accompany you on a journey without guidance.", + "id": "f2c88307-b02e-4456-a81c-79b84c10ae04" }, "nl": { "liveDuration": 30, @@ -704,9 +706,11 @@ } }, "async": true, - "description": "Let the music accompany you on a journey without guidance." + "description": "Let the music accompany you on a journey without guidance.", + "id": "f2c88307-b02e-4456-a81c-79b84c10ae04" }, "es": { - "card": {} + "card": {}, + "id": "f2c88307-b02e-4456-a81c-79b84c10ae04" } -} +} \ No newline at end of file diff --git a/content/src/exercises/f4f8a536-5683-40a3-a139-5e3031687cec.json b/content/src/exercises/f4f8a536-5683-40a3-a139-5e3031687cec.json index 8a975bcbc5..397c98fa37 100644 --- a/content/src/exercises/f4f8a536-5683-40a3-a139-5e3031687cec.json +++ b/content/src/exercises/f4f8a536-5683-40a3-a139-5e3031687cec.json @@ -505,21 +505,26 @@ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "f4f8a536-5683-40a3-a139-5e3031687cec" }, "cs": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "f4f8a536-5683-40a3-a139-5e3031687cec" }, "nl": { "tags": [ "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "566aeb1b-1649-4f5a-96a2-0c80be27efc0" ], - "asyncDuration": 7 + "asyncDuration": 7, + "id": "f4f8a536-5683-40a3-a139-5e3031687cec" }, - "es": {} -} + "es": { + "id": "f4f8a536-5683-40a3-a139-5e3031687cec" + } +} \ No newline at end of file diff --git a/content/src/exercises/f59b7f66-43b0-4b50-9afe-91092d7dc469.json b/content/src/exercises/f59b7f66-43b0-4b50-9afe-91092d7dc469.json index 3987b35b44..e51a9231ff 100644 --- a/content/src/exercises/f59b7f66-43b0-4b50-9afe-91092d7dc469.json +++ b/content/src/exercises/f59b7f66-43b0-4b50-9afe-91092d7dc469.json @@ -567,7 +567,8 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 7, - "link": "https://aware.29k.org/dailyactions" + "link": "https://aware.29k.org/dailyactions", + "id": "f59b7f66-43b0-4b50-9afe-91092d7dc469" }, "cs": { "tags": [ @@ -575,7 +576,8 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 7, - "link": "https://aware.29k.org/dailyactions" + "link": "https://aware.29k.org/dailyactions", + "id": "f59b7f66-43b0-4b50-9afe-91092d7dc469" }, "nl": { "tags": [ @@ -583,7 +585,10 @@ "8da0534a-5da9-430a-bdf3-242ace6460fb" ], "asyncDuration": 7, - "link": "https://aware.29k.org/dailyactions" + "link": "https://aware.29k.org/dailyactions", + "id": "f59b7f66-43b0-4b50-9afe-91092d7dc469" }, - "es": {} -} + "es": { + "id": "f59b7f66-43b0-4b50-9afe-91092d7dc469" + } +} \ No newline at end of file diff --git a/content/src/exercises/fff6f8da-f69c-458f-8905-acee04bd1a1d.json b/content/src/exercises/fff6f8da-f69c-458f-8905-acee04bd1a1d.json index 32c78b0619..b9451e1472 100644 --- a/content/src/exercises/fff6f8da-f69c-458f-8905-acee04bd1a1d.json +++ b/content/src/exercises/fff6f8da-f69c-458f-8905-acee04bd1a1d.json @@ -531,21 +531,26 @@ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "fff6f8da-f69c-458f-8905-acee04bd1a1d" }, "cs": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "fff6f8da-f69c-458f-8905-acee04bd1a1d" }, "nl": { "tags": [ "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "43a6dc0d-d866-4b79-9453-13c44e906128" ], - "asyncDuration": 6 + "asyncDuration": 6, + "id": "fff6f8da-f69c-458f-8905-acee04bd1a1d" }, - "es": {} -} + "es": { + "id": "fff6f8da-f69c-458f-8905-acee04bd1a1d" + } +} \ No newline at end of file diff --git a/content/src/tags/34100e43-2eb8-4d35-8eb0-9fa9f78e4935.json b/content/src/tags/34100e43-2eb8-4d35-8eb0-9fa9f78e4935.json index 866e861847..00f8537795 100644 --- a/content/src/tags/34100e43-2eb8-4d35-8eb0-9fa9f78e4935.json +++ b/content/src/tags/34100e43-2eb8-4d35-8eb0-9fa9f78e4935.json @@ -19,9 +19,15 @@ "id": "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", "published": true }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" + }, + "cs": { + "id": "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" + }, + "nl": { + "id": "34100e43-2eb8-4d35-8eb0-9fa9f78e4935" + }, "es": { "name": "Aceptación", "id": "34100e43-2eb8-4d35-8eb0-9fa9f78e4935", diff --git a/content/src/tags/43a6dc0d-d866-4b79-9453-13c44e906128.json b/content/src/tags/43a6dc0d-d866-4b79-9453-13c44e906128.json index 252111e81b..21b345e5f2 100644 --- a/content/src/tags/43a6dc0d-d866-4b79-9453-13c44e906128.json +++ b/content/src/tags/43a6dc0d-d866-4b79-9453-13c44e906128.json @@ -23,9 +23,15 @@ "sortOrder": 1, "published": true }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "43a6dc0d-d866-4b79-9453-13c44e906128" + }, + "cs": { + "id": "43a6dc0d-d866-4b79-9453-13c44e906128" + }, + "nl": { + "id": "43a6dc0d-d866-4b79-9453-13c44e906128" + }, "es": { "name": "Gratitud", "id": "43a6dc0d-d866-4b79-9453-13c44e906128", diff --git a/content/src/tags/566aeb1b-1649-4f5a-96a2-0c80be27efc0.json b/content/src/tags/566aeb1b-1649-4f5a-96a2-0c80be27efc0.json index 1057511aa6..848dd407f4 100644 --- a/content/src/tags/566aeb1b-1649-4f5a-96a2-0c80be27efc0.json +++ b/content/src/tags/566aeb1b-1649-4f5a-96a2-0c80be27efc0.json @@ -19,9 +19,15 @@ "id": "566aeb1b-1649-4f5a-96a2-0c80be27efc0", "published": true }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "566aeb1b-1649-4f5a-96a2-0c80be27efc0" + }, + "cs": { + "id": "566aeb1b-1649-4f5a-96a2-0c80be27efc0" + }, + "nl": { + "id": "566aeb1b-1649-4f5a-96a2-0c80be27efc0" + }, "es": { "name": "Tomar perspectiva", "id": "566aeb1b-1649-4f5a-96a2-0c80be27efc0", diff --git a/content/src/tags/8da0534a-5da9-430a-bdf3-242ace6460fb.json b/content/src/tags/8da0534a-5da9-430a-bdf3-242ace6460fb.json index c5b99a72e0..f29e523d50 100644 --- a/content/src/tags/8da0534a-5da9-430a-bdf3-242ace6460fb.json +++ b/content/src/tags/8da0534a-5da9-430a-bdf3-242ace6460fb.json @@ -19,9 +19,15 @@ "id": "8da0534a-5da9-430a-bdf3-242ace6460fb", "published": true }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "8da0534a-5da9-430a-bdf3-242ace6460fb" + }, + "cs": { + "id": "8da0534a-5da9-430a-bdf3-242ace6460fb" + }, + "nl": { + "id": "8da0534a-5da9-430a-bdf3-242ace6460fb" + }, "es": { "name": "Resiliencia", "id": "8da0534a-5da9-430a-bdf3-242ace6460fb", diff --git a/content/src/tags/9c2c08a9-7dc6-4058-bc78-016d0eb00614.json b/content/src/tags/9c2c08a9-7dc6-4058-bc78-016d0eb00614.json index 330460478f..b550a1790e 100644 --- a/content/src/tags/9c2c08a9-7dc6-4058-bc78-016d0eb00614.json +++ b/content/src/tags/9c2c08a9-7dc6-4058-bc78-016d0eb00614.json @@ -19,9 +19,15 @@ "id": "9c2c08a9-7dc6-4058-bc78-016d0eb00614", "published": true }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + }, + "cs": { + "id": "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + }, + "nl": { + "id": "9c2c08a9-7dc6-4058-bc78-016d0eb00614" + }, "es": { "name": "Propósito", "id": "9c2c08a9-7dc6-4058-bc78-016d0eb00614", diff --git a/content/src/tags/cfc00217-f65b-4a4d-8b82-8ccc8f852dd6.json b/content/src/tags/cfc00217-f65b-4a4d-8b82-8ccc8f852dd6.json index ef0525ba9b..770d44bb09 100644 --- a/content/src/tags/cfc00217-f65b-4a4d-8b82-8ccc8f852dd6.json +++ b/content/src/tags/cfc00217-f65b-4a4d-8b82-8ccc8f852dd6.json @@ -19,9 +19,15 @@ "id": "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", "published": true }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + }, + "cs": { + "id": "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + }, + "nl": { + "id": "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6" + }, "es": { "name": "Atención plena", "id": "cfc00217-f65b-4a4d-8b82-8ccc8f852dd6", diff --git a/content/src/tags/db34d82a-4c48-4ddd-9de5-f562d8aa1bc9.json b/content/src/tags/db34d82a-4c48-4ddd-9de5-f562d8aa1bc9.json index 59a8ec616a..4be5f8808e 100644 --- a/content/src/tags/db34d82a-4c48-4ddd-9de5-f562d8aa1bc9.json +++ b/content/src/tags/db34d82a-4c48-4ddd-9de5-f562d8aa1bc9.json @@ -19,9 +19,15 @@ "id": "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9", "published": true }, - "da": {}, - "cs": {}, - "nl": {}, + "da": { + "id": "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + }, + "cs": { + "id": "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + }, + "nl": { + "id": "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9" + }, "es": { "name": "Autocompasión", "id": "db34d82a-4c48-4ddd-9de5-f562d8aa1bc9", diff --git a/content/src/utils/utils.ts b/content/src/utils/utils.ts index e32fdcc6e2..024ae1370f 100644 --- a/content/src/utils/utils.ts +++ b/content/src/utils/utils.ts @@ -20,7 +20,7 @@ import { type LocalizedContent = Record>; type Content = Record>; -export const getContentByType = (type: string) => { +export const getContentByType = (type: string, throwOnErrors = true) => { const dirPath = path.resolve('src', type); if (existsSync(dirPath)) { @@ -39,10 +39,21 @@ export const getContentByType = (type: string) => { const languageKeys = keys(languageContent); // Make sure the content defines all available languages - if (languageContent === undefined) { + if (throwOnErrors && languageContent === undefined) { throw new Error(`${languageTag} is not defined for ${filePath}`); } + // Make sure the ID matches the file name + if ( + throwOnErrors && + 'id' in defaultLanguageContent && + languageContent['id'] !== fileKey + ) { + throw new Error( + `${languageTag} has different ID ${languageContent['id']} for ${filePath}`, + ); + } + // Make sure the keys matches DEFAULT_LANGUAGE const missingKeys = without(languageKeys, defaultLanguageKeys); if ( diff --git a/content/tsconfig.json b/content/tsconfig.json index 9b575e6da2..948566f063 100644 --- a/content/tsconfig.json +++ b/content/tsconfig.json @@ -12,6 +12,6 @@ "jsx": "react-jsx", "typeRoots": ["./types", "./node_modules/@types"], }, - "include": ["src", "types", "buildContent.ts", "exportToCsv.ts", "importFromCsv.ts", "jest.config.js"], + "include": ["src", "types", "buildContent.ts", "exportToCsv.ts", "importFromCsv.ts", "fixContentIds.ts", "jest.config.js"], }