Skip to content

Commit

Permalink
Cambios rápidos de textos, agrego Tatiana
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzo committed Jul 6, 2022
1 parent d94a73e commit bd186bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = function (environment) {
// However, we need this here because it is used when packaging the app.
ENV.pbApi.baseURL = 'https://pilasbloques.program.ar/api'
ENV.testTranslations = false
ENV.experimentGroupType = "notAffected"
ENV.experimentGroupType = "treatment"
}

return ENV
Expand Down
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion translations/components/es-ar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spects:
is_used_from_main: Este procedimiento está siendo usado por otro, pero ese otro no es llamado desde el programa principal. Revisá eso para que tenga efecto.
does_not_use_recursion: ¡Cuidado! ¡Este procedimiento se llama a sí mismo! Intentá resolver de otra forma este desafío.
scoreable: # Challenge goals, used in the final window
solution_works: "¡Tu solución funciona! Repasá todos estos objetivos para asegurarte que tu solución sea de calidad:"
solution_works: "¡Tu solución funciona!"
uses_simple_repetition: |
{result, select,
true {Usás}
Expand Down
4 changes: 2 additions & 2 deletions translations/es-ar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ model:
Ayudá a nuestro personaje a recolectar todas las estrellas. Pista: podés hacer un procedimiento que tome una fila de estrellas.
clue: Usar muchas veces un procedimiento te ahorra trabajo.
'8':
title: María y las sandías
title: Tatiana y las sandías
description: |
María necesita comer todas las sandías de la cuadrícula. Pensá de qué manera puede hacerlo creando los bloques necesarios.
Tatiana necesita comer todas las sandías de la cuadrícula. Pensá de qué manera puede hacerlo creando los bloques necesarios.
clue: Podés también pensar si existe una estrategia que te permita **reutilizar** un mismo procedimiento varias veces.
'9':
title: Alimentando a los peces
Expand Down

0 comments on commit bd186bc

Please sign in to comment.