Skip to content

Commit

Permalink
doesNotUseRecursion translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ezequielPereyra committed Apr 6, 2022
1 parent cbf32b4 commit cf2eb12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,11 @@ model:
true {is being used from the main program}
other {is not being used from the main program}
}.
does_not_use_recursion: |
{result, select,
true {The procedure "{declaration}" does not use recursion.}
other {Warning! The procedure "{declaration}" uses recursion! It is a really powerful way of thinking a solution, but we will leave it for more advanced courses. Try to solve it in a different way.}
}
groups:
AlienTocaBoton:
Expand Down
5 changes: 5 additions & 0 deletions translations/es-ar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,11 @@ model:
true {se usa desde el programa principal}
other {no se usa desde el programa principal}
}.
does_not_use_recursion: |
{result, select,
true {El procedimiento "{declaration}" no usa recursión.}
other {¡Cuidado! ¡El procedimiento "{declaration}" usa recursión! Es una manera muy poderosa de pensar una solución, pero la dejaremos para un curso más avanzado. Intentá resolverlo de otra manera.}
}
groups:
AlienTocaBoton:
Expand Down

0 comments on commit cf2eb12

Please sign in to comment.