Closed wewark closed 7 years ago
Hello @wewark, thank you for pointing out this issue, however this PR is not good enough to merge yet. As you can see, a few lines below your changes there is a __(...)
call which means that at that point translations happen. error.no_uncomplete_left
is a perfectly valid translation message as you can see here. The "only" problem is that error.error.no_uncomplete_left
is not a valid error - which makes sense. The problem as such should be that this line prefixes the error message with error.
. Without the proper time to think about I am not sure what would be the best way to fix this but the fix suggested in this PR seems to address the symptom rather than the root cause.
You have completed all the challenges.\nCongratulations!\n
now appears instead oferror.error.no_uncomplete_left
whennext
is used while all the challenges are completed.