ANSWER: In order to translate a text combination you'll need to to set a conditional (if then else) for each language. Example: If current language code = en, then the value should be "Challenge", else: if current language code = pt, then the value should be "Desafio" and so on.
Hello community! I want to support multiple languages on my app.
I know that for static text, I can simply translate automatically via Google Translator inside the "language" tab and adjust texts as needed.
But I noticed that texts that uses "text combination" won't appear on the translation tool. How can I translate those texts?