I have this string in a textlabel that I want to localize but for some reason it does not. The string is
For <font color="#d0b952">AA robux</font> you can play any music of your choice on the bridge across all servers!
In a script I change the AA to whatever the price is of the dev product, so it can be 5, 10 or anything.
Now in my localization table i have the string
For <font color="#d0b952">{1} robux</font> you can play any music of your choice on the bridge across all servers!
I expect it to just work with the string in the game but it does not get translated. I used {1} for the price so it can change. does anyone know why this doesnt get translated?