Home › Forums › Template Support › Contact form – translation › Reply To: Contact form – translation
Tony
Moderator
Hi Marcin,
It seems Quix does not support translate these text string using Joomla language override.
I found the code like so
+ '<div class="days"><span>%-D</span> <?php echo JText::_("Days"); ?></div> '
+ '<div class="hours"><span>%H</span> <?php echo JText::_("Hours"); ?></div> '
+ '<div class="minutes"><span>%M</span> <?php echo JText::_("Minutes"); ?></div> '
+ '<div class="seconds"><span>%S</span> <?php echo JText::_("Seconds"); ?></div> '
Which Quix version are you using ? We can create an override element in order to translate the text via html override instead modifing Quix core element