Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • nilgunce Friend
    #875804

    1."how can I change "my account" into translated in Turkish?

    1. some characters ( special characters and Turkish characters are broken on e-mails.) What may I do?
    Saguaros Moderator
    #876203

    Hi Nilgunce,

    You can open the file: ROOT/templates/ja_techzone/tpls/blocks/header.php

    Look for this snippet of code:

    <span class="hidden-xs">My Account</span>

    change it to:

    <span class="hidden-xs"><?php echo JText::_('TPL_MY_ACCOUNT'); ?></span>
    • Then open the language file of language you’re using, for example in English: ROOT/language/en-GB/en-GB.tpl_ja_techzone.ini

    Add the translation for above text:
    TPL_MY_ACCOUNT ="Your_own_text_here

    orsomannaro Friend
    #921536

    Will we lost this change if you update the template?

    orsomannaro Friend
    #921544
    Saguaros Moderator
    #922764

    You’re right. You can override that way.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Saguaros 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum