Somehow I got some translations in for my labels, they are located here:
https://boardgamearena.com/translation? ... NL&find=LB_
My code only has these in two places:
$this->tpl['LB_SQUARE_TABLE'] = self::_("Square table"); // located in tichu.view.php
<a href="#" class="reordercards" id="square_table">[{LB_SQUARE_TABLE}]</a> //located in tichu_tichu.tpl
I have no idea how it ended up in the translation system or remove it? Suggestions?
https://boardgamearena.com/translation? ... NL&find=LB_
My code only has these in two places:
$this->tpl['LB_SQUARE_TABLE'] = self::_("Square table"); // located in tichu.view.php
<a href="#" class="reordercards" id="square_table">[{LB_SQUARE_TABLE}]</a> //located in tichu_tichu.tpl
I have no idea how it ended up in the translation system or remove it? Suggestions?