Hi there
in my game.view.php, i have this :
In my game_game.tpl, i have this :
In my, javascript i have :
The string resource appears in the translation center, but my tooltips shows always in english, not translated. What did i miss?
in my game.view.php, i have this :
Code: Select all
$this->tpl['WEATHER_TITLE'] = self::_("Weather token");Code: Select all
var jstpl_tooltip_weather = '<div class="tooltip-container">\
<span class="tooltip-title">{WEATHER_TITLE}</span>\
<hr/>\
<span class="tooltip-message">{WEATHER_DESCRIPTION}</span>\
</div>';Code: Select all
this.addTooltipHtmlToClass( 'weatherMarker', this.format_block('jstpl_tooltip_weather'));The string resource appears in the translation center, but my tooltips shows always in english, not translated. What did i miss?