This: <% _t( 'Appeak.Name', 'Name' ) %>
Prints: <% _t( 'Appeak.Name', 'Name' ) %>
Any idea why this is happening?
I have this template in root/themes/themeName/templates/AppeakPokerWidget.ss,
code in: root/appeakpoker
lang files in: root/appeakpoker/lang
Yes I have these in the lang file:
global $lang;
$lang[ 'en_US' ][ 'Appeak' ][ 'Name' ] = 'Name';