Languages

Translate labels for your fans

Flexyscore does not currently provide translations. We think you are good enough to be able to decide for yourself whether or not to translate the labels on the scoreboards.

Our friend Luis from Angola however rightly asked us how? (Thanks Luis, some questions are important)

well … clearly via CSS!
below we report sport by sport how to translate the various labels. Clearly the text to be replaced is inside the value / content: “YOUR TEXT”;

To “activate” custom styles follow instruction on MASTERCLASS page

is a Powerful, Flexible and Customizable Score bug for Sport Live Stream and video production. Try Flexyscore for free!

Soccer Basketball Hockey Tennis Volleyball Football Baseball Handball Rugby Boxing Table Tennis

Basketball

/*-- Timeout and fouls translations --*/
.boxfouls:before {content: "ABCD";}
.boxtimeouts:before {content: "DCBA";}

/*-- Quarter "Q" translation --*/
.boxovertimeoff #overtime {display:none;}
.boxovertimeoff #moment:before {content:"Time"; margin-right: 0.2em;}

/*-- Overtime "Ot" translation --*/
.boxovertimeon #overtime {display:none;}
.boxovertimeon #moment:before {content:"Over"; margin-right: 0.2em;}

Soccer, Football, Rugby end Hockey

/*-- Quarter "Q" translation --*/
.boxovertimeoff #overtime {display:none;}
.boxovertimeoff #moment:before {content:"Time"; margin-right: 0.2em;}

/*-- Overtime "Ot" translation --*/
.boxovertimeon #overtime {display:none;}
.boxovertimeon #moment:before {content:"Ovt"; margin-right: 0.2em;}

Tennis

.labelpoints, .labelgames {color:transparent; position:relative;}

.labelpoints:before {content:"Points"; font-size:0.7em; display:block;position:absolute; color:#333; width:100%; }
.labelgames:before {content:"Games"; font-size:0.7em; display:block;position:absolute; color:#fff; width:100%; }

Volleyball, Beach and Table Tennis

.labelpoints, .labelsets {color:transparent; position:relative;}

.labelpoints:before {content:"Points"; font-size:0.7em; display:block;position:absolute; color:#333; width:100%; }
.labelsets:before {content:"Games"; font-size:0.7em; display:block;position:absolute; color:#fff; width:100%; }

Baseball

.boxinningslabel, .boxoutslabel {color:transparent; position:relative;}

.boxinningslabel:before {content:"Ixy"; display:block;position:absolute; color:#333; width:100%; }
.boxoutslabel:before {content:"Ab"; display:block;position:absolute; color:#000; width:100%; }

Leave a Reply

Your email address will not be published. Required fields are marked *