I have the following object in my game
But on the translation page none of these strings show up. What did I do wrong?
Code: Select all
this.translatedText = {
"cribYourTurn":_('You must choose 2 cards to give to Your crib'),
"giveCards":_('Give selected cards'),
"go": _('Go'),
"errorGiveCards":_('You must select exactly 2 cards')
};