0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Translation

  • Translation

    Posted 14 years 7 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 14 years 7 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.073 seconds