Skip to content

Commit

Permalink
[client] Turns off browser translation for dice rolls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Prior committed Nov 26, 2021
1 parent 2f792ba commit f23e2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/source/Dice.mint
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ component DiceRoll {
}

fun render {
<span::part(dice.constant) class="die roll">
<span::part(dice.constant) class="die roll" translate="no">
"#{dice.count}"
if (dice.sides != 1) {
<>
Expand Down

0 comments on commit f23e2eb

Please sign in to comment.