Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This looks like a great solution, however, I tried this on my own machine and got the following error:
Traceback (most recent call last):
File "", line 1, in
TypeError: translate() takes exactly one argument (2 given)
Is there a piece of the solution missing?
I can't believe this could be done in so few lines. @warwickwang - would you mind walking us through your thinking here?