0
Welcome Guest! Login
0 items Join Now

Translation

  • Translation

    Posted 13 years 5 months ago
    • Please, in order for us to translate with ease, make sure to use php:

      For exemple in /administrator/modules/mod_rokquicklinks/tmpl/default.php
      <a href="<?php echo rokQuickLinksHelper::getConfigureLink(); ?>">customize</a>

      =>
      <a href="<?php echo rokQuickLinksHelper::getConfigureLink(); ?>"><?php echo JText::_( 'CUSTOMIZE' ); ?></a>

      Am I wrong?
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Translation

    Posted 13 years 5 months ago
    • There's a lot of things that need translation support. During rapid development in the alpha phase its just more convenient to not bother with the lang file. We'll go through it and clean all that up and sort our a full lang file when we get closer to final.

Time to create page: 0.049 seconds