Tennis Tournament and Translate #197
Answered
by
Drarig29
ricardofellinidev
asked this question in
Q&A
|
Hello guys, |
Answered by
Drarig29
Feb 25, 2024
Replies: 1 comment 4 replies
|
Hi! Yes it's possible to use it for tennis, though you would only be able to support the "top-level" score of a tennis match: the number of sets each participant has won. If you want to go as deep as games in those sets, and points in those games, then you'll have to build a wrapper, and attach more data to your matches. I don't have an example of this. And for the translation into Portuguese, the brackets-viewer.js library (UI layer) supports translation thanks to i18next. |
4 replies
Answer selected by
Drarig29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi! Yes it's possible to use it for tennis, though you would only be able to support the "top-level" score of a tennis match: the number of sets each participant has won.
If you want to go as deep as games in those sets, and points in those games, then you'll have to build a wrapper, and attach more data to your matches.
I don't have an example of this.
And for the translation into Portuguese, the brackets-viewer.js library (UI layer) supports translation thanks to i18next.