Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Translation issue

Translation issue 14 years 2 months ago #9597

  • jmagne
  • jmagne's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi,
There is a translation issue in DT-Register v 2.6.8d
The Category list displays a hard coded "All"
This can be fixed in com_dtregister/dt_register.php line 3323

Simply replace
$options[]=JHTML::_('select.option',"0","All");
by
$options[]=JHTML::_('select.option',"0",JText::_( 'DT_ALL' ));

and add the appropriate translations in language files.

Please Log in or Create an account to join the conversation.

Translation issue 14 years 2 months ago #9601

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
This was discovered and already fixed for the new 2.7. Thanks for the post though :)

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.097 seconds