My game source language is Portuguese.
I have a TextButton whose content is generated like this:
MyButton.Text = 'Mapa: 1/ - Lote: <font color="rgb(255,0,0)">1</font>'
In the Translation Portal I have this:
When running in Roblox Player, the original (Portuguese) appears like this:
But the translated version appears like this (it seems the font color
tag were lost):
How to translate a string with RichText?