I have 3 text labels that I dynamically concat strings to. How do I set these up for localization? The dynamic strings page on the docs only covers constant formatted strings.
Some of them are correctly being captured on their own and translated, but it’s also capturing full combos.
No way to use the automatic translation scraper for situations like this that I was able to find. Had to implement a runtime solution similar to this article.